Home | History | Annotate | Line # | Download | only in conf
DEBUG revision 1.1
      1 #
      2 # kernel config file for debugging.
      3 #
      4 # 	$NetBSD: DEBUG,v 1.1 2001/10/16 15:38:31 uch 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, EMAC3_DEBUG
     40 
     41 # USB Generic HID devices
     42 uhid*	at uhub? port ? configuration ? interface ?
     43 
     44 # USB Printer
     45 ulpt*	at uhub? port ? configuration ? interface ?
     46 
     47 # USB Modem
     48 umodem*	at uhub? port ? configuration ?
     49 ucom*	at umodem?
     50 
     51 # USB Mass Storage
     52 umass*	at uhub? port ? configuration ? interface ?
     53 atapibus* at umass? channel ?
     54 scsibus* at umass? channel ?
     55 
     56 # USB audio
     57 uaudio*	at uhub? port ? configuration ?
     58 
     59 # USB MIDI
     60 umidi* at uhub? port ? configuration ?
     61 
     62 # USB Ethernet adapters
     63 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
     64 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
     65 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
     66 
     67 # Prolofic PL2301/PL2302 host-to-host adapter
     68 upl*	at uhub? port ?
     69 
     70 # Serial adapters
     71 # FTDI FT8U100AX serial adapter
     72 uftdi*	at uhub? port ?
     73 ucom*	at uftdi? portno ?
     74 
     75 uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
     76 ucom*	at uplcom? portno ? 
     77 
     78 umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
     79 ucom*	at umct? portno ?
     80 
     81 # Diamond Multimedia Rio 500
     82 urio*	at uhub? port ?
     83 
     84 # USB Handspring Visor
     85 uvisor*	at uhub? port ?
     86 ucom*	at uvisor?
     87 
     88 # USB scanners
     89 uscanner* at uhub? port ?
     90 
     91 # USB scanners that use SCSI emulation, e.g., HP5300
     92 usscanner* at uhub? port ?
     93 scsibus* at usscanner? channel ?
     94 
     95 # Y@P firmware loader
     96 uyap* at uhub? port ?
     97 
     98 audio*	at uaudio?
     99 
    100 pseudo-device	ppp		2	# Point-to-Point Protocol
    101 
    102 
    103