GENERIC revision 1.7
11.7Selad# $NetBSD: GENERIC,v 1.7 2005/12/09 23:34:03 elad 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.7Selad#options VERIFIED_EXEC
461.7Selad#
471.7Selad# a pseudo device needed for veriexec
481.7Selad#pseudo-device	veriexec		1
491.7Selad#
501.7Selad# Uncomment the fingerprint methods below that are desired. Note that
511.7Selad# removing fingerprint methods will have almost no impact on the kernel
521.7Selad# code size.
531.7Selad#
541.7Selad#options VERIFIED_EXEC_FP_RMD160
551.7Selad#options VERIFIED_EXEC_FP_SHA256
561.7Selad#options VERIFIED_EXEC_FP_SHA384
571.7Selad#options VERIFIED_EXEC_FP_SHA512
581.7Selad#options VERIFIED_EXEC_FP_SHA1
591.7Selad#options VERIFIED_EXEC_FP_MD5
601.7Selad
61