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