1 # $NetBSD: SANDPOINT,v 1.21 2022/04/07 20:23:44 andvar Exp $ 2 # 3 # Sandpoint X3/X2 machine description file 4 # 5 # This machine description file is used to generate the default NetBSD 6 # kernel. The generic kernel does not include all options, subsystems 7 # and device drivers, but should be useful for most applications. 8 # 9 # The machine description file can be customised for your specific 10 # machine to reduce the kernel size and improve its performance. 11 # 12 # For further information on compiling NetBSD kernels, see the config(8) 13 # man page. 14 # 15 # For further information on hardware support for this architecture, see 16 # the intro(4) man page. For further information about kernel options 17 # for this architecture, see the options(4) man page. For an explanation 18 # of each device driver in this file see the section 4 man page for the 19 # device. 20 21 include "arch/sandpoint/conf/std.sandpoint" 22 options PIC_I8259 23 24 options INCLUDE_CONFIG_FILE # embed config file in kernel binary 25 26 #ident "SANDPOINT-$Revision: 1.21 $" 27 28 maxusers 32 29 30 options ALTIVEC # Include AltiVec support 31 32 #makeoptions DEBUG="-g" 33 34 #options DEBUG 35 options DIAGNOSTIC 36 options TRAP_PANICWAIT 37 options DDB 38 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 39 options KTRACE 40 #options PMAPCHECK 41 #options PMAPDEBUG 42 #options USERCONF # userconf(4) support 43 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 44 options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 45 46 include "conf/compat_netbsd09.config" 47 options COMPAT_386BSD_MBRPART # recognize old partition ID 48 #options COMPAT_LINUX # Linux binary compatibility 49 #options COMPAT_OSSAUDIO # Linux binary compatibility 50 51 options MSGBUFSIZE=65536 52 file-system FFS 53 file-system MFS 54 file-system NFS 55 #file-system CD9660 56 file-system MSDOSFS 57 file-system FDESC 58 file-system KERNFS 59 file-system NULLFS 60 #file-system OVERLAY 61 file-system PROCFS 62 #file-system UMAPFS 63 #file-system UNION 64 file-system PTYFS # /dev/pts/N support 65 66 #options DISKLABEL_EI # disklabel Endian Independent support 67 #options FFS_EI # FFS Endian Independent support 68 #options FFS_NO_SNAPSHOT # No FFS snapshot support 69 70 options INET 71 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 72 73 #options ALTQ # Manipulate network interfaces' output queues 74 #options ALTQ_BLUE # Stochastic Fair Blue 75 #options ALTQ_CBQ # Class-Based Queueing 76 #options ALTQ_CDNR # Diffserv Traffic Conditioner 77 #options ALTQ_FIFOQ # First-In First-Out Queue 78 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 79 #options ALTQ_HFSC # Hierarchical Fair Service Curve 80 #options ALTQ_LOCALQ # Local queueing discipline 81 #options ALTQ_PRIQ # Priority Queueing 82 #options ALTQ_RED # Random Early Detection 83 #options ALTQ_RIO # RED with IN/OUT 84 #options ALTQ_WFQ # Weighted Fair Queueing 85 86 options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP 87 88 config netbsd root on ? type ? 89 90 # network pseudo-devices 91 pseudo-device bpfilter # packet filter 92 pseudo-device vlan # IEEE 802.1q encapsulation 93 #pseudo-device pppoe # PPP over Ethernet (RFC 2516) 94 #pseudo-device bridge # simple inter-network bridging 95 #pseudo-device vether # Virtual Ethernet for bridge 96 #pseudo-device npf # NPF packet filter 97 pseudo-device loop 98 99 # mouse & keyboard multiplexor pseudo-devices 100 #pseudo-device wsmux 101 102 # miscellaneous pseudo-devices 103 #pseudo-device vnd 104 #options VND_COMPRESSION # compressed vnd(4) 105 #pseudo-device cgd # cryptographic disk devices 106 pseudo-device pty 107 pseudo-device clockctl # user control of clock subsystem 108 pseudo-device ksyms # /dev/ksyms 109 pseudo-device fss # file system snapshot device 110 111 # 112 # device 113 # 114 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 115 116 #options PCIVERBOSE # verbose PCI device messages 117 #options PCI_CONFIG_DUMP # verbosely dump PCI config space 118 #options PCI_NETBSD_CONFIGURE # Have NetBSD configure PCI I/O & Mem 119 120 mainbus0 at root 121 122 cpu* at mainbus0 123 pci* at mainbus0 bus ? 124 125 ppb* at pci? dev ? function ? # PCI-PCI bridges 126 pci* at ppb? bus ? 127 128 pchb* at pci? dev ? function ? # PCI host bridge 129 pcib* at pci? dev ? function ? # WinBond 83C533F PCI-ISA bridges 130 131 eumb* at mainbus0 132 #com* at eumb? 133 ociic* at eumb? 134 iic* at ociic? 135 136 slide* at pci? dev ? function ? # WB/Symphony IDE controllers 137 atabus* at ata? 138 139 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 140 inphy* at mii? phy ? # Intel 82555 PHYs 141 142 isa* at pcib? # ISA on PCI-ISA bridge 143 144 pckbc0 at isa? # PS/2 keyboard controller 145 pckbd* at pckbc? # PC keyboard 146 pms* at pckbc? # PS/2 mouse for wsmouse 147 wskbd* at pckbd? console ? 148 wsmouse* at pms? mux 0 149 150 com0 at isa? port 0x3f8 irq 4 # standard PC serial ports 151 com1 at isa? port 0x2f8 irq 3 152 153 lpt0 at isa? port 0x278 irq 7 # standard PC parallel ports 154 155 wd* at atabus? drive ? flags 0x0000 156