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