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