Home | History | Annotate | Line # | Download | only in conf
AGATE revision 1.2
      1  1.1    uch #
      2  1.2  lukem # -- SCPH-18000 used by uch (at] netbsd.org
      3  1.1    uch #
      4  1.2  lukem # 	$NetBSD: AGATE,v 1.2 2001/11/20 12:56:36 lukem 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.1    uch 
     10  1.1    uch config		netbsd	root on wd0a type ffs
     11  1.1    uch config		nfsnetbsd root on smap0 type nfs
     12  1.1    uch 
     13  1.1    uch makeoptions	DEFGP="-G 40"
     14  1.1    uch 
     15  1.2  lukem options 	BUILTIN_KERNEL_LOADER
     16  1.1    uch 
     17  1.1    uch options 	DDB			# in-kernel debugger
     18  1.1    uch 
     19  1.1    uch options 	NMBCLUSTERS=4096 # Max. number of mbuf clusters
     20  1.1    uch 
     21  1.1    uch options 	GATEWAY		# packet forwarding
     22  1.1    uch 
     23  1.1    uch options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     24  1.1    uch options 	PPP_DEFLATE	# Deflate compression support for PPP
     25  1.1    uch options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     26  1.1    uch 
     27  1.1    uch uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
     28  1.2  lukem ucom*	at uplcom? portno ?
     29  1.1    uch 
     30  1.1    uch pseudo-device	ppp		2	# Point-to-Point Protocol
     31