GENERIC revision 1.5
11.5Sabs# $NetBSD: GENERIC,v 1.5 2004/06/26 07:32:08 abs Exp $
21.1Such#
31.2Sgmcgarry# GENERIC machine description file
41.2Sgmcgarry# 
51.2Sgmcgarry# This machine description file is used to generate the default NetBSD
61.2Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.2Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Such#
91.2Sgmcgarry# The machine description file can be customised for your specific
101.2Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.1Such#
121.2Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.2Sgmcgarry# man page.
141.2Sgmcgarry#
151.2Sgmcgarry# For further information on hardware support for this architecture, see
161.2Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.2Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.2Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.2Sgmcgarry# device.
201.1Such
211.1Suchinclude 	"arch/playstation2/conf/std.playstation2"
221.1Suchinclude 	"arch/playstation2/conf/config.playstation2"
231.3Satatat
241.3Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
251.1Such
261.5Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
271.5Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
281.5Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
291.5Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
301.5Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
311.5Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
321.5Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
331.5Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
341.5Sabs#options 	ALTQ_PRIQ	# Priority Queueing
351.5Sabs#options 	ALTQ_RED	# Random Early Detection
361.5Sabs#options 	ALTQ_RIO	# RED with IN/OUT
371.5Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
381.5Sabs
391.1Suchconfig		netbsd		root on ? type ?
401.1Such
411.4Sshin#makeoptions	DEFGP="-G 48"
42