1# 2# kernel config file for debugging. 3# 4# $NetBSD: DEBUG,v 1.16 2006/02/22 10:41:35 hira 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 KMEMSTATS # kernel memory statistics (vmstat -m) 31options DDB # in-kernel debugger 32options DDB_HISTORY_SIZE=512 # enable history editing in DDB 33options KTRACE # system call tracing support 34options MSGBUFSIZE=8192 # dmesg buffer size 35#options SYSCALL_DEBUG 36#options LOCKDEBUG 37options GPROF # kernel profiling 38makeoptions PROF="-pg" 39options USERCONF # userconf(4) support 40#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 41#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 42 43#options USBVERBOSE # verbose USB device autoconfig messages 44#options MIIVERBOSE # verbose PHY autoconfig messages 45 46options GSFB_DEBUG_MONITOR, INTR_DEBUG, SIF_DEBUG, SMAP_DEBUG 47options EMAC3_DEBUG 48 49# USB Generic HID devices 50uhidev* at uhub? port ? configuration ? interface ? 51uhid* at uhidev? reportid ? 52 53# USB Printer 54ulpt* at uhub? port ? configuration ? interface ? 55 56# USB Modem 57umodem* at uhub? port ? configuration ? 58ucom* at umodem? 59 60# USB Mass Storage 61umass* at uhub? port ? configuration ? interface ? 62atapibus* at umass? channel ? 63scsibus* at umass? channel ? 64 65# USB audio 66uaudio* at uhub? port ? configuration ? 67 68# USB MIDI 69umidi* at uhub? port ? configuration ? 70 71# USB Ethernet adapters 72aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 73axe* at uhub? port ? # ASIX AX88172 based adapters 74cue* at uhub? port ? # CATC USB-EL1201A based adapters 75kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 76url* at uhub? port ? # Realtek RTL8150L based adapters 77 78# Prolific PL2301/PL2302 host-to-host adapter 79upl* at uhub? port ? 80 81# Serial adapters 82# FTDI FT8U100AX serial adapter 83uftdi* at uhub? port ? 84ucom* at uftdi? portno ? 85 86uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 87ucom* at uplcom? portno ? 88 89umct* at uhub? port ? # MCT USB-RS232 serial adapter 90ucom* at umct? portno ? 91 92# Diamond Multimedia Rio 500 93urio* at uhub? port ? 94 95# USB Handspring Visor 96uvisor* at uhub? port ? 97ucom* at uvisor? 98 99# Kyocera AIR-EDGE PHONE 100ukyopon* at uhub? port ? 101ucom* at ukyopon? portno ? 102 103# USB scanners 104uscanner* at uhub? port ? 105 106# USB scanners that use SCSI emulation, e.g., HP5300 107usscanner* at uhub? port ? 108scsibus* at usscanner? channel ? 109 110# Y@P firmware loader 111uyap* at uhub? port ? 112 113audio* at uaudio? 114 115pseudo-device ppp # Point-to-Point Protocol 116 117 118