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