GENERIC revision 1.103
1# $NetBSD: GENERIC,v 1.103 2001/07/08 16:32:19 abs Exp $ 2# 3# GENERIC -- everything that's currently supported 4# 5 6include "arch/macppc/conf/std.macppc" 7 8#ident "GENERIC-$Revision: 1.103 $" 9 10maxusers 32 11 12# Standard system options 13#options UCONSOLE # users can use TIOCCONS (for xconsole) 14#options INSECURE # disable kernel security levels 15 16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 17#options NTP # NTP phase/frequency locked loop 18options KTRACE # system call tracing via ktrace(1) 19 20options SYSVMSG # System V message queues 21options SYSVSEM # System V semaphores 22#options SEMMNI=10 # number of semaphore identifiers 23#options SEMMNS=60 # number of semaphores in system 24#options SEMUME=10 # max number of undo entries per process 25#options SEMMNU=30 # number of undo structures in system 26options SYSVSHM # System V shared memory 27#options SHMMAXPGS=1024 # 1024 pages is the default 28 29options LKM # loadable kernel modules 30 31# Diagnostic/debugging support options 32options DIAGNOSTIC # cheap kernel consistency checks 33#options DEBUG # expensive debugging checks/support 34options DDB # in-kernel debugger 35options DDB_HISTORY_SIZE=512 # enable history editing in DDB 36options TRAP_PANICWAIT 37 38#makeoptions DEBUG="-g" # compile full symbol table 39 40# Compatibility options 41options COMPAT_09 # NetBSD 0.9, 42options COMPAT_10 # NetBSD 1.0, 43options COMPAT_11 # NetBSD 1.1, 44options COMPAT_12 # NetBSD 1.2, 45options COMPAT_13 # NetBSD 1.3, 46options COMPAT_14 # NetBSD 1.4, 47options COMPAT_43 # and 4.3BSD 48#options COMPAT_386BSD_MBRPART # recognize old partition ID 49#options COMPAT_LINUX # Linux binary compatibility (experimental) 50#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 51 52# File systems 53file-system FFS # UFS 54file-system EXT2FS # second extended file system (linux) 55file-system LFS # log-structured file system 56file-system MFS # memory file system 57file-system NFS # Network File System client 58file-system CD9660 # ISO 9660 + Rock Ridge file system 59file-system MSDOSFS # MS-DOS file system 60file-system FDESC # /dev/fd 61file-system KERNFS # /kern 62file-system NULLFS # loopback file system 63file-system OVERLAY # overlay file system 64file-system PORTAL # portal filesystem (still experimental) 65file-system PROCFS # /proc 66file-system UMAPFS # NULLFS + uid and gid remapping 67file-system UNION # union file system 68 69# File system options 70options QUOTA # UFS quotas 71#options FFS_EI # FFS Endian Independant support 72options SOFTDEP # FFS soft updates support. 73options NFSSERVER # Network File System server 74#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 75 # immutable) behave as system flags. 76 77options NFS_BOOT_DHCP # Support DHCP NFS root 78 79# Networking options 80#options GATEWAY # packet forwarding 81options INET # IP + ICMP + TCP + UDP 82options INET6 # IPV6 83#options IPSEC # IP security 84#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 85#options IPSEC_DEBUG # debug for IP security 86#options MROUTING # IP multicast routing 87#options NS # XNS 88#options NSIP # XNS tunneling over IP 89#options ISO,TPIP # OSI 90#options EON # OSI tunneling over IP 91#options CCITT,LLC,HDLC # X.25 92options NETATALK # AppleTalk networking protocols 93options PPP_BSDCOMP # BSD-Compress compression support for PPP 94options PPP_DEFLATE # Deflate compression support for PPP 95options PPP_FILTER # Active filter support for PPP (requires bpf) 96options PFIL_HOOKS # pfil(9) packet filter hooks 97options IPFILTER_LOG # ipmon(8) log support 98#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 99 100# These options enable verbose messages for several subsystems. 101# Warning, these may compile large string tables into the kernel! 102options PCIVERBOSE # verbose PCI device autoconfig messages 103options MIIVERBOSE # verbose PHY autoconfig messages 104#options PCI_CONFIG_DUMP # verbosely dump PCI config space 105options SCSIVERBOSE # human readable SCSI error messages 106options USBVERBOSE # verbose USB device autoconfig messages 107 108# wscons options 109#options WSEMUL_SUN # sun terminal emulation 110options WSEMUL_VT100 # VT100 / VT220 emulation 111options FONT_GALLANT12x22 112 113# Kernel root file system and dump configuration. 114config netbsd root on ? type ? 115 116# 117# Device configuration 118# 119 120mainbus* at root 121 122cpu* at mainbus? 123bandit* at mainbus? 124grackle* at mainbus? 125uninorth* at mainbus? 126 127pci* at bandit? bus ? 128pci* at grackle? bus ? 129pci* at uninorth? bus ? 130pci* at ppb? bus ? 131 132pchb* at pci? dev ? function ? # PCI-Host bridges 133ppb* at pci? dev ? function ? # PCI-PCI bridges 134 135de* at pci? dev ? function ? # DEC 21x4x-based Ethernet 136fpa* at pci? dev ? function ? # DEC PCI FDDI (DEFPA) Controller 137ep* at pci? dev ? function ? # 3Com 3c59x 138epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 139ex* at pci? dev ? function ? # 3Com 90x[B] 140fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 141ne* at pci? dev ? function ? # NE2000-compatible Ethernet 142rtk* at pci? dev ? function ? # Realtek 8129/8139 143sip* at pci? dev ? function ? # SiS 900/7016 Ethernet 144tlp* at pci? dev ? function ? # DECchip 21x4x (and clones) Ethernet 145options TLP_MATCH_21040 146options TLP_MATCH_21041 147options TLP_MATCH_21140 148options TLP_MATCH_21142 149adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 150ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI 151bha* at pci? dev ? function ? # BusLogic 9xx SCSI 152iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 153isp* at pci? dev ? function ? # Qlogic ISP 10x0/2xx0 SCSI/Fibre Chan 154siop* at pci? dev ? function ? # NCR 53c8xx SCSI 155pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI 156ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer 157pciide* at pci? dev ? function ? 158cbb* at pci? dev ? function ? # PCI-CardBus bridge 159gm* at pci? dev ? function ? # gmac ethernet 160obio0 at pci? dev ? function ? 161#macofcons0 at pci? dev ? function ? # OpenFirmware console (for debugging) 162 163exphy* at mii? phy ? # 3Com internal PHYs 164icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 165inphy* at mii? phy ? # Intel 82555 PHYs 166iophy* at mii? phy ? # Intel 82553 PHYs 167lxtphy* at mii? phy ? # Level One LXT-970 PHYs 168nsphy* at mii? phy ? # NS83840 PHYs 169nsphyter* at mii? phy ? # NS83843 PHYs 170qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 171sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 172tlphy* at mii? phy ? # ThunderLAN PHYs 173tqphy* at mii? phy ? # TDK Semiconductor PHYs 174ukphy* at mii? phy ? # generic unknown PHYs 175 176# PCI serial interfaces 177cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 178#cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 179 180bm* at obio? # bmac ethernet 181mc* at obio? # MACE ethernet 182esp* at obio? flags 0x00ff # 53c9x SCSI 183mesh* at obio? flags 0xffff # MESH SCSI 184nvram* at obio? # nvram 185adb* at obio? # Apple Desktop Bus 186aed* at adb? # ADB Event Device 187akbd* at adb? # ADB keyboard 188ams* at adb? # ADB mouse 189abtn* at adb? 190zsc* at obio? 191zstty* at zsc? channel ? 192mediabay* at obio? 193wdc* at mediabay? flags 0 194awacs* at obio? # Apple audio device 195wi* at obio? # AirMac 196 197cardslot* at cbb? 198cardbus* at cardslot? 199pcmcia* at cardslot? 200 201com* at pcmcia? function ? # Modems and serial cards 202wdc* at pcmcia? function ? # PCMCIA IDE controllers 203ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 204mbe* at pcmcia? function ? # MB8696x based Ethernet 205ne* at pcmcia? function ? # NE2000-compatible Ethernet 206awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 207wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 208ex* at cardbus? dev ? function ? # 3Com 3C575TX 209tlp* at cardbus? dev ? function ? # DECchip 21143 210rtk* at cardbus? dev ? function ? # Realtek 8129/8139 211 212wsdisplay0 at ofb? console ? 213wskbd0 at akbd? console ? 214wsmouse0 at ams? 215 216scsibus* at adv? 217scsibus* at ahc? 218scsibus* at bha? 219scsibus* at iha? 220scsibus* at isp? 221scsibus* at esp? 222scsibus* at mesh? 223scsibus* at pcscp? 224scsibus* at siop? 225 226sd* at scsibus? target ? lun ? # SCSI disks 227st* at scsibus? target ? lun ? # SCSI tape drives 228cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 229ch* at scsibus? target ? lun ? # SCSI autochangers 230ss* at scsibus? target ? lun ? # SCSI scanners 231uk* at scsibus? target ? lun ? # SCSI unknown 232 233wdc* at obio? flags 0x1 234wd* at pciide? channel ? drive ? 235wd* at wdc? channel ? drive ? flags 0x0000 236 237atapibus* at pciide? channel ? 238atapibus* at wdc? channel ? 239 240cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 241sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 242uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 243 244# PCI USB controllers 245ohci* at pci? dev ? function ? # Open Host Controller 246 247usb* at ohci? # USB bus support 248uhub* at usb? # USB Hubs 249uhub* at uhub? port ? configuration ? interface ? 250 251ums* at uhub? port ? configuration ? interface ? # USB Mice 252wsmouse* at ums? 253 254ukbd* at uhub? port ? configuration ? interface ? # USB Keyboards 255wskbd* at ukbd? console ? 256 257uhid* at uhub? port ? configuration ? interface ? # USB Generic HID 258ulpt* at uhub? port ? configuration ? interface ? # USB Printer 259 260umodem* at uhub? port ? configuration ? # USB Modem 261ucom* at umodem? 262 263umass* at uhub? port ? configuration ? interface ? # USB Mass Storage 264atapibus* at umass? channel ? 265scsibus* at umass? channel ? 266 267uaudio* at uhub? port ? configuration ? # USB audio 268 269# USB Ethernet adapters 270aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 271cue* at uhub? port ? # CATC USB-EL1201A based adapters 272kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 273 274uscanner* at uhub? port ? # USB scanners 275uyap* at uhub? port ? # Y@P firmware loader 276ugen* at uhub? port ? configuration ? interface ? # USB Generic driver 277 278# PCI IEEE1394 controllers 279fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller 280#fwlynx* at pci? dev ? function ? # IEEE1394 TI Lynx Controller 281fw* at fwbus? # IP over 1394 282 283# IEEE1394 nodes 284#fwnode* at fwbus? oui ? devhi ? devlo ? 285#scsibus* at fwnode? 286 287# Audio Devices 288 289# PCI audio devices 290#clcs* at pci? dev ? function ? # Cirrus Logic CS4280 291#cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 292eap* at pci? dev ? function ? # Ensoniq AudioPCI 293#eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 294#fms* at pci? dev ? function ? # Forte Media FM801 295#sv* at pci? dev ? function ? # S3 SonicVibes 296 297# OPL[23] FM synthesizers 298#opl* at eso? 299#opl* at fms? 300 301# Audio support 302audio* at awacs? 303#audio* at clcs? 304#audio* at cmpci? 305audio* at eap? 306#audio* at eso? 307#audio* at fms? 308#audio* at sv? 309audio* at uaudio? 310 311# MPU 401 UARTs 312#mpu* at eso? 313#mpu* at fms? 314 315# MIDI support 316midi* at eap? # 137[01] MIDI port 317#midi* at mpu? # MPU 401 318 319pseudo-device vnd 4 # disk-like interface to files 320pseudo-device ccd 4 # concatenated/striped disk devices 321#pseudo-device raid 4 # RAIDframe disk driver 322#options RAID_AUTOCONFIG # auto-configuration of RAID components 323pseudo-device md 1 # memory disk device 324pseudo-device loop # network loopback 325pseudo-device bpfilter 8 # packet filter 326pseudo-device ipfilter # IP filter (firewall) and NAT 327pseudo-device ppp 2 # Point-to-Point Protocol 328pseudo-device sl 2 # Serial Line IP 329pseudo-device tun 4 # network tunneling over tty 330#pseudo-device gre 2 # generic L3 over IP tunnel 331pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 332#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 333#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 334pseudo-device vlan # IEEE 802.1q encapsulation 335pseudo-device pty # pseudo-terminals 336pseudo-device rnd # /dev/random and in-kernel generator 337pseudo-device openfirm # /dev/openfirm 338