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