1 1.14 abs # $NetBSD: GENERIC,v 1.14 2023/02/12 14:50:41 abs 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.6 atatat options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 26 1.1 uch 27 1.5 abs #options ALTQ # Manipulate network interfaces' output queues 28 1.5 abs #options ALTQ_BLUE # Stochastic Fair Blue 29 1.5 abs #options ALTQ_CBQ # Class-Based Queueing 30 1.5 abs #options ALTQ_CDNR # Diffserv Traffic Conditioner 31 1.5 abs #options ALTQ_FIFOQ # First-In First-Out Queue 32 1.5 abs #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 33 1.5 abs #options ALTQ_HFSC # Hierarchical Fair Service Curve 34 1.5 abs #options ALTQ_LOCALQ # Local queueing discipline 35 1.5 abs #options ALTQ_PRIQ # Priority Queueing 36 1.5 abs #options ALTQ_RED # Random Early Detection 37 1.5 abs #options ALTQ_RIO # RED with IN/OUT 38 1.5 abs #options ALTQ_WFQ # Weighted Fair Queueing 39 1.5 abs 40 1.1 uch config netbsd root on ? type ? 41 1.1 uch 42 1.4 shin #makeoptions DEFGP="-G 48" 43 1.7 elad 44 1.7 elad # Veriexec 45 1.13 sevan # include "dev/veriexec.config" 46 1.14 abs 47 1.14 abs # Pull in optional local configuration - always at end 48 1.14 abs cinclude "arch/playstation2/conf/GENERIC.local" 49