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