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