1 # 2 # kernel config file for debugging. 3 # 4 # $NetBSD: DEBUG,v 1.29 2023/11/07 21:39:30 andvar 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 DDB # in-kernel debugger 31 options DDB_HISTORY_SIZE=512 # enable history editing in DDB 32 options KTRACE # system call tracing support 33 options MSGBUFSIZE=8192 # dmesg buffer size 34 #options SYSCALL_DEBUG 35 #options LOCKDEBUG 36 options GPROF # kernel profiling 37 makeoptions PROF="-pg" 38 options 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 45 options GSFB_DEBUG_MONITOR, INTR_DEBUG, SIF_DEBUG, SMAP_DEBUG 46 options EMAC3_DEBUG 47 48 # USB Generic HID devices 49 uhidev* at uhub? port ? configuration ? interface ? 50 uhid* at uhidev? reportid ? 51 52 # USB Printer 53 ulpt* at uhub? port ? configuration ? interface ? 54 55 # USB Modem 56 umodem* at uhub? port ? configuration ? 57 ucom* at umodem? 58 59 # USB Mass Storage 60 umass* at uhub? port ? configuration ? interface ? 61 atapibus* at umass? 62 scsibus* at umass? channel ? 63 64 # USB audio 65 uaudio* at uhub? port ? configuration ? 66 midi* at midibus? 67 68 # USB MIDI 69 umidi* at uhub? port ? configuration ? 70 71 # MII/PHY support 72 rgephy* at mii? phy ? # Realtek 8169S/8110S/8211 PHYs 73 rlphy* at mii? phy ? # Realtek 8139/8201L PHYs 74 ukphy* at mii? phy ? # generic unknown PHYs 75 urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 76 77 # USB Ethernet adapters 78 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 79 axe* at uhub? port ? # ASIX AX88172 based adapters 80 cue* at uhub? port ? # CATC USB-EL1201A based adapters 81 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 82 mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters 83 ure* at uhub? port ? # Realtek RTL8152/RTL8153 based adapters 84 url* at uhub? port ? # Realtek RTL8150L based adapters 85 86 # Prolific PL2301/PL2302 host-to-host adapter 87 upl* at uhub? port ? 88 89 # Serial adapters 90 # FTDI FT8U100AX serial adapter 91 uftdi* at uhub? port ? 92 ucom* at uftdi? portno ? 93 94 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 95 ucom* at uplcom? portno ? 96 97 umct* at uhub? port ? # MCT USB-RS232 serial adapter 98 ucom* at umct? portno ? 99 100 # USB Handspring Visor 101 uvisor* at uhub? port ? 102 ucom* at uvisor? 103 104 # Kyocera AIR-EDGE PHONE 105 ukyopon* at uhub? port ? 106 ucom* at ukyopon? portno ? 107 108 # USB scanners that use SCSI emulation, e.g., HP5300 109 usscanner* at uhub? port ? 110 scsibus* at usscanner? channel ? 111 112 audio* at uaudio? 113 114 spkr* at audio? # PC speaker (synthesized) 115 116 pseudo-device ppp # Point-to-Point Protocol 117