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