GENERIC revision 1.83
1# $NetBSD: GENERIC,v 1.83 2005/06/25 12:05:16 rpaulo Exp $ 2# 3# GENERIC 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 21include "arch/bebox/conf/std.bebox" 22 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 24 25#ident "GENERIC-$Revision: 1.83 $" 26 27maxusers 32 28 29#options IPKDBUSERHACK # Allow access to mapped memory via kgdb 30#options DEBUG_BY_TOOLS # Allow debugging from toolsnet 31# HMAC key to be used for debugging sessions 32#options IPKDBKEY="\"HMAC pass phrase text\"" 33#options IPKDBSECURE # Allow debugging even when securelevel > 0 34makeoptions DEBUG="-g" 35 36options DEBUG 37options DIAGNOSTIC 38options TRAP_PANICWAIT 39options DDB 40#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 41options KTRACE 42options SYSTRACE # system call vetting via systrace(1) 43options USERCONF # userconf(4) support 44#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 45options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 46 47# Enable experimental buffer queue strategy for better responsiveness under 48# high disk I/O load. Use it with caution - it's not proven to be stable yet. 49#options BUFQ_READPRIO 50#options BUFQ_PRIOCSCAN 51 52#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 53options COMPAT_43 54options COMPAT_09 55options COMPAT_10 56options COMPAT_12 57options COMPAT_13 58options COMPAT_14 59options COMPAT_16 60options COMPAT_20 61options COMPAT_386BSD_MBRPART # recognize old partition ID 62#options COMPAT_LINUX # Linux binary compatibility 63options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 64 65file-system FFS 66file-system MFS 67file-system NFS 68file-system CD9660 69file-system MSDOSFS 70file-system FDESC 71file-system KERNFS 72file-system NULLFS 73file-system OVERLAY 74file-system PORTAL 75file-system PROCFS 76file-system UMAPFS 77file-system UNION 78#file-system PTYFS 79 80#options FFS_EI # FFS Endian Independant support 81options SOFTDEP # FFS soft updates support. 82#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 83#options NFSSERVER 84#options FFS_NO_SNAPSHOT # ffs snapshots 85 86options INET 87options INET6 # IPV6 88#options IPSEC # IP security 89#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 90#options IPSEC_DEBUG # debug for IP security 91 92#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 93 94#options ALTQ # Manipulate network interfaces' output queues 95#options ALTQ_BLUE # Stochastic Fair Blue 96#options ALTQ_CBQ # Class-Based Queueing 97#options ALTQ_CDNR # Diffserv Traffic Conditioner 98#options ALTQ_FIFOQ # First-In First-Out Queue 99#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 100#options ALTQ_HFSC # Hierarchical Fair Service Curve 101#options ALTQ_LOCALQ # Local queueing discipline 102#options ALTQ_PRIQ # Priority Queueing 103#options ALTQ_RED # Random Early Detection 104#options ALTQ_RIO # RED with IN/OUT 105#options ALTQ_WFQ # Weighted Fair Queueing 106 107options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP 108 109config netbsd root on ? type ? 110 111#pseudo-device crypto # opencrypto framework 112#pseudo-device cgd 4 # cryptographic disk devices 113pseudo-device vnd 4 114pseudo-device loop 115pseudo-device bpfilter 8 # packet filter 116pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 117#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 118#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 119pseudo-device vlan # IEEE 802.1q encapsulation 120pseudo-device pppoe # PPP over Ethernet (RFC 2516) 121pseudo-device bridge # simple inter-network bridging 122#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 123pseudo-device pty # pseudo-terminals 124pseudo-device raid 8 # RAIDframe disk driver 125options RAID_AUTOCONFIG # auto-configuration of RAID components 126# Options to enable various other RAIDframe RAID types. 127# options RF_INCLUDE_EVENODD=1 128# options RF_INCLUDE_RAID5_RS=1 129# options RF_INCLUDE_PARITYLOGGING=1 130# options RF_INCLUDE_CHAINDECLUSTER=1 131# options RF_INCLUDE_INTERDECLUSTER=1 132# options RF_INCLUDE_PARITY_DECLUSTERING=1 133# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 134pseudo-device fss 4 # file system snapshot device 135#pseudo-device gre 2 # generic L3 over IP tunnel 136pseudo-device wsmux 137pseudo-device clockctl # user control of clock subsystem 138 139# random number generator pseudo-device 140pseudo-device rnd # /dev/random and in-kernel generator 141#options RND_COM # use "com" randomness as well (BROKEN) 142pseudo-device ksyms # /dev/ksyms 143#pseudo-device pf # PF packet filter 144#pseudo-device pflog # PF log if 145 146# 147# device 148# 149options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 150 151options PCIVERBOSE # verbose PCI device messages 152#options PCI_CONFIG_DUMP # verbosely dump PCI config space 153options PCI_NETBSD_CONFIGURE 154 155mainbus0 at root 156 157cpu* at mainbus0 158pci0 at mainbus0 bus ? 159 160ppb* at pci? dev ? function ? # PCI-PCI bridges 161pci* at ppb? bus ? 162pchb* at pci? dev ? function ? # PCI-Host bridges 163pcib* at pci? dev ? function ? # PCI-ISA bridges 164 165isa* at pcib? # ISA on PCI-ISA bridge 166 167#pc0 at isa? port 0x60 irq 1 # generic PC console device 168 169com0 at isa? port 0x3f8 irq 4 # standard PC serial ports 170com1 at isa? port 0x2f8 irq 3 171#com2 at isa? port 0x380 irq 16 172#com3 at isa? port 0x388 irq 17 173 174lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 175#lpt1 at isa? port 0x278 176#lpt2 at isa? port 0x3bc 177 178#lms0 at isa? port 0x23c irq 5 # Logitech bus mouse 179#lms1 at isa? port 0x238 irq 5 180#mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 181#mms1 at isa? port 0x238 irq 5 182 183pckbc0 at isa? 184pckbd* at pckbc? 185#pms* at pckbc? 186#vga0 at isa? 187vga* at pci? 188pfb* at pci? 189wsdisplay* at vga? console ? 190wsdisplay* at pfb? console ? 191wskbd* at pckbd? console ? 192#wsmouse* at pms? mux 0 193 194# Cryptographic Devices 195 196# PCI cryptographic devices 197#hifn* at pci? dev ? function ? # Hifn 7755/7811/795x 198#ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 199 200#siop* at pci? dev ? function ? # NCR 538XX SCSI controllers 201#scsibus* at siop? 202#esiop* at pci? dev ? function ? # NCR 53875 and newer SCSI controllers 203#scsibus* at esiop? 204 205#sd* at scsibus? target ? lun ? # SCSI disk drives 206#st* at scsibus? target ? lun ? # SCSI tape drives 207#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 208#ch* at scsibus? target ? lun ? # SCSI autochangers 209#ss* at scsibus? target ? lun ? # SCSI scanners 210#uk* at scsibus? target ? lun ? # SCSI unknown 211 212fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 213#fdc1 at isa? port 0x370 irq ? drq ? 214fd0 at fdc? drive 1 215#fd* at fdc? drive ? 216 217wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers 218atabus* at ata? 219wd* at atabus? drive ? 220 221ne0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards 222#ipkdbif0 at ne? 223 224#wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System 225 226#attimer0 at isa? 227#pcppi0 at isa? 228#spkr0 at pcppi? 229 230# Joystick driver. Probe is a little strange; add only if you have one. 231#joy0 at isa? port 0x201 232