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