Home | History | Annotate | Line # | Download | only in conf
DEBUG revision 1.24
      1 #
      2 # kernel config file for debugging.
      3 #
      4 # 	$NetBSD: DEBUG,v 1.24 2018/08/25 20:52:41 rin Exp $
      5 #
      6 
      7 include 	"arch/playstation2/conf/std.playstation2"
      8 include 	"arch/playstation2/conf/config.playstation2"
      9 
     10 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     11 
     12 config		netbsd		root on ? type ?
     13 
     14 makeoptions	DEFGP="-G 0"
     15 
     16 options 	KLOADER_KERNEL_PATH="\"/netbsd\""
     17 options 	KLOADER
     18 
     19 options 	NMBCLUSTERS=4096 # Max. number of mbuf clusters
     20 
     21 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     22 options 	PPP_DEFLATE	# Deflate compression support for PPP
     23 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     24 
     25 options 	NFSSERVER	# Network File System server
     26 
     27 # Standard system options
     28 #options 	DIAGNOSTIC	# expensive kernel consistency checks
     29 options 	DEBUG			# extra kernel debugging support
     30 options 	DDB			# in-kernel debugger
     31 pseudo-device	ksyms
     32 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     33 options 	KTRACE			# system call tracing support
     34 options 	MSGBUFSIZE=8192		# dmesg buffer size
     35 #options 	SYSCALL_DEBUG
     36 #options 	LOCKDEBUG
     37 options 	GPROF		# kernel profiling
     38 makeoptions	PROF="-pg"
     39 options 	USERCONF	# userconf(4) support
     40 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     41 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     42 
     43 #options 	USBVERBOSE	# verbose USB device autoconfig messages
     44 #options 	MIIVERBOSE	# verbose PHY autoconfig messages
     45 
     46 options 	GSFB_DEBUG_MONITOR, INTR_DEBUG, SIF_DEBUG, SMAP_DEBUG
     47 options 	EMAC3_DEBUG
     48 
     49 # USB Generic HID devices
     50 uhidev*	at uhub? port ? configuration ? interface ?
     51 uhid*	at uhidev? reportid ?
     52 
     53 # USB Printer
     54 ulpt*	at uhub? port ? configuration ? interface ?
     55 
     56 # USB Modem
     57 umodem*	at uhub? port ? configuration ?
     58 ucom*	at umodem?
     59 
     60 # USB Mass Storage
     61 umass*	at uhub? port ? configuration ? interface ?
     62 atapibus* at umass? channel ?
     63 scsibus* at umass? channel ?
     64 
     65 # USB audio
     66 uaudio*	at uhub? port ? configuration ?
     67 
     68 # USB MIDI
     69 umidi* at uhub? port ? configuration ?
     70 
     71 # MII/PHY support
     72 ukphy*	at mii? phy ?			# generic unknown PHYs
     73 urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
     74 
     75 # USB Ethernet adapters
     76 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
     77 axe*	at uhub? port ?		# ASIX AX88172 based adapters
     78 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
     79 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
     80 mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
     81 url*	at uhub? port ?		# Realtek RTL8150L based adapters
     82 
     83 # Prolific PL2301/PL2302 host-to-host adapter
     84 upl*	at uhub? port ?
     85 
     86 # Serial adapters
     87 # FTDI FT8U100AX serial adapter
     88 uftdi*	at uhub? port ?
     89 ucom*	at uftdi? portno ?
     90 
     91 uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
     92 ucom*	at uplcom? portno ?
     93 
     94 umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
     95 ucom*	at umct? portno ?
     96 
     97 # Diamond Multimedia Rio 500
     98 urio*	at uhub? port ?
     99 
    100 # USB Handspring Visor
    101 uvisor*	at uhub? port ?
    102 ucom*	at uvisor?
    103 
    104 # Kyocera AIR-EDGE PHONE
    105 ukyopon* at uhub? port ?
    106 ucom*	at ukyopon? portno ?
    107 
    108 # USB scanners
    109 uscanner* at uhub? port ?
    110 
    111 # USB scanners that use SCSI emulation, e.g., HP5300
    112 usscanner* at uhub? port ?
    113 scsibus* at usscanner? channel ?
    114 
    115 # Y@P firmware loader
    116 uyap* at uhub? port ?
    117 
    118 audio*	at uaudio?
    119 
    120 spkr*	at audio?			# PC speaker (synthesized)
    121 
    122 pseudo-device	ppp			# Point-to-Point Protocol
    123