Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.4.4.1
      1  1.4.4.1       jdc # $NetBSD: GENERIC,v 1.4.4.1 2004/06/30 21:20:40 jdc Exp $
      2      1.1       uch #
      3      1.2  gmcgarry # GENERIC machine description file
      4      1.2  gmcgarry # 
      5      1.2  gmcgarry # This machine description file is used to generate the default NetBSD
      6      1.2  gmcgarry # kernel.  The generic kernel does not include all options, subsystems
      7      1.2  gmcgarry # and device drivers, but should be useful for most applications.
      8      1.1       uch #
      9      1.2  gmcgarry # The machine description file can be customised for your specific
     10      1.2  gmcgarry # machine to reduce the kernel size and improve its performance.
     11      1.1       uch #
     12      1.2  gmcgarry # For further information on compiling NetBSD kernels, see the config(8)
     13      1.2  gmcgarry # man page.
     14      1.2  gmcgarry #
     15      1.2  gmcgarry # For further information on hardware support for this architecture, see
     16      1.2  gmcgarry # the intro(4) man page.  For further information about kernel options
     17      1.2  gmcgarry # for this architecture, see the options(4) man page.  For an explanation
     18      1.2  gmcgarry # of each device driver in this file see the section 4 man page for the
     19      1.2  gmcgarry # device.
     20      1.1       uch 
     21      1.1       uch include 	"arch/playstation2/conf/std.playstation2"
     22      1.1       uch include 	"arch/playstation2/conf/config.playstation2"
     23      1.3    atatat 
     24      1.3    atatat options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     25      1.1       uch 
     26  1.4.4.1       jdc #options 	ALTQ		# Manipulate network interfaces' output queues
     27  1.4.4.1       jdc #options 	ALTQ_BLUE	# Stochastic Fair Blue
     28  1.4.4.1       jdc #options 	ALTQ_CBQ	# Class-Based Queueing
     29  1.4.4.1       jdc #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
     30  1.4.4.1       jdc #options 	ALTQ_FIFOQ	# First-In First-Out Queue
     31  1.4.4.1       jdc #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
     32  1.4.4.1       jdc #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
     33  1.4.4.1       jdc #options 	ALTQ_LOCALQ	# Local queueing discipline
     34  1.4.4.1       jdc #options 	ALTQ_PRIQ	# Priority Queueing
     35  1.4.4.1       jdc #options 	ALTQ_RED	# Random Early Detection
     36  1.4.4.1       jdc #options 	ALTQ_RIO	# RED with IN/OUT
     37  1.4.4.1       jdc #options 	ALTQ_WFQ	# Weighted Fair Queueing
     38  1.4.4.1       jdc 
     39      1.1       uch config		netbsd		root on ? type ?
     40      1.1       uch 
     41      1.4      shin #makeoptions	DEFGP="-G 48"
     42