1 # 2 # -- SCPH-18000 used by uch (at] netbsd.org 3 # 4 # $NetBSD: AGATE,v 1.3.2.2 2002/01/10 19:47:25 thorpej Exp $ 5 # 6 7 include "arch/playstation2/conf/std.playstation2" 8 include "arch/playstation2/conf/config.playstation2" 9 10 config netbsd root on wd0a type ffs 11 config nfsnetbsd root on smap0 type nfs 12 13 makeoptions DEFGP="-G 40" 14 15 options KLOADER_KERNEL_PATH="\"/netbsd\"" 16 17 options DDB # in-kernel debugger 18 19 options NMBCLUSTERS=4096 # Max. number of mbuf clusters 20 21 options GATEWAY # packet forwarding 22 23 options PPP_BSDCOMP # BSD-Compress compression support for PPP 24 options PPP_DEFLATE # Deflate compression support for PPP 25 options PPP_FILTER # Active filter support for PPP (requires bpf) 26 27 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 28 ucom* at uplcom? portno ? 29 30 pseudo-device ppp 2 # Point-to-Point Protocol 31