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