DEBUG revision 1.10
1# 2# kernel config file for debugging. 3# 4# $NetBSD: DEBUG,v 1.10 2004/07/07 18:03:42 he 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 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? channel ? 62scsibus* at umass? channel ? 63 64# USB audio 65uaudio* at uhub? port ? configuration ? 66 67# USB MIDI 68umidi* at uhub? port ? configuration ? 69 70# USB Ethernet adapters 71aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 72cue* at uhub? port ? # CATC USB-EL1201A based adapters 73kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 74uax* at uhub? port ? # ASIX AX88172 based adapters 75url* at uhub? port ? # Realtek RTL8150L based adapters 76 77# Prolofic PL2301/PL2302 host-to-host adapter 78upl* at uhub? port ? 79 80# Serial adapters 81# FTDI FT8U100AX serial adapter 82uftdi* at uhub? port ? 83ucom* at uftdi? portno ? 84 85uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 86ucom* at uplcom? portno ? 87 88umct* at uhub? port ? # MCT USB-RS232 serial adapter 89ucom* at umct? portno ? 90 91# Diamond Multimedia Rio 500 92urio* at uhub? port ? 93 94# USB Handspring Visor 95uvisor* at uhub? port ? 96ucom* at uvisor? 97 98# USB scanners 99uscanner* at uhub? port ? 100 101# USB scanners that use SCSI emulation, e.g., HP5300 102usscanner* at uhub? port ? 103scsibus* at usscanner? channel ? 104 105# Y@P firmware loader 106uyap* at uhub? port ? 107 108audio* at uaudio? 109 110pseudo-device ppp 2 # Point-to-Point Protocol 111 112 113