DEBUG revision 1.5
1#
2# kernel config file for debugging.
3#
4# 	$NetBSD: DEBUG,v 1.5 2002/01/27 13:23:24 jdolecek 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#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
36
37#options 	USBVERBOSE	# verbose USB device autoconfig messages
38#options 	MIIVERBOSE	# verbose PHY autoconfig messages
39
40options 	GSFB_DEBUG_MONITOR, INTR_DEBUG, SIF_DEBUG, SMAP_DEBUG
41options 	EMAC3_DEBUG
42
43# USB Generic HID devices
44uhidev*	at uhub? port ? configuration ? interface ?
45uhid*	at uhidev? reportid ?
46
47# USB Printer
48ulpt*	at uhub? port ? configuration ? interface ?
49
50# USB Modem
51umodem*	at uhub? port ? configuration ?
52ucom*	at umodem?
53
54# USB Mass Storage
55umass*	at uhub? port ? configuration ? interface ?
56atapibus* at umass? channel ?
57scsibus* at umass? channel ?
58
59# USB audio
60uaudio*	at uhub? port ? configuration ?
61
62# USB MIDI
63umidi* at uhub? port ? configuration ?
64
65# USB Ethernet adapters
66aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
67cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
68kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
69
70# Prolofic PL2301/PL2302 host-to-host adapter
71upl*	at uhub? port ?
72
73# Serial adapters
74# FTDI FT8U100AX serial adapter
75uftdi*	at uhub? port ?
76ucom*	at uftdi? portno ?
77
78uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
79ucom*	at uplcom? portno ?
80
81umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
82ucom*	at umct? portno ?
83
84# Diamond Multimedia Rio 500
85urio*	at uhub? port ?
86
87# USB Handspring Visor
88uvisor*	at uhub? port ?
89ucom*	at uvisor?
90
91# USB scanners
92uscanner* at uhub? port ?
93
94# USB scanners that use SCSI emulation, e.g., HP5300
95usscanner* at uhub? port ?
96scsibus* at usscanner? channel ?
97
98# Y@P firmware loader
99uyap* at uhub? port ?
100
101audio*	at uaudio?
102
103pseudo-device	ppp		2	# Point-to-Point Protocol
104
105
106