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