11.14Sabs# $NetBSD: GENERIC,v 1.14 2023/02/12 14:50:41 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.6Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
261.1Such
271.5Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
281.5Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
291.5Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
301.5Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
311.5Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
321.5Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
331.5Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
341.5Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
351.5Sabs#options 	ALTQ_PRIQ	# Priority Queueing
361.5Sabs#options 	ALTQ_RED	# Random Early Detection
371.5Sabs#options 	ALTQ_RIO	# RED with IN/OUT
381.5Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
391.5Sabs
401.1Suchconfig		netbsd		root on ? type ?
411.1Such
421.4Sshin#makeoptions	DEFGP="-G 48"
431.7Selad
441.7Selad# Veriexec
451.13Ssevan# include "dev/veriexec.config"
461.14Sabs
471.14Sabs# Pull in optional local configuration - always at end
481.14Sabscinclude	"arch/playstation2/conf/GENERIC.local"
49