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