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