1 1.44.4.2 nathanw # $NetBSD: GENERIC,v 1.44.4.2 2002/01/08 00:23:44 nathanw Exp $ 2 1.44.4.2 nathanw # 3 1.44.4.2 nathanw # GENERIC machine description file 4 1.44.4.2 nathanw # 5 1.44.4.2 nathanw # This machine description file is used to generate the default NetBSD 6 1.44.4.2 nathanw # kernel. The generic kernel does not include all options, subsystems 7 1.44.4.2 nathanw # and device drivers, but should be useful for most applications. 8 1.44.4.2 nathanw # 9 1.44.4.2 nathanw # The machine description file can be customised for your specific 10 1.44.4.2 nathanw # machine to reduce the kernel size and improve its performance. 11 1.44.4.2 nathanw # 12 1.44.4.2 nathanw # For further information on compiling NetBSD kernels, see the config(8) 13 1.44.4.2 nathanw # man page. 14 1.44.4.2 nathanw # 15 1.44.4.2 nathanw # For further information on hardware support for this architecture, see 16 1.44.4.2 nathanw # the intro(4) man page. For further information about kernel options 17 1.44.4.2 nathanw # for this architecture, see the options(4) man page. For an explanation 18 1.44.4.2 nathanw # of each device driver in this file see the section 4 man page for the 19 1.44.4.2 nathanw # device. 20 1.44.4.2 nathanw 21 1.44.4.2 nathanw include "arch/bebox/conf/std.bebox" 22 1.44.4.2 nathanw 23 1.44.4.2 nathanw #ident "GENERIC-$Revision: 1.44.4.2 $" 24 1.44.4.2 nathanw 25 1.44.4.2 nathanw maxusers 32 26 1.44.4.2 nathanw 27 1.44.4.2 nathanw #options IPKDBUSERHACK # Allow access to mapped memory via kgdb 28 1.44.4.2 nathanw #options DEBUG_BY_TOOLS # Allow debugging from toolsnet 29 1.44.4.2 nathanw # HMAC key to be used for debugging sessions 30 1.44.4.2 nathanw #options IPKDBKEY="\"HMAC pass phrase text\"" 31 1.44.4.2 nathanw #options IPKDBSECURE # Allow debugging even when securelevel > 0 32 1.44.4.2 nathanw makeoptions DEBUG="-g" 33 1.44.4.2 nathanw 34 1.44.4.2 nathanw options DEBUG 35 1.44.4.2 nathanw options DIAGNOSTIC 36 1.44.4.2 nathanw options TRAP_PANICWAIT 37 1.44.4.2 nathanw options DDB 38 1.44.4.2 nathanw #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 39 1.44.4.2 nathanw options KTRACE 40 1.44.4.2 nathanw options NEWPMAP 41 1.44.4.2 nathanw 42 1.44.4.2 nathanw #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 43 1.44.4.2 nathanw options COMPAT_43 44 1.44.4.2 nathanw options COMPAT_09 45 1.44.4.2 nathanw options COMPAT_10 46 1.44.4.2 nathanw options COMPAT_12 47 1.44.4.2 nathanw options COMPAT_13 48 1.44.4.2 nathanw options COMPAT_14 49 1.44.4.2 nathanw options COMPAT_386BSD_MBRPART # recognize old partition ID 50 1.44.4.2 nathanw #options COMPAT_LINUX # Linux binary compatibility 51 1.44.4.2 nathanw 52 1.44.4.2 nathanw file-system FFS 53 1.44.4.2 nathanw file-system MFS 54 1.44.4.2 nathanw file-system NFS 55 1.44.4.2 nathanw file-system CD9660 56 1.44.4.2 nathanw file-system MSDOSFS 57 1.44.4.2 nathanw file-system FDESC 58 1.44.4.2 nathanw file-system KERNFS 59 1.44.4.2 nathanw file-system NULLFS 60 1.44.4.2 nathanw file-system OVERLAY 61 1.44.4.2 nathanw file-system PORTAL 62 1.44.4.2 nathanw file-system PROCFS 63 1.44.4.2 nathanw file-system UMAPFS 64 1.44.4.2 nathanw file-system UNION 65 1.44.4.2 nathanw 66 1.44.4.2 nathanw #options FFS_EI # FFS Endian Independant support 67 1.44.4.2 nathanw options SOFTDEP # FFS soft updates support. 68 1.44.4.2 nathanw #options NFSSERVER 69 1.44.4.2 nathanw 70 1.44.4.2 nathanw options INET 71 1.44.4.2 nathanw options INET6 # IPV6 72 1.44.4.2 nathanw #options IPSEC # IP security 73 1.44.4.2 nathanw #options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 74 1.44.4.2 nathanw #options IPSEC_DEBUG # debug for IP security 75 1.44.4.2 nathanw 76 1.44.4.2 nathanw #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 77 1.44.4.2 nathanw 78 1.44.4.2 nathanw options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP 79 1.44.4.2 nathanw 80 1.44.4.2 nathanw config netbsd root on ? type ? 81 1.44.4.2 nathanw 82 1.44.4.2 nathanw pseudo-device vnd 4 83 1.44.4.2 nathanw pseudo-device loop 84 1.44.4.2 nathanw pseudo-device bpfilter 8 # packet filter 85 1.44.4.2 nathanw pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 86 1.44.4.2 nathanw #pseudo-device faith 1 # IPv[46] tcp relay translation i/f 87 1.44.4.2 nathanw #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 88 1.44.4.2 nathanw pseudo-device vlan # IEEE 802.1q encapsulation 89 1.44.4.2 nathanw pseudo-device pppoe # PPP over Ethernet (RFC 2516) 90 1.44.4.2 nathanw pseudo-device bridge # simple inter-network bridging 91 1.44.4.2 nathanw pseudo-device pty # pseudo-terminals 92 1.44.4.2 nathanw #pseudo-device raid 4 # RAIDframe disk driver 93 1.44.4.2 nathanw #options RAID_AUTOCONFIG # auto-configuration of RAID components 94 1.44.4.2 nathanw #pseudo-device gre 2 # generic L3 over IP tunnel 95 1.44.4.2 nathanw pseudo-device wsmux 2 96 1.44.4.2 nathanw 97 1.44.4.2 nathanw # random number generator pseudo-device 98 1.44.4.2 nathanw pseudo-device rnd # /dev/random and in-kernel generator 99 1.44.4.2 nathanw #options RND_COM # use "com" randomness as well (BROKEN) 100 1.44.4.2 nathanw 101 1.44.4.2 nathanw # 102 1.44.4.2 nathanw # device 103 1.44.4.2 nathanw # 104 1.44.4.2 nathanw options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 105 1.44.4.2 nathanw 106 1.44.4.2 nathanw options PCIVERBOSE # verbose PCI device messages 107 1.44.4.2 nathanw #options PCI_CONFIG_DUMP # verbosely dump PCI config space 108 1.44.4.2 nathanw options PCI_NETBSD_CONFIGURE 109 1.44.4.2 nathanw 110 1.44.4.2 nathanw mainbus0 at root 111 1.44.4.2 nathanw 112 1.44.4.2 nathanw cpu* at mainbus0 113 1.44.4.2 nathanw pci0 at mainbus0 bus ? 114 1.44.4.2 nathanw 115 1.44.4.2 nathanw ppb* at pci? dev ? function ? # PCI-PCI bridges 116 1.44.4.2 nathanw pci* at ppb? bus ? 117 1.44.4.2 nathanw pchb* at pci? dev ? function ? # PCI-Host bridges 118 1.44.4.2 nathanw pcib* at pci? dev ? function ? # PCI-ISA bridges 119 1.44.4.2 nathanw 120 1.44.4.2 nathanw isa* at pcib? # ISA on PCI-ISA bridge 121 1.44.4.2 nathanw 122 1.44.4.2 nathanw #pc0 at isa? port 0x60 irq 1 # generic PC console device 123 1.44.4.2 nathanw 124 1.44.4.2 nathanw com0 at isa? port 0x3f8 irq 4 # standard PC serial ports 125 1.44.4.2 nathanw com1 at isa? port 0x2f8 irq 3 126 1.44.4.2 nathanw #com2 at isa? port 0x380 irq 16 127 1.44.4.2 nathanw #com3 at isa? port 0x388 irq 17 128 1.44.4.2 nathanw 129 1.44.4.2 nathanw lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 130 1.44.4.2 nathanw #lpt1 at isa? port 0x278 131 1.44.4.2 nathanw #lpt2 at isa? port 0x3bc 132 1.44.4.2 nathanw 133 1.44.4.2 nathanw #lms0 at isa? port 0x23c irq 5 # Logitech bus mouse 134 1.44.4.2 nathanw #lms1 at isa? port 0x238 irq 5 135 1.44.4.2 nathanw #mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 136 1.44.4.2 nathanw #mms1 at isa? port 0x238 irq 5 137 1.44.4.2 nathanw #pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse 138 1.44.4.2 nathanw 139 1.44.4.2 nathanw pckbc0 at isa? 140 1.44.4.2 nathanw pckbd* at pckbc? 141 1.44.4.2 nathanw #pms* at pckbc? 142 1.44.4.2 nathanw #vga0 at isa? 143 1.44.4.2 nathanw vga* at pci? 144 1.44.4.2 nathanw pfb* at pci? 145 1.44.4.2 nathanw wsdisplay* at vga? console ? 146 1.44.4.2 nathanw wsdisplay* at pfb? console ? 147 1.44.4.2 nathanw wskbd* at pckbd? console ? 148 1.44.4.2 nathanw #wsmouse* at pms? mux 0 149 1.44.4.2 nathanw 150 1.44.4.2 nathanw #siop* at pci? dev ? function ? # NCR 538XX SCSI controllers 151 1.44.4.2 nathanw #scsibus* at siop? 152 1.44.4.2 nathanw 153 1.44.4.2 nathanw #sd* at scsibus? target ? lun ? # SCSI disk drives 154 1.44.4.2 nathanw #st* at scsibus? target ? lun ? # SCSI tape drives 155 1.44.4.2 nathanw #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 156 1.44.4.2 nathanw #ch* at scsibus? target ? lun ? # SCSI autochangers 157 1.44.4.2 nathanw #ss* at scsibus? target ? lun ? # SCSI scanners 158 1.44.4.2 nathanw #uk* at scsibus? target ? lun ? # SCSI unknown 159 1.44.4.2 nathanw 160 1.44.4.2 nathanw fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 161 1.44.4.2 nathanw #fdc1 at isa? port 0x370 irq ? drq ? 162 1.44.4.2 nathanw fd0 at fdc? drive 1 163 1.44.4.2 nathanw #fd* at fdc? drive ? 164 1.44.4.2 nathanw 165 1.44.4.2 nathanw wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers 166 1.44.4.2 nathanw wd* at wdc? drive ? 167 1.44.4.2 nathanw 168 1.44.4.2 nathanw ne0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards 169 1.44.4.2 nathanw #ipkdbif0 at ne? 170 1.44.4.2 nathanw 171 1.44.4.2 nathanw #wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System 172 1.44.4.2 nathanw 173 1.44.4.2 nathanw #pcppi0 at isa? 174 1.44.4.2 nathanw #spkr0 at pcppi? 175 1.44.4.2 nathanw 176 1.44.4.2 nathanw # Joystick driver. Probe is a little strange; add only if you have one. 177 1.44.4.2 nathanw #joy0 at isa? port 0x201 178