xref: /netbsd-src/sys/arch/playstation2/conf/DEBUG (revision 29bbd74a93a27ce972e672dafb65ca7a7259d4a9)
1#
2# kernel config file for debugging.
3#
4# 	$NetBSD: DEBUG,v 1.29 2023/11/07 21:39:30 andvar 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 	KLOADER
18
19options 	NMBCLUSTERS=4096 # Max. number of mbuf clusters
20
21options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
22options 	PPP_DEFLATE	# Deflate compression support for PPP
23options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
24
25options 	NFSSERVER	# Network File System server
26
27# Standard system options
28#options 	DIAGNOSTIC	# expensive kernel consistency checks
29options 	DEBUG			# extra kernel debugging support
30options 	DDB			# in-kernel debugger
31options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
32options 	KTRACE			# system call tracing support
33options 	MSGBUFSIZE=8192		# dmesg buffer size
34#options 	SYSCALL_DEBUG
35#options 	LOCKDEBUG
36options 	GPROF		# kernel profiling
37makeoptions	PROF="-pg"
38options 	USERCONF	# userconf(4) support
39#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
40#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
41
42#options 	USBVERBOSE	# verbose USB device autoconfig messages
43#options 	MIIVERBOSE	# verbose PHY autoconfig messages
44
45options 	GSFB_DEBUG_MONITOR, INTR_DEBUG, SIF_DEBUG, SMAP_DEBUG
46options 	EMAC3_DEBUG
47
48# USB Generic HID devices
49uhidev*	at uhub? port ? configuration ? interface ?
50uhid*	at uhidev? reportid ?
51
52# USB Printer
53ulpt*	at uhub? port ? configuration ? interface ?
54
55# USB Modem
56umodem*	at uhub? port ? configuration ?
57ucom*	at umodem?
58
59# USB Mass Storage
60umass*	at uhub? port ? configuration ? interface ?
61atapibus* at umass?
62scsibus* at umass? channel ?
63
64# USB audio
65uaudio*	at uhub? port ? configuration ?
66midi*	at midibus?
67
68# USB MIDI
69umidi* at uhub? port ? configuration ?
70
71# MII/PHY support
72rgephy*	at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
73rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
74ukphy*	at mii? phy ?			# generic unknown PHYs
75urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
76
77# USB Ethernet adapters
78aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
79axe*	at uhub? port ?		# ASIX AX88172 based adapters
80cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
81kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
82mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
83ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
84url*	at uhub? port ?		# Realtek RTL8150L based adapters
85
86# Prolific PL2301/PL2302 host-to-host adapter
87upl*	at uhub? port ?
88
89# Serial adapters
90# FTDI FT8U100AX serial adapter
91uftdi*	at uhub? port ?
92ucom*	at uftdi? portno ?
93
94uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
95ucom*	at uplcom? portno ?
96
97umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
98ucom*	at umct? portno ?
99
100# USB Handspring Visor
101uvisor*	at uhub? port ?
102ucom*	at uvisor?
103
104# Kyocera AIR-EDGE PHONE
105ukyopon* at uhub? port ?
106ucom*	at ukyopon? portno ?
107
108# USB scanners that use SCSI emulation, e.g., HP5300
109usscanner* at uhub? port ?
110scsibus* at usscanner? channel ?
111
112audio*	at uaudio?
113
114spkr*	at audio?			# PC speaker (synthesized)
115
116pseudo-device	ppp			# Point-to-Point Protocol
117