Home | History | Annotate | Line # | Download | only in conf
DEBUG revision 1.10
      1 #
      2 # kernel config file for debugging.
      3 #
      4 # 	$NetBSD: DEBUG,v 1.10 2004/07/07 18:03:42 he 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 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     31 options 	DDB			# in-kernel debugger
     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 
     42 #options 	USBVERBOSE	# verbose USB device autoconfig messages
     43 #options 	MIIVERBOSE	# verbose PHY autoconfig messages
     44 
     45 options 	GSFB_DEBUG_MONITOR, INTR_DEBUG, SIF_DEBUG, SMAP_DEBUG
     46 options 	EMAC3_DEBUG
     47 
     48 # USB Generic HID devices
     49 uhidev*	at uhub? port ? configuration ? interface ?
     50 uhid*	at uhidev? reportid ?
     51 
     52 # USB Printer
     53 ulpt*	at uhub? port ? configuration ? interface ?
     54 
     55 # USB Modem
     56 umodem*	at uhub? port ? configuration ?
     57 ucom*	at umodem?
     58 
     59 # USB Mass Storage
     60 umass*	at uhub? port ? configuration ? interface ?
     61 atapibus* at umass? channel ?
     62 scsibus* at umass? channel ?
     63 
     64 # USB audio
     65 uaudio*	at uhub? port ? configuration ?
     66 
     67 # USB MIDI
     68 umidi* at uhub? port ? configuration ?
     69 
     70 # USB Ethernet adapters
     71 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
     72 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
     73 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
     74 uax*	at uhub? port ?		# ASIX AX88172 based adapters
     75 url*	at uhub? port ?		# Realtek RTL8150L based adapters
     76 
     77 # Prolofic PL2301/PL2302 host-to-host adapter
     78 upl*	at uhub? port ?
     79 
     80 # Serial adapters
     81 # FTDI FT8U100AX serial adapter
     82 uftdi*	at uhub? port ?
     83 ucom*	at uftdi? portno ?
     84 
     85 uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
     86 ucom*	at uplcom? portno ?
     87 
     88 umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
     89 ucom*	at umct? portno ?
     90 
     91 # Diamond Multimedia Rio 500
     92 urio*	at uhub? port ?
     93 
     94 # USB Handspring Visor
     95 uvisor*	at uhub? port ?
     96 ucom*	at uvisor?
     97 
     98 # USB scanners
     99 uscanner* at uhub? port ?
    100 
    101 # USB scanners that use SCSI emulation, e.g., HP5300
    102 usscanner* at uhub? port ?
    103 scsibus* at usscanner? channel ?
    104 
    105 # Y@P firmware loader
    106 uyap* at uhub? port ?
    107 
    108 audio*	at uaudio?
    109 
    110 pseudo-device	ppp		2	# Point-to-Point Protocol
    111 
    112 
    113