33 lines
887 B
Plaintext
33 lines
887 B
Plaintext
#
|
|
# -- SCPH-18000 used by uch@netbsd.org
|
|
#
|
|
# $NetBSD: AGATE,v 1.4 2002/04/25 15:06:35 atatat Exp $
|
|
#
|
|
|
|
include "arch/playstation2/conf/std.playstation2"
|
|
include "arch/playstation2/conf/config.playstation2"
|
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
config netbsd root on wd0a type ffs
|
|
config nfsnetbsd root on smap0 type nfs
|
|
|
|
makeoptions DEFGP="-G 40"
|
|
|
|
options KLOADER_KERNEL_PATH="\"/netbsd\""
|
|
|
|
options DDB # in-kernel debugger
|
|
|
|
options NMBCLUSTERS=4096 # Max. number of mbuf clusters
|
|
|
|
options GATEWAY # packet forwarding
|
|
|
|
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
|
options PPP_DEFLATE # Deflate compression support for PPP
|
|
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
|
|
|
uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
|
|
ucom* at uplcom? portno ?
|
|
|
|
pseudo-device ppp 2 # Point-to-Point Protocol
|