Home | History | Annotate | Line # | Download | only in conf
DEBUG revision 1.2
      1 #
      2 # kernel config file for debugging.
      3 #
      4 # 	$NetBSD: DEBUG,v 1.2 2001/11/20 12:56:36 lukem Exp $
      5 #
      6 
      7 include 	"arch/playstation2/conf/std.playstation2"
      8 include 	"arch/playstation2/conf/config.playstation2"
      9 
     10 config		netbsd		root on ? type ?
     11 
     12 makeoptions	DEFGP="-G 0"
     13 
     14 options 	BUILTIN_KERNEL_LOADER, KERNEL_PATH="\"/netbsd\""
     15 options 	NMBCLUSTERS=4096 # Max. number of mbuf clusters
     16 
     17 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     18 options 	PPP_DEFLATE	# Deflate compression support for PPP
     19 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     20 
     21 options 	NFSSERVER	# Network File System server
     22 
     23 # Standard system options
     24 #options 	DIAGNOSTIC	# expensive kernel consistency checks
     25 options 	DEBUG			# extra kernel debugging support
     26 options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     27 options 	DDB			# in-kernel debugger
     28 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     29 options 	KTRACE			# system call tracing support
     30 options 	MSGBUFSIZE=8192		# dmesg buffer size
     31 #options 	SYSCALL_DEBUG
     32 #options 	LOCKDEBUG
     33 options 	GPROF		# kernel profiling
     34 makeoptions	PROF="-pg"
     35 
     36 #options 	USBVERBOSE	# verbose USB device autoconfig messages
     37 #options 	MIIVERBOSE	# verbose PHY autoconfig messages
     38 
     39 options 	GSFB_DEBUG_MONITOR, INTR_DEBUG, SIF_DEBUG, SMAP_DEBUG
     40 options 	EMAC3_DEBUG
     41 
     42 # USB Generic HID devices
     43 uhid*	at uhub? port ? configuration ? interface ?
     44 
     45 # USB Printer
     46 ulpt*	at uhub? port ? configuration ? interface ?
     47 
     48 # USB Modem
     49 umodem*	at uhub? port ? configuration ?
     50 ucom*	at umodem?
     51 
     52 # USB Mass Storage
     53 umass*	at uhub? port ? configuration ? interface ?
     54 atapibus* at umass? channel ?
     55 scsibus* at umass? channel ?
     56 
     57 # USB audio
     58 uaudio*	at uhub? port ? configuration ?
     59 
     60 # USB MIDI
     61 umidi* at uhub? port ? configuration ?
     62 
     63 # USB Ethernet adapters
     64 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
     65 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
     66 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
     67 
     68 # Prolofic PL2301/PL2302 host-to-host adapter
     69 upl*	at uhub? port ?
     70 
     71 # Serial adapters
     72 # FTDI FT8U100AX serial adapter
     73 uftdi*	at uhub? port ?
     74 ucom*	at uftdi? portno ?
     75 
     76 uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
     77 ucom*	at uplcom? portno ?
     78 
     79 umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
     80 ucom*	at umct? portno ?
     81 
     82 # Diamond Multimedia Rio 500
     83 urio*	at uhub? port ?
     84 
     85 # USB Handspring Visor
     86 uvisor*	at uhub? port ?
     87 ucom*	at uvisor?
     88 
     89 # USB scanners
     90 uscanner* at uhub? port ?
     91 
     92 # USB scanners that use SCSI emulation, e.g., HP5300
     93 usscanner* at uhub? port ?
     94 scsibus* at usscanner? channel ?
     95 
     96 # Y@P firmware loader
     97 uyap* at uhub? port ?
     98 
     99 audio*	at uaudio?
    100 
    101 pseudo-device	ppp		2	# Point-to-Point Protocol
    102 
    103 
    104