1 1.10.6.2 tls # $NetBSD: GENERIC,v 1.10.6.2 2014/08/20 00:03:17 tls Exp $ 2 1.10.6.2 tls # 3 1.10.6.2 tls # GENERIC machine description file 4 1.10.6.2 tls # 5 1.10.6.2 tls # This machine description file is used to generate the default NetBSD 6 1.10.6.2 tls # kernel. The generic kernel does not include all options, subsystems 7 1.10.6.2 tls # and device drivers, but should be useful for most applications. 8 1.10.6.2 tls # 9 1.10.6.2 tls # The machine description file can be customised for your specific 10 1.10.6.2 tls # machine to reduce the kernel size and improve its performance. 11 1.10.6.2 tls # 12 1.10.6.2 tls # For further information on compiling NetBSD kernels, see the config(8) 13 1.10.6.2 tls # man page. 14 1.10.6.2 tls # 15 1.10.6.2 tls # For further information on hardware support for this architecture, see 16 1.10.6.2 tls # the intro(4) man page. For further information about kernel options 17 1.10.6.2 tls # for this architecture, see the options(4) man page. For an explanation 18 1.10.6.2 tls # of each device driver in this file see the section 4 man page for the 19 1.10.6.2 tls # device. 20 1.10.6.2 tls 21 1.10.6.2 tls include "arch/playstation2/conf/std.playstation2" 22 1.10.6.2 tls include "arch/playstation2/conf/config.playstation2" 23 1.10.6.2 tls 24 1.10.6.2 tls options INCLUDE_CONFIG_FILE # embed config file in kernel binary 25 1.10.6.2 tls options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 26 1.10.6.2 tls 27 1.10.6.2 tls #options ALTQ # Manipulate network interfaces' output queues 28 1.10.6.2 tls #options ALTQ_BLUE # Stochastic Fair Blue 29 1.10.6.2 tls #options ALTQ_CBQ # Class-Based Queueing 30 1.10.6.2 tls #options ALTQ_CDNR # Diffserv Traffic Conditioner 31 1.10.6.2 tls #options ALTQ_FIFOQ # First-In First-Out Queue 32 1.10.6.2 tls #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 33 1.10.6.2 tls #options ALTQ_HFSC # Hierarchical Fair Service Curve 34 1.10.6.2 tls #options ALTQ_LOCALQ # Local queueing discipline 35 1.10.6.2 tls #options ALTQ_PRIQ # Priority Queueing 36 1.10.6.2 tls #options ALTQ_RED # Random Early Detection 37 1.10.6.2 tls #options ALTQ_RIO # RED with IN/OUT 38 1.10.6.2 tls #options ALTQ_WFQ # Weighted Fair Queueing 39 1.10.6.2 tls 40 1.10.6.2 tls config netbsd root on ? type ? 41 1.10.6.2 tls 42 1.10.6.2 tls #makeoptions DEFGP="-G 48" 43 1.10.6.2 tls 44 1.10.6.2 tls # Veriexec 45 1.10.6.2 tls # 46 1.10.6.2 tls # a pseudo device needed for veriexec 47 1.10.6.2 tls #pseudo-device veriexec 1 48 1.10.6.2 tls # 49 1.10.6.2 tls # Uncomment the fingerprint methods below that are desired. Note that 50 1.10.6.2 tls # removing fingerprint methods will have almost no impact on the kernel 51 1.10.6.2 tls # code size. 52 1.10.6.2 tls # 53 1.10.6.2 tls #options VERIFIED_EXEC_FP_RMD160 54 1.10.6.2 tls #options VERIFIED_EXEC_FP_SHA256 55 1.10.6.2 tls #options VERIFIED_EXEC_FP_SHA384 56 1.10.6.2 tls #options VERIFIED_EXEC_FP_SHA512 57 1.10.6.2 tls #options VERIFIED_EXEC_FP_SHA1 58 1.10.6.2 tls #options VERIFIED_EXEC_FP_MD5 59