GENERIC revision 1.21
1# $NetBSD: GENERIC,v 1.21 1999/11/21 14:00:39 itojun Exp $ 2# 3# First try for BEBOX config file 4# 5 6include "arch/bebox/conf/std.bebox" 7 8maxusers 32 9 10#options IPKDBUSERHACK # Allow access to mapped memory via kgdb 11#options DEBUG_BY_TOOLS # Allow debugging from toolsnet 12# HMAC key to be used for debugging sessions 13#options IPKDBKEY="\"HMAC pass phrase text\"" 14#options IPKDBSECURE # Allow debugging even when securelevel > 0 15makeoptions DEBUG="-g" 16 17options DEBUG 18options DIAGNOSTIC 19options TRAP_PANICWAIT 20options DDB 21#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 22options KTRACE 23 24options TCP_COMPAT_42 25options COMPAT_43 26options COMPAT_09 27options COMPAT_10 28options COMPAT_12 29options COMPAT_13 30options COMPAT_14 31options COMPAT_386BSD_MBRPART # recognize old partition ID 32 33file-system FFS 34file-system MFS 35file-system NFS 36file-system CD9660 37file-system MSDOSFS 38file-system FDESC 39file-system KERNFS 40file-system NULLFS 41file-system PORTAL 42file-system PROCFS 43file-system UMAPFS 44file-system UNION 45 46#options FFS_EI # FFS Endian Independant support 47#options SOFTDEP # FFS soft updates support. 48#options NFSSERVER 49 50# Pull in config fragments for kernel crypto. This is required for 51# options IPSEC etc. to work. If you want to run with IPSEC, uncomment 52# one of these, based on whether you use crypto-us or crypto-intl, and 53# adjust the prefixes as necessary. 54 55#prefix ../crypto-us/sys 56#cinclude "conf/files.crypto-us" 57#prefix 58 59#prefix ../crypto-intl/sys 60#cinclude "conf/files.crypto-intl" 61#prefix 62 63options INET 64options INET6 # IPV6 65#options IPSEC # IP security 66#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 67#options IPSEC_DEBUG # debug for IP security 68 69options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP 70 71config netbsd root on ? type ? 72 73pseudo-device vnd 4 74pseudo-device loop 75pseudo-device bpfilter 8 # packet filter 76pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 77#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 78pseudo-device pty 64 79#pseudo-device raid 4 # RAIDframe disk driver 80#pseudo-device gre 2 # generic L3 over IP tunnel 81pseudo-device wsmux 2 82 83# 84# device 85# 86options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 87 88options PCIVERBOSE # verbose PCI device messages 89 90mainbus0 at root 91 92pci0 at mainbus0 bus ? 93 94ppb* at pci? dev ? function ? # PCI-PCI bridges 95pci* at ppb? bus ? 96pchb* at pci? dev ? function ? # PCI-Host bridges 97pcib* at pci? dev ? function ? # PCI-ISA bridges 98 99isa* at pcib? # ISA on PCI-ISA bridge 100 101#pc0 at isa? port 0x60 irq 1 # generic PC console device 102 103com0 at isa? port 0x3f8 irq 4 # standard PC serial ports 104com1 at isa? port 0x2f8 irq 3 105#com2 at isa? port 0x380 irq 16 106#com3 at isa? port 0x388 irq 17 107 108lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 109#lpt1 at isa? port 0x278 110#lpt2 at isa? port 0x3bc 111 112#lms0 at isa? port 0x23c irq 5 # Logitech bus mouse 113#lms1 at isa? port 0x238 irq 5 114#mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 115#mms1 at isa? port 0x238 irq 5 116#pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse 117 118pckbc0 at isa? 119pckbd* at pckbc? 120#pms* at pckbc? 121#vga0 at isa? 122vga* at pci? 123pfb* at pci? 124wsdisplay* at vga? console ? 125wsdisplay* at pfb? console ? 126wskbd* at pckbd? console ? 127#wsmouse* at pms? mux 0 128 129#ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers 130#scsibus* at ncr? 131 132#sd* at scsibus? target ? lun ? # SCSI disk drives 133#st* at scsibus? target ? lun ? # SCSI tape drives 134#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 135#ch* at scsibus? target ? lun ? # SCSI autochangers 136#ss* at scsibus? target ? lun ? # SCSI scanners 137#uk* at scsibus? target ? lun ? # SCSI unknown 138 139fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 140#fdc1 at isa? port 0x370 irq ? drq ? 141fd0 at fdc? drive 1 142#fd* at fdc? drive ? 143 144wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers 145wd* at wdc? drive ? 146 147ne0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards 148#ipkdbif0 at ne? 149 150#wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System 151 152#pcppi0 at isa? 153#spkr0 at pcppi? 154 155# Joystick driver. Probe is a little strange; add only if you have one. 156#joy0 at isa? port 0x201 157