GENERIC_TINY revision 1.6
1# $NetBSD: GENERIC_TINY,v 1.6 1999/07/05 09:14:09 fvdl Exp $ 2# 3# GENERIC_TINY -- suitable default for 4M machines 4# No EISA, PCI, PCMCIA or SCSI. 5# 6 7include "arch/i386/conf/std.i386" 8 9maxusers 32 # estimated number of users 10 11# CPU support. At least one is REQUIRED. 12options I386_CPU 13options I486_CPU 14options I586_CPU 15options I686_CPU 16 17# CPU-related options. 18options MATH_EMULATE # floating point emulation 19#options VM86 # virtual 8086 emulation 20#options USER_LDT # user-settable LDT; used by WINE 21# eliminate delay no-ops in I/O; recommended on all but very old machines 22#options DUMMY_NOPS 23 24# Misc. i386-specific options 25#options XSERVER # X server support in console drivers 26 27# This option allows you to force a serial console at the specified 28# I/O address. see console(4) for details. 29#options "CONSDEVNAME=\"com\"" 30 31# The following options override the memory sizes passed in from the boot 32# block. Use them *only* if the boot block is unable to determine the correct 33# values. Note that the BIOS may *correctly* report less than 640k of base 34# memory if the extended BIOS data area is located at the top of base memory 35# (as is the case on most recent systems). 36#options REALBASEMEM=... # size of base memory 37#options REALEXTMEM=... # size of extended memory 38 39# Standard system options 40 41#options UCONSOLE # users can use TIOCCONS (for xconsole) 42options INSECURE # disable kernel security levels 43 44options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 45#options NTP # NTP phase/frequency locked loop 46 47#options KTRACE # system call tracing via ktrace(1) 48 49#options SYSVMSG # System V-like message queues 50#options SYSVSEM # System V-like semaphores 51#options SYSVSHM # System V-like memory sharing 52#options SHMMAXPGS=1024 # 1024 pages is the default 53 54#options LKM # loadable kernel modules 55 56# Diagnostic/debugging support options 57#options DIAGNOSTIC # cheap kernel consistency checks 58#options DEBUG # expensive debugging checks/support 59#options KMEMSTATS # kernel memory statistics (vmstat -m) 60options DDB # in-kernel debugger 61#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 62#options KGDB # remote debugger 63#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600 64#makeoptions DEBUG="-g" # compile full symbol table 65 66# Compatibility options 67options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, 68options COMPAT_09 # NetBSD 0.9, 69options COMPAT_10 # NetBSD 1.0, 70options COMPAT_11 # NetBSD 1.1, 71options COMPAT_12 # NetBSD 1.2, 72options COMPAT_13 # NetBSD 1.3, 73options COMPAT_43 # and 4.3BSD 74options COMPAT_386BSD_MBRPART # recognize old partition ID 75 76#options COMPAT_SVR4 # binary compatibility with SVR4 77#options COMPAT_IBCS2 # binary compatibility with SCO and ISC 78#options COMPAT_LINUX # binary compatibility with Linux 79#options COMPAT_FREEBSD # binary compatibility with FreeBSD 80 81# File systems 82file-system FFS # UFS 83file-system EXT2FS # second extended file system (linux) 84#file-system LFS # log-structured file system 85file-system MFS # memory file system 86file-system NFS # Network File System client 87file-system CD9660 # ISO 9660 + Rock Ridge file system 88file-system MSDOSFS # MS-DOS file system 89#file-system FDESC # /dev/fd 90file-system KERNFS # /kern 91#file-system NULLFS # loopback file system 92#file-system PORTAL # portal filesystem (still experimental) 93#file-system PROCFS # /proc 94#file-system UMAPFS # NULLFS + uid and gid remapping 95#file-system UNION # union file system 96 97# File system options 98#options QUOTA # UFS quotas 99#options FFS_EI # FFS Endian Independant support 100options NFSSERVER # Network File System server 101#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 102 # immutable) behave as system flags. 103 104# Networking options 105#options GATEWAY # packet forwarding 106options INET # IP + ICMP + TCP + UDP 107#options MROUTING # IP multicast routing 108#options NS # XNS 109#options NSIP # XNS tunneling over IP 110#options ISO,TPIP # OSI 111#options EON # OSI tunneling over IP 112#options CCITT,LLC,HDLC # X.25 113#options NETATALK # AppleTalk networking protocols 114#options PPP_BSDCOMP # BSD-Compress compression support for PPP 115#options PPP_DEFLATE # Deflate compression support for PPP 116#options PPP_FILTER # Active filter support for PPP (requires bpf) 117#options PFIL_HOOKS # pfil(9) packet filter hooks 118#options IPFILTER_LOG # ipmon(8) log support 119 120# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 121#options TCP_COMPAT_42 122 123# These options enable verbose messages for several subsystems. 124# Warning, these may compile large string tables into the kernel! 125#options EISAVERBOSE # verbose EISA device autoconfig messages 126#options PCIVERBOSE # verbose PCI device autoconfig messages 127#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 128options SCSIVERBOSE # human readable SCSI error messages 129#options USBVERBOSE # verbose USB device autoconfig messages 130 131#options NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM 132 133# Kernel root file system and dump configuration. 134config netbsd root on ? type ? 135#config netbsd root on sd0a type ffs 136#config netbsd root on ? type nfs 137 138# 139# Device configuration 140# 141 142mainbus0 at root 143 144#apm0 at mainbus0 # Advanced power management 145 146 147# Basic Bus Support 148 149# PCI bus support 150#pci* at mainbus? bus ? 151#pci* at pchb? bus ? 152#pci* at ppb? bus ? 153 154# PCI bridges 155#pchb* at pci? dev ? function ? # PCI-Host bridges 156#pceb* at pci? dev ? function ? # PCI-EISA bridges 157#pcib* at pci? dev ? function ? # PCI-ISA bridges 158#ppb* at pci? dev ? function ? # PCI-PCI bridges 159# XXX 'puc's aren't really bridges, but there's no better place for them here 160#puc* at pci? dev ? function ? # PCI "universal" comm. cards 161 162# EISA bus support 163#eisa* at mainbus? 164#eisa* at pceb? 165 166# ISA bus support 167isa* at mainbus? 168#isa* at pceb? 169#isa* at pcib? 170 171# PCMCIA bus support 172#pcmcia* at pcic? controller ? socket ? 173 174# ISA PCMCIA controllers 175#pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000 176#pcic1 at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000 177 178# ISA Plug-and-Play bus support 179isapnp0 at isa? 180 181# ISA Plug-and-Play PCMCIA controllers 182#pcic* at isapnp? 183 184# Coprocessor Support 185 186# Math Coprocessor support 187npx0 at isa? port 0xf0 irq 13 # x86 math coprocessor 188 189 190# Console Devices 191 192# ISA console. You can only configure one of these! 193pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver 194#vt0 at isa? port 0x60 irq 1 # PCVT console driver 195 196#pcppi0 at isa? 197#sysbeep0 at pcppi? 198 199# Serial Devices 200 201# PCI serial interfaces 202#com* at puc? port ? # 16x450s on "universal" comm boards 203#cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 204 205# ISA Plug-and-Play serial interfaces 206com* at isapnp? # Modems and serial boards 207 208# PCMCIA serial interfaces 209#com* at pcmcia? function ? # Modems and serial cards 210 211# ISA serial interfaces 212#options COM_HAYESP # adds Hayes ESP serial board support 213com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports 214com1 at isa? port 0x2f8 irq 3 215com2 at isa? port 0x3e8 irq 5 216#com3 at isa? port 0x2e8 irq 9 217#ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards 218#com* at ast? slave ? 219#boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards 220#com* at boca? slave ? 221#rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards 222#com* at rtfps? slave ? 223#cy0 at isa? iomem 0xd4000 irq 12 # Cyclades serial cards 224 225 226# Parallel Printer Interfaces 227 228# PCI parallel printer interfaces 229#lpt* at puc? port ? # || ports on "universal" comm boards 230 231# ISA parallel printer interfaces 232lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 233#lpt1 at isa? port 0x278 234#lpt2 at isa? port 0x3bc 235 236 237# SCSI Controllers and Devices 238 239# PCI SCSI controllers 240#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 241#bha* at pci? dev ? function ? # BusLogic 9xx SCSI 242#isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 243#ncr* at pci? dev ? function ? # NCR 53c8xx SCSI 244 245# EISA SCSI controllers 246#ahb* at eisa? slot ? # Adaptec 174[02] SCSI 247#ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 248#bha* at eisa? slot ? # BusLogic 7xx SCSI 249#uha* at eisa? slot ? # UltraStor 24f SCSI 250 251# PCMCIA SCSI controllers 252#aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 253 254# ISA Plug-and-Play SCSI controllers 255aic* at isapnp? # Adaptec AHA-1520B 256 257# ISA SCSI controllers 258aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 259aha1 at isa? port 0x334 irq ? drq ? 260ahc0 at isa? port ? irq ? # Adaptec 284x SCSI 261aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI 262bha0 at isa? port 0x330 irq ? drq ? # BusLogic [457]4X SCSI 263bha1 at isa? port 0x334 irq ? drq ? 264sea0 at isa? iomem 0xc8000 irq 5 # Seagate/Future Domain SCSI 265uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI 266uha1 at isa? port 0x340 irq ? drq ? 267wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers 268wds1 at isa? port 0x358 irq 11 drq 5 269 270# SCSI bus support 271scsibus* at aha? 272#scsibus* at ahb? 273#scsibus* at ahc? 274scsibus* at aic? 275scsibus* at bha? 276#scsibus* at isp? 277#scsibus* at ncr? 278scsibus* at sea? 279scsibus* at uha? 280scsibus* at wds? 281 282# SCSI devices 283sd* at scsibus? target ? lun ? # SCSI disk drives 284st* at scsibus? target ? lun ? # SCSI tape drives 285cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 286ch* at scsibus? target ? lun ? # SCSI autochangers 287ss* at scsibus? target ? lun ? # SCSI scanners 288uk* at scsibus? target ? lun ? # SCSI unknown 289 290 291# IDE and related devices 292 293# ISA Plug-and-Play IDE controllers 294wdc* at isapnp? 295 296# PCMCIA IDE controllers 297#wdc* at pcmcia? function ? 298 299# ISA IDE controllers 300wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers 301wdc1 at isa? port 0x170 irq 15 302 303# IDE drives 304wd* at wdc? drive ? # the drives themselves 305 306# ATAPI bus support 307atapibus* at wdc? 308 309# ATAPI devices 310cd* at atapibus? drive ? # ATAPI CD-ROM drives 311sd* at atapibus? drive ? # ATAPI disk drives 312 313 314# Miscellaneous mass storage devices 315 316# ISA floppy 317fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 318#fdc1 at isa? port 0x370 irq ? drq ? 319fd* at fdc? drive ? # the drives themselves 320# some machines need you to do this instead of fd* 321#fd0 at fdc0 drive 0 322 323# ISA CD-ROM devices 324#mcd0 at isa? port 0x300 irq 10 # Mitsumi CD-ROM drives 325 326# ISA tape devices 327# note: the wt driver conflicts unpleasantly with SMC boards at the 328# same I/O address. The probe reprograms their EEPROMs. Don't 329# uncomment it unless you are actually using it. 330#wt0 at isa? port 0x308 irq 5 drq 1 # Archive and Wangtek QIC tape drives 331 332 333# Network Interfaces 334 335# PCI network interfaces 336#de* at pci? dev ? function ? # DEC 21x4x-based Ethernet 337#en* at pci? dev ? function ? # ENI/Adaptec ATM 338#ep* at pci? dev ? function ? # 3Com 3c59x/3c90x Ethernet 339#epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 340#esh* at pci? dev ? function ? # Essential HIPPI card 341#fpa* at pci? dev ? function ? # DEC DEFPA FDDI 342#fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 343#le* at pci? dev ? function ? # PCnet-PCI Ethernet 344#ne* at pci? dev ? function ? # NE2000-compatible Ethernet 345#tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 346 347# EISA network interfaces 348#ep* at eisa? slot ? # 3Com 3c579 Ethernet 349#fea* at eisa? slot ? # DEC DEFEA FDDI 350 351# ISA Plug-and-Play network interfaces 352ep* at isapnp? # 3Com 3c509 Ethernet 353ne* at isapnp? # NE2000-compatible Ethernet 354 355# PCMCIA network interfaces 356#ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 357#mbe* at pcmcia? function ? # MB8696x based Ethernet 358#ne* at pcmcia? function ? # NE2000-compatible Ethernet 359#sm* at pcmcia? function ? # Megahertz Ethernet 360 361# ISA network interfaces 362ate0 at isa? port 0x2a0 irq ? # AT1700 363ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 364eg0 at isa? port 0x280 irq 9 # 3C505 ethernet cards 365el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards 366ep0 at isa? port ? irq ? # 3C509 ethernet cards 367ef0 at isa? port 0x360 iomem 0xd0000 irq 7 # 3C507 368ai0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN 369fmv0 at isa? port 0x2a0 irq ? # FMV-180 series 370ix0 at isa? port 0x300 irq 10 # EtherExpress/16 371iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA 372lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 373#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA 374#le* at depca? 375nele0 at isa? port 0x320 irq 9 drq 7 # NE2100 376le* at nele? 377bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan 378le* at bicc? 379ne0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards 380ne1 at isa? port 0x300 irq 10 381sm0 at isa? port 0x300 irq 10 # SMC91C9x Ethernet 382we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 383we1 at isa? port 0x300 iomem 0xcc000 irq 10 384 385# MII bus support 386#mii* at tl? 387 388# MII PHY network interfaces 389#tlphy* at mii? dev ? # ThunderLAN PHYs 390#nsphy* at mii? dev ? # NS and compatible PHYs 391 392 393# USB Controller and Devices 394 395# PCI USB controllers 396#uhci* at pci? # Universal Host Controller (Intel) 397#ohci* at pci? # Open Host Controller 398 399# USB bus support 400#usb* at uhci? 401#usb* at ohci? 402 403# USB Hubs 404#uhub* at usb? 405#uhub* at uhub? port ? 406 407# USB Mice 408#ums* at uhub? port ? 409 410# USB Keyboards 411#ukbd* at uhub? port ? 412 413# USB Generic HID devices 414#uhid* at uhub? port ? 415 416# USB Printer 417#ulpt* at uhub? port ? 418 419# USB Generic driver 420#ugen* at uhub? port ? 421 422# Audio Devices 423 424# PCI audio devices 425#eap* at pci? dev ? function ? # Ensoniq AudioPCI 426 427# ISA Plug-and-Play audio devices 428#guspnp* at isapnp? # Gravis Ultra Sound PnP audio 429#sb* at isapnp? # SoundBlaster-compatible audio 430#ym* at isapnp? # Yamaha OPL3-SA3 audio 431 432# ISA audio devices 433#aria0 at isa? port 0x290 irq 10 # Aria 434#gus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound 435#pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum 436#pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System 437#sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver 438#sb0 at isa? port 0x220 irq 5 drq 1 drq2 5 # SoundBlaster 439#wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System 440 441# Audio support 442#audio* at aria? 443#audio* at eap? 444#audio* at gus? 445#audio* at guspnp? 446#audio* at pas? 447#audio* at sb? 448#audio* at sp? 449#audio* at wss? 450#audio* at ym? 451 452# The spkr driver provides a simple tone interface to the built in speaker. 453#spkr0 at pcppi? # PC speaker 454 455 456# Mice 457 458# ISA busmice 459#olms0 at isa? port 0x23c irq 5 # Logitech bus mouse 460#olms1 at isa? port 0x238 irq 5 461#omms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 462#omms1 at isa? port 0x238 irq 5 463#opms0 at pc? irq 12 # PS/2 auxiliary port mouse 464#opms0 at vt? irq 12 # PS/2 auxiliary port mouse 465 466 467# Joysticks 468 469# ISA Plug-and-Play joysticks 470#joy* at isapnp? # Game ports (usually on audio cards) 471 472# ISA joysticks. Probe is a little strange; add only if you have one. 473#joy0 at isa? port 0x201 474 475 476# Miscellaneous Devices 477 478# Planetconnect Satellite receiver driver. 479#satlink0 at isa? port 0x300 drq 1 480 481 482# Pull in optional local configuration 483include "arch/i386/conf/GENERIC.local" 484 485 486# Pseudo-Devices 487 488# disk/mass storage pseudo-devices 489pseudo-device ccd 4 # concatenated/striped disk devices 490pseudo-device md 1 # memory disk device (ramdisk) 491pseudo-device vnd 4 # disk-like interface to files 492 493# network pseudo-devices 494pseudo-device bpfilter 8 # Berkeley packet filter 495pseudo-device ipfilter # IP filter (firewall) and NAT 496pseudo-device loop # network loopback 497pseudo-device ppp 2 # Point-to-Point Protocol 498pseudo-device sl 2 # Serial Line IP 499pseudo-device strip 2 # Starmode Radio IP (Metricom) 500pseudo-device tun 2 # network tunneling over tty 501 502# miscellaneous pseudo-devices 503pseudo-device pty 16 # pseudo-terminals 504pseudo-device tb 1 # tablet line discipline 505pseudo-device rnd # /dev/random and in-kernel generator 506#options RND_COM # use "com" randomness as well (BROKEN) 507