1 # 2 # -- SCPH-18000 used by uch (at] NetBSD.org 3 # 4 # $NetBSD: AGATE,v 1.14 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 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 12 13 config netbsd root on wd0a type ffs 14 config nfsnetbsd root on smap0 type nfs 15 16 #makeoptions DEFGP="-G 40" 17 18 options KLOADER_KERNEL_PATH="\"/netbsd\"" 19 options KLOADER 20 21 options DDB # in-kernel debugger 22 23 options NMBCLUSTERS=4096 # Max. number of mbuf clusters 24 25 options GATEWAY # packet forwarding 26 27 options PPP_BSDCOMP # BSD-Compress compression support for PPP 28 options PPP_DEFLATE # Deflate compression support for PPP 29 options PPP_FILTER # Active filter support for PPP (requires bpf) 30 31 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 32 ucom* at uplcom? portno ? 33 34 pseudo-device ppp # Point-to-Point Protocol 35