1 # 2 # -- SCPH-18000 used by uch (at] NetBSD.org 3 # 4 # $NetBSD: AGATE,v 1.6.2.1 2004/07/15 20:18:00 he 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 20 options DDB # in-kernel debugger 21 22 options NMBCLUSTERS=4096 # Max. number of mbuf clusters 23 24 options GATEWAY # packet forwarding 25 26 options PPP_BSDCOMP # BSD-Compress compression support for PPP 27 options PPP_DEFLATE # Deflate compression support for PPP 28 options PPP_FILTER # Active filter support for PPP (requires bpf) 29 30 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 31 ucom* at uplcom? portno ? 32 33 pseudo-device ppp 2 # Point-to-Point Protocol 34