1 # 2 # kernel config file for debugging. 3 # 4 # $NetBSD: DEBUG,v 1.6 2002/04/12 08:11:15 gmcgarry Exp $ 5 # 6 7 include "arch/playstation2/conf/std.playstation2" 8 include "arch/playstation2/conf/config.playstation2" 9 10 config netbsd root on ? type ? 11 12 makeoptions DEFGP="-G 0" 13 14 options KLOADER_KERNEL_PATH="\"/netbsd\"" 15 options NMBCLUSTERS=4096 # Max. number of mbuf clusters 16 17 options PPP_BSDCOMP # BSD-Compress compression support for PPP 18 options PPP_DEFLATE # Deflate compression support for PPP 19 options PPP_FILTER # Active filter support for PPP (requires bpf) 20 21 options NFSSERVER # Network File System server 22 23 # Standard system options 24 #options DIAGNOSTIC # expensive kernel consistency checks 25 options DEBUG # extra kernel debugging support 26 options KMEMSTATS # kernel memory statistics (vmstat -m) 27 options DDB # in-kernel debugger 28 options DDB_HISTORY_SIZE=512 # enable history editing in DDB 29 options KTRACE # system call tracing support 30 options MSGBUFSIZE=8192 # dmesg buffer size 31 #options SYSCALL_DEBUG 32 #options LOCKDEBUG 33 options GPROF # kernel profiling 34 makeoptions 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 41 options GSFB_DEBUG_MONITOR, INTR_DEBUG, SIF_DEBUG, SMAP_DEBUG 42 options EMAC3_DEBUG 43 44 # USB Generic HID devices 45 uhidev* at uhub? port ? configuration ? interface ? 46 uhid* at uhidev? reportid ? 47 48 # USB Printer 49 ulpt* at uhub? port ? configuration ? interface ? 50 51 # USB Modem 52 umodem* at uhub? port ? configuration ? 53 ucom* at umodem? 54 55 # USB Mass Storage 56 umass* at uhub? port ? configuration ? interface ? 57 atapibus* at umass? channel ? 58 scsibus* at umass? channel ? 59 60 # USB audio 61 uaudio* at uhub? port ? configuration ? 62 63 # USB MIDI 64 umidi* at uhub? port ? configuration ? 65 66 # USB Ethernet adapters 67 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 68 cue* at uhub? port ? # CATC USB-EL1201A based adapters 69 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 70 71 # Prolofic PL2301/PL2302 host-to-host adapter 72 upl* at uhub? port ? 73 74 # Serial adapters 75 # FTDI FT8U100AX serial adapter 76 uftdi* at uhub? port ? 77 ucom* at uftdi? portno ? 78 79 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 80 ucom* at uplcom? portno ? 81 82 umct* at uhub? port ? # MCT USB-RS232 serial adapter 83 ucom* at umct? portno ? 84 85 # Diamond Multimedia Rio 500 86 urio* at uhub? port ? 87 88 # USB Handspring Visor 89 uvisor* at uhub? port ? 90 ucom* at uvisor? 91 92 # USB scanners 93 uscanner* at uhub? port ? 94 95 # USB scanners that use SCSI emulation, e.g., HP5300 96 usscanner* at uhub? port ? 97 scsibus* at usscanner? channel ? 98 99 # Y@P firmware loader 100 uyap* at uhub? port ? 101 102 audio* at uaudio? 103 104 pseudo-device ppp 2 # Point-to-Point Protocol 105 106 107