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