f68a9f1ff2
out in most of them.
35 lines
976 B
Plaintext
35 lines
976 B
Plaintext
#
|
|
# -- SCPH-18000 used by uch@NetBSD.org
|
|
#
|
|
# $NetBSD: AGATE,v 1.8 2004/07/15 03:53:51 atatat Exp $
|
|
#
|
|
|
|
include "arch/playstation2/conf/std.playstation2"
|
|
include "arch/playstation2/conf/config.playstation2"
|
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|
|
|
config netbsd root on wd0a type ffs
|
|
config nfsnetbsd root on smap0 type nfs
|
|
|
|
#makeoptions DEFGP="-G 40"
|
|
|
|
options KLOADER_KERNEL_PATH="\"/netbsd\""
|
|
options KLOADER
|
|
|
|
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
|