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