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