CARDBUS revision 1.55
1# $NetBSD: CARDBUS,v 1.55 2002/04/14 01:42:52 mycroft Exp $ 2# 3# CARDBUS: GENERIC + CardBus support. Additionally, some 4# things typically not found on laptops have been commented out. 5 6# from: GENERIC,v 1.432 2001/10/17 18:41:20 jdolecek Exp $ 7# 8 9include "arch/i386/conf/std.i386" 10 11#ident "CARDBUS-$Revision: 1.55 $" 12 13maxusers 32 # estimated number of users 14 15# CPU support. At least one is REQUIRED. 16options I386_CPU 17options I486_CPU 18options I586_CPU 19options I686_CPU 20 21# CPU-related options. 22options MATH_EMULATE # floating point emulation 23options VM86 # virtual 8086 emulation 24options USER_LDT # user-settable LDT; used by WINE 25# eliminate delay no-ops in I/O; recommended on all but very old machines 26#options DUMMY_NOPS 27 28options MTRR # memory-type range register syscall support 29 30# delay between "rebooting ..." message and hardware reset, in milliseconds 31#options CPURESET_DELAY=2000 32 33# This option allows you to force a serial console at the specified 34# I/O address. see console(4) for details. 35#options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600 36# you don't want the option below ON iff you are using the 37# serial console option of the new boot strap code. 38#options CONS_OVERRIDE # Always use above! independent of boot info 39 40# The following options override the memory sizes passed in from the boot 41# block. Use them *only* if the boot block is unable to determine the correct 42# values. Note that the BIOS may *correctly* report less than 640k of base 43# memory if the extended BIOS data area is located at the top of base memory 44# (as is the case on most recent systems). 45#options REALBASEMEM=639 # size of base memory (in KB) 46#options REALEXTMEM=15360 # size of extended memory (in KB) 47 48# following makes ARMADA M700's happy 49#options RBUS_MIN_START=0x20000000 50#options RBUS_IO_BASE=0x600 51#options RBUS_IO_SIZE=0x100 52 53# Standard system options 54 55options UCONSOLE # users can use TIOCCONS (for xconsole) 56options INSECURE # disable kernel security levels 57 58options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 59options NTP # NTP phase/frequency locked loop 60 61options KTRACE # system call tracing via ktrace(1) 62 63options SYSVMSG # System V-like message queues 64options SYSVSEM # System V-like semaphores 65#options SEMMNI=10 # number of semaphore identifiers 66#options SEMMNS=60 # number of semaphores in system 67#options SEMUME=10 # max number of undo entries per process 68#options SEMMNU=30 # number of undo structures in system 69options SYSVSHM # System V-like memory sharing 70#options SHMMAXPGS=1024 # 1024 pages is the default 71 72options LKM # loadable kernel modules 73 74#options USERCONF # userconf(4) support 75#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 76 77# Diagnostic/debugging support options 78#options DIAGNOSTIC # expensive kernel consistency checks 79#options DEBUG # expensive debugging checks/support 80#options KMEMSTATS # kernel memory statistics (vmstat -m) 81options DDB # in-kernel debugger 82options DDB_HISTORY_SIZE=512 # enable history editing in DDB 83#options KGDB # remote debugger 84#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600 85#makeoptions DEBUG="-g" # compile full symbol table 86 87# Compatibility options 88options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, 89options COMPAT_09 # NetBSD 0.9, 90options COMPAT_10 # NetBSD 1.0, 91options COMPAT_11 # NetBSD 1.1, 92options COMPAT_12 # NetBSD 1.2, 93options COMPAT_13 # NetBSD 1.3, 94options COMPAT_14 # NetBSD 1.4, 95options COMPAT_15 # NetBSD 1.5, 96options COMPAT_43 # and 4.3BSD 97options COMPAT_386BSD_MBRPART # recognize old partition ID 98#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 99 100options COMPAT_SVR4 # binary compatibility with SVR4 101options COMPAT_IBCS2 # binary compatibility with SCO and ISC 102options COMPAT_LINUX # binary compatibility with Linux 103options COMPAT_FREEBSD # binary compatibility with FreeBSD 104#options COMPAT_MACH # binary compatibility with Mach binaries 105#options EXEC_MACHO # exec MACH-O binaries 106#options COMPAT_PECOFF # kernel support to run Win32 apps 107 108# File systems 109file-system FFS # UFS 110file-system EXT2FS # second extended file system (linux) 111file-system LFS # log-structured file system 112file-system MFS # memory file system 113file-system NFS # Network File System client 114file-system NTFS # Windows/NT file system (experimental) 115file-system CD9660 # ISO 9660 + Rock Ridge file system 116file-system MSDOSFS # MS-DOS file system 117file-system FDESC # /dev/fd 118file-system KERNFS # /kern 119file-system NULLFS # loopback file system 120file-system OVERLAY # overlay file system 121file-system PORTAL # portal filesystem (still experimental) 122file-system PROCFS # /proc 123file-system UMAPFS # NULLFS + uid and gid remapping 124file-system UNION # union file system 125file-system CODA # Coda File System; also needs vcoda (below) 126 127# File system options 128options QUOTA # UFS quotas 129#options FFS_EI # FFS Endian Independent support 130options SOFTDEP # FFS soft updates support. 131options NFSSERVER # Network File System server 132#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 133 # immutable) behave as system flags. 134 135# Networking options 136#options GATEWAY # packet forwarding 137options INET # IP + ICMP + TCP + UDP 138options INET6 # IPV6 139#options IPSEC # IP security 140#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 141#options IPSEC_DEBUG # debug for IP security 142#options MROUTING # IP multicast routing 143options NS # XNS 144#options NSIP # XNS tunneling over IP 145options ISO,TPIP # OSI 146#options EON # OSI tunneling over IP 147options CCITT,LLC,HDLC # X.25 148options NETATALK # AppleTalk networking protocols 149options PPP_BSDCOMP # BSD-Compress compression support for PPP 150options PPP_DEFLATE # Deflate compression support for PPP 151options PPP_FILTER # Active filter support for PPP (requires bpf) 152options PFIL_HOOKS # pfil(9) packet filter hooks 153options IPFILTER_LOG # ipmon(8) log support 154#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 155 156# These options enable verbose messages for several subsystems. 157# Warning, these may compile large string tables into the kernel! 158#options EISAVERBOSE # verbose EISA device autoconfig messages 159options MIIVERBOSE # verbose PHY autoconfig messages 160options PCIVERBOSE # verbose PCI device autoconfig messages 161#options PCI_CONFIG_DUMP # verbosely dump PCI config space 162#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 163options SCSIVERBOSE # human readable SCSI error messages 164options USBVERBOSE # verbose USB device autoconfig messages 165#options PNPBIOSVERBOSE # verbose PnP BIOS messages 166#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages 167#options I2OVERBOSE # verbose I2O driver messages 168#options MCAVERBOSE # verbose MCA device autoconfig messages 169 170options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 171 172# 173# wscons options 174# 175# builtin terminal emulations 176#options WSEMUL_SUN # sun terminal emulation 177options WSEMUL_VT100 # VT100 / VT220 emulation 178# different kernel output - see dev/wscons/wsdisplayvar.h 179options WS_KERNEL_FG=WSCOL_GREEN 180#options WS_KERNEL_BG=WSCOL_BLACK 181# compatibility to other console drivers 182options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 183options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 184options WSDISPLAY_COMPAT_USL # VT handling 185options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 186# see dev/pckbc/wskbdmap_mfii.c for implemented layouts 187#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 188# allocate a number of virtual screens at autoconfiguration time 189#options WSDISPLAY_DEFAULTSCREENS=4 190# use a large software cursor that doesn't blink 191options PCDISPLAY_SOFTCURSOR 192# modify the screen type of the console; defaults to "80x25" 193#options VGA_CONSOLE_SCREENTYPE="\"80x24\"" 194 195# Kernel root file system and dump configuration. 196config netbsd root on ? type ? 197#config netbsd root on sd0a type ffs 198#config netbsd root on ? type nfs 199 200# 201# Device configuration 202# 203 204mainbus0 at root 205 206#apm0 at mainbus0 # Advanced power management 207 208# Tuning for power management, see apm(4) for more details. 209#options APM_NO_IDLE # Don't call BIOS CPU idle function 210#options APM_V10_ONLY # Use only the APM 1.0 calls 211#options APM_NO_POWEROFF # Don't power off on halt(8) 212#options APM_POWER_PRINT # Print stats on the console 213#options APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts 214 215 216# Basic Bus Support 217 218# Plug-and-Play BIOS and attached devices 219 220#pnpbios* at mainbus? 221 222# mainboard audio chips 223#ess* at pnpbios? index ? # ESS AudioDrive 224#sb* at pnpbios? index ? # NeoMagic 256AV in sb mode 225#wss* at pnpbios? index ? # NeoMagic 256AV in wss mode 226#ym* at pnpbios? index ? # OPL3-SA3 227 228# com port 229# If enabled, consider changing "com0", "com1", and "com2" under "ISA Serial 230# Interfaces" to "com*", otherwise com2 will attach at pnpbios? and there 231# will be no com0. A side effect is pcmcia (and other) com? previously 232# starting at com3 may attach as com1 or com2. 233#com* at pnpbios? index ? # serial ports 234 235# parallel port 236# The above "com*" comments apply, cf. "lpt0" under "ISA parallel 237# "printer interfaces". 238#lpt* at pnpbios? index ? # parallel ports 239 240#pckbc* at pnpbios? index ? # PC keyboard/mouse controller 241#fdc* at pnpbios? index ? # floppy controller 242 243# IDE controller on Toshiba Portege 3000 series (crippled PCI device) 244#pciide* at pnpbios? index ? 245 246# PCI bus support 247pci* at mainbus? bus ? 248pci* at pchb? bus ? 249pci* at ppb? bus ? 250 251# Configure PCI using BIOS information 252options PCIBIOS # PCI BIOS support 253#options PCIBIOSVERBOSE # PCI BIOS verbose info 254options PCIBIOS_ADDR_FIXUP # fixup PCI I/O addresses 255options PCIBIOS_BUS_FIXUP # fixup PCI bus numbering 256options PCIBIOS_INTR_FIXUP # fixup PCI interrupt routing 257#options PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11 258options PCIBIOS_INTR_GUESS # see pcibios(4) 259#options PCIINTR_DEBUG # super-verbose PCI interrupt fixup 260 261# PCI bridges 262pchb* at pci? dev ? function ? # PCI-Host bridges 263#pceb* at pci? dev ? function ? # PCI-EISA bridges 264pcib* at pci? dev ? function ? # PCI-ISA bridges 265#pcmb* at pci? dev ? function ? # PCI-MCA bridges 266ppb* at pci? dev ? function ? # PCI-PCI bridges 267ppb* at cardbus? dev ? function ? # Cardbus-PCI bridges (www.magma.com) 268# XXX 'puc's aren't really bridges, but there's no better place for them here 269puc* at pci? dev ? function ? # PCI "universal" comm. cards 270 271# EISA bus support 272#eisa* at mainbus? 273#eisa* at pceb? 274 275# ISA bus support 276isa0 at mainbus? 277#isa0 at pceb? 278isa0 at pcib? 279 280# PCMCIA bus support 281#pcmcia* at pcic? controller ? socket ? 282#pcmcia* at tcic? controller ? socket ? 283 284# MCA bus support 285#mca0 at mainbus? 286 287# ISA PCMCIA controllers 288#pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 289#pcic1 at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000 290#tcic0 at isa? port 0x240 iomem 0xd0000 iosiz 0x10000 291 292# PCI PCMCIA controllers 293#pcic0 at pci? dev? function ? 294 295# ISA Plug-and-Play bus support 296#isapnp0 at isa? 297 298# ISA Plug-and-Play PCMCIA controllers 299#pcic* at isapnp? 300 301# CardBus bridge support 302cbb* at pci? dev ? function ? 303cardslot* at cbb? 304 305# CardBus bus support 306cardbus* at cardslot? 307pcmcia* at cardslot? 308 309# Coprocessor Support 310 311# Math Coprocessor support 312npx0 at isa? port 0xf0 irq 13 # x86 math coprocessor 313 314 315# Console Devices 316 317# ISA console 318#pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver 319# Keyboard layout configuration for pccons 320#options FRENCH_KBD 321#options FINNISH_KBD 322#options GERMAN_KBD 323#options NORWEGIAN_KBD 324# pccons-specific options: 325#options XSERVER_DDB # PF12 gets you into DDB when X is running 326#options XSERVER # X server support 327 328 329# wscons 330pckbc0 at isa? # pc keyboard controller 331pckbd* at pckbc? # PC keyboard 332# "opms" should not be enabled together with "pms" 333pms* at pckbc? # PS/2 mouse for wsmouse 334#opms* at pckbc? # backwards compatible PS/2 mouse 335vga0 at isa? 336vga* at pci? dev ? function ? 337pcdisplay0 at isa? # CGA, MDA, EGA, HGA 338wsdisplay* at vga? console ? 339wsdisplay* at pcdisplay? console ? 340wskbd* at pckbd? console ? 341wsmouse* at pms? mux 0 342 343pcppi0 at isa? 344sysbeep0 at pcppi? 345 346# Serial Devices 347 348# PCI serial interfaces 349#com* at puc? port ? # 16x50s on "universal" comm boards 350#cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 351#cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 352 353# ISA Plug-and-Play serial interfaces 354#com* at isapnp? # Modems and serial boards 355 356# PCMCIA serial interfaces 357com* at pcmcia? function ? # Modems and serial cards 358 359pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 360com* at pcmcom? slave ? # ...and the slave devices 361 362# CardBus serial interfaces 363com* at cardbus? dev ? function ? # Modems and serial cards 364 365# ISA serial interfaces 366#options COM_HAYESP # adds Hayes ESP serial board support 367com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports 368com1 at isa? port 0x2f8 irq 3 369com2 at isa? port 0x3e8 irq 5 370#com3 at isa? port 0x2e8 irq 9 371#ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards 372#com* at ast? slave ? 373#boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards 374#boca0 at isa? port 0x100 irq 5 # BOCA 16-port serial cards (BB2016) 375#boca1 at isa? port 0x140 irq 5 # this line is also needed for BB2016 376#com* at boca? slave ? 377#tcom0 at isa? port 0x100 irq 7 # TC-800 8-port serial cards 378#com* at tcom? slave ? 379#rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards 380#com* at rtfps? slave ? 381#cy0 at isa? iomem 0xd4000 irq 12 # Cyclades serial cards 382#addcom0 at isa? port 0x108 irq 5 # Addonics FlexPort 8S 383#com* at addcom? slave ? 384#moxa0 at isa? port 0x100 irq 5 # MOXA C168H serial card (experimental) 385#com* at moxa? slave ? 386 387# MCA serial interfaces 388#com* at mca? slot ? # 16x50s on comm boards 389 390# Parallel Printer Interfaces 391 392# PCI parallel printer interfaces 393#lpt* at puc? port ? # || ports on "universal" comm boards 394 395# ISA parallel printer interfaces 396lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 397lpt1 at isa? port 0x278 398lpt2 at isa? port 0x3bc 399 400# Hardware monitors 401 402# LM7[89] and compatible hardware monitors 403#lm0 at isa? port 0x290 # other common ports: 0x280, 0x310 404 405# VIA VT82C686A hardware monitor 406#viapm* at pci? dev ? function ? 407#viaenv* at viapm? 408 409 410# I2O devices 411#iop* at pci? dev ? function ? # I/O processor 412#iopsp* at iop? tid ? # SCSI/FC-AL ports 413#ld* at iop? tid ? # block devices 414 415 416# SCSI Controllers and Devices 417 418# PCI SCSI controllers 419#adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 420#adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 421#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 422#bha* at pci? dev ? function ? # BusLogic 9xx SCSI 423#dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 424#isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 425#siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 426#pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 427 428# EISA SCSI controllers 429#ahb* at eisa? slot ? # Adaptec 174[02] SCSI 430#ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 431#bha* at eisa? slot ? # BusLogic 7xx SCSI 432#dpt* at eisa? slot ? # DPT EATA SCSI 433#uha* at eisa? slot ? # UltraStor 24f SCSI 434 435# PCMCIA SCSI controllers 436aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 437esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 438 439# ISA Plug-and-Play SCSI controllers 440#aha* at isapnp? # Adaptec AHA-154[02 441#aic* at isapnp? # Adaptec AHA-1520B 442 443# ISA SCSI controllers 444#adv0 at isa? port ? irq ? drq ? # AdvanSys APB-514[02] 445#aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 446#aha1 at isa? port 0x334 irq ? drq ? 447#ahc0 at isa? port ? irq ? # Adaptec 284x SCSI 448#aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI 449#bha0 at isa? port 0x330 irq ? drq ? # BusLogic [457]4X SCSI 450#bha1 at isa? port 0x334 irq ? drq ? 451# The "nca" and "dpt" probes might give false hits or hang your machine. 452#dpt0 at isa? port 0x170 irq ? drq ? # DPT SmartCache/SmartRAID 453#nca0 at isa? port 0x360 irq 15 # Port-mapped NCR 53C80 controller 454#nca1 at isa? iomem 0xd8000 irq 5 # Memory-mapped controller (T128, etc.) 455#sea0 at isa? iomem 0xc8000 irq 5 # Seagate/Future Domain SCSI 456#uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI 457#uha1 at isa? port 0x340 irq ? drq ? 458#wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers 459#wds1 at isa? port 0x358 irq 11 drq 5 460 461# CardBus SCSI cards 462adv* at cardbus? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 463ahc* at cardbus? dev ? function ? # Adaptec ADP-1480 464 465# MCA SCSI cards 466#aha* at mca? slot ? # Adaptec AHA-1640 467 468# SCSI bus support 469#scsibus* at adv? 470#scsibus* at adw? 471#scsibus* at aha? 472#scsibus* at ahb? 473scsibus* at ahc? 474scsibus* at aic? 475#scsibus* at bha? 476#scsibus* at dpt? 477scsibus* at esp? 478#scsibus* at iopsp? 479#scsibus* at isp? 480#scsibus* at nca? 481#scsibus* at pcscp? 482#scsibus* at sea? 483#scsibus* at siop? 484#scsibus* at uha? 485#scsibus* at wds? 486 487# SCSI devices 488sd* at scsibus? target ? lun ? # SCSI disk drives 489st* at scsibus? target ? lun ? # SCSI tape drives 490cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 491ch* at scsibus? target ? lun ? # SCSI autochangers 492ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 493ss* at scsibus? target ? lun ? # SCSI scanners 494uk* at scsibus? target ? lun ? # SCSI unknown 495 496 497# RAID controllers and devices 498#cac* at eisa? # Compaq EISA array controllers 499#cac* at pci? dev ? function ? # Compaq PCI array controllers 500#mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family 501#twe* at pci? dev ? function ? # 3ware Escalade RAID controllers 502 503#ld* at cac? unit ? # logical disk devices 504#ld* at twe? unit ? 505#ld* at mlx? unit ? 506 507 508# IDE and related devices 509# PCI IDE controllers - see pciide(4) for supported hardware. 510# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 511# how to set up DMA modes for this chip. This may work, or may cause 512# a machine hang with some controllers. 513pciide* at pci? dev ? function ? flags 0x0000 514 515# ISA Plug-and-Play IDE controllers 516#wdc* at isapnp? 517 518# PCMCIA IDE controllers 519wdc* at pcmcia? function ? 520 521# ISA ST506, ESDI, and IDE controllers 522# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will 523# fall back to 16bits I/O if 32bits I/O are not functional). 524# Some controllers pass the initial 32bit test, but will fail later. 525wdc0 at isa? port 0x1f0 irq 14 flags 0x00 526wdc1 at isa? port 0x170 irq 15 flags 0x00 527 528# IDE drives 529# Flags are used only with controllers that support DMA operations 530# and mode settings (e.g. some pciide controllers) 531# The lowest order four bits (rightmost digit) of the flags define the PIO 532# mode to use, the next set of four bits the DMA mode and the third set the 533# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 534# to use, and the last bit must be 1 for this setting to be used. 535# For DMA and UDMA, 0xf (1111) means 'disable'. 536# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 537# (0xc=1100, 0xa=1010, 0xf=1111) 538# 0x0000 means "use whatever the drive claims to support". 539wd* at wdc? channel ? drive ? flags 0x0000 540wd* at pciide? channel ? drive ? flags 0x0000 541 542# ATAPI bus support 543atapibus* at wdc? channel ? 544atapibus* at pciide? channel ? 545 546# ATAPI devices 547# flags have the same meaning as for IDE drives. 548cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 549sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 550uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 551 552 553# Miscellaneous mass storage devices 554 555# ISA floppy 556fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 557#fdc1 at isa? port 0x370 irq ? drq ? 558fd* at fdc? drive ? # the drives themselves 559# some machines need you to do this instead of fd* 560#fd0 at fdc0 drive 0 561 562# ISA CD-ROM devices 563#mcd0 at isa? port 0x300 irq 10 # Mitsumi CD-ROM drives 564 565# ISA tape devices 566# note: the wt driver conflicts unpleasantly with SMC boards at the 567# same I/O address. The probe reprograms their EEPROMs. Don't 568# uncomment it unless you are actually using it. 569#wt0 at isa? port 0x308 irq 5 drq 1 # Archive and Wangtek QIC tape drives 570 571# MCA ESDI devices 572#edc* at mca? slot ? # IBM ESDI Disk Controllers 573#ed* at edc? 574 575 576# Network Interfaces 577 578# PCI network interfaces 579#an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) 580#de* at pci? dev ? function ? # DEC 21x4x-based Ethernet 581#en* at pci? dev ? function ? # ENI/Adaptec ATM 582#ep* at pci? dev ? function ? # 3Com 3c59x 583ex* at pci? dev ? function ? # 3Com 90x[BC] 584#epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 585#esh* at pci? dev ? function ? # Essential HIPPI card 586#fpa* at pci? dev ? function ? # DEC DEFPA FDDI 587fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 588#le* at pci? dev ? function ? # PCnet-PCI Ethernet 589#lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 590#ne* at pci? dev ? function ? # NE2000-compatible Ethernet 591#ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 592#rtk* at pci? dev ? function ? # Realtek 8129/8139 593#sip* at pci? dev ? function ? # SiS 900 Ethernet 594#ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 595#tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 596#tlp* at pci? dev ? function ? # DECchip 21x4x (and clones) Ethernet 597#options TLP_MATCH_21040 598#options TLP_MATCH_21041 599#options TLP_MATCH_21140 600#options TLP_MATCH_21142 601#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 602 603# EISA network interfaces 604#ep* at eisa? slot ? # 3Com 3c579 Ethernet 605#fea* at eisa? slot ? # DEC DEFEA FDDI 606#tlp* at eisa? slot ? # DEC DE-425 Ethernet 607 608# ISA Plug-and-Play network interfaces 609#an* at isapnp? # Aironet 802.11 610#ep* at isapnp? # 3Com 3c509 Ethernet 611#ne* at isapnp? # NE2000-compatible Ethernet 612#tr* at isapnp? # IBM/3COM TROPIC Token-Ring 613 614# PCMCIA network interfaces 615an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 616awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 617cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 618ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 619mbe* at pcmcia? function ? # MB8696x based Ethernet 620ne* at pcmcia? function ? # NE2000-compatible Ethernet 621ray* at pcmcia? function ? # Raytheon Raylink (802.11) 622sm* at pcmcia? function ? # Megahertz Ethernet 623wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 624xi* at pcmcia? function ? # Xircom CreditCard Ethernet 625 626mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 627com* at mhzc? 628sm* at mhzc? 629 630# ISA network interfaces 631#ate0 at isa? port 0x2a0 irq ? # AT1700 632#cs0 at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet 633#ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 634#eg0 at isa? port 0x280 irq 9 # 3C505 ethernet cards 635#el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards 636#ep* at isa? port ? irq ? # 3C509 ethernet cards 637#ef0 at isa? port 0x360 iomem 0xd0000 irq 7 # 3C507 638#ai0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN 639#fmv0 at isa? port 0x2a0 irq ? # FMV-180 series 640#ix0 at isa? port 0x300 irq 10 # EtherExpress/16 641#iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA 642#lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 643#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA 644#le* at depca? 645#nele0 at isa? port 0x320 irq 9 drq 7 # NE2100 646#le* at nele? 647#ntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1 # Riscom/N2 sync serial 648#bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan 649#le* at bicc? 650#ne0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards 651#ne1 at isa? port 0x300 irq 10 652sm0 at isa? port 0x300 irq 10 # SMC91C9x Ethernet 653#tr0 at isa? port 0xa20 iomem 0xd8000 irq ? # IBM TROPIC based Token-Ring 654#tr1 at isa? port 0xa24 iomem 0xd0000 irq ? # IBM TROPIC based Token-Ring 655#tr* at isa? port ? irq ? # 3COM TROPIC based Token-Ring 656#we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 657#we1 at isa? port 0x300 iomem 0xcc000 irq 10 658 659# CardBus network cards 660ex* at cardbus? dev ? function ? # 3Com 3C575TX 661fxp* at cardbus? dev ? function ? # Intel i8255x 662rtk* at cardbus? dev ? function ? # Realtek 8129/8139 663tlp* at cardbus? dev ? function ? # DECchip 21143 664 665# MCA network cards 666#elmc* at mca? slot ? # 3Com EtherLink/MC (3c523) 667#ep* at mca? slot ? # 3Com EtherLink III (3c529) 668#we* at mca? slot ? # WD/SMC Ethernet 669#ate* at mca? slot ? # Allied Telesis AT1720 670#ne* at mca? slot ? # Novell NE/2 and clones 671#tr* at mca? slot ? # IBM Token Ring adapter 672#le* at mca? slot ? # SKNET Personal/MC2+ 673 674# MII/PHY support 675dmphy* at mii? phy ? # Davicom DM9101 PHYs 676exphy* at mii? phy ? # 3Com internal PHYs 677icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 678inphy* at mii? phy ? # Intel 82555 PHYs 679iophy* at mii? phy ? # Intel 82553 PHYs 680lxtphy* at mii? phy ? # Level One LXT-970 PHYs 681nsphy* at mii? phy ? # NS83840 PHYs 682nsphyter* at mii? phy ? # NS83843 PHYs 683qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 684sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 685tlphy* at mii? phy ? # ThunderLAN PHYs 686tqphy* at mii? phy ? # TDK Semiconductor PHYs 687ukphy* at mii? phy ? # generic unknown PHYs 688 689 690# USB Controller and Devices 691 692# PCI USB controllers 693ohci* at pci? dev ? function ? # Open Host Controller 694uhci* at pci? dev ? function ? # Universal Host Controller (Intel) 695 696# CardBus USB controllers 697ohci* at cardbus? dev ? function ? # Open Host Controller 698 699# USB bus support 700usb* at ohci? 701usb* at uhci? 702 703# USB Hubs 704uhub* at usb? 705uhub* at uhub? port ? configuration ? interface ? 706 707# USB HID device 708uhidev* at uhub? port ? configuration ? interface ? 709 710# USB Mice 711ums* at uhidev? reportid ? 712wsmouse* at ums? mux 0 713 714# USB Keyboards 715ukbd* at uhidev? reportid ? 716wskbd* at ukbd? console ? mux 1 717 718# USB Generic HID devices 719uhid* at uhidev? reportid ? 720 721# USB Printer 722ulpt* at uhub? port ? configuration ? interface ? 723 724# USB Modem 725umodem* at uhub? port ? configuration ? 726ucom* at umodem? 727 728# USB Mass Storage 729umass* at uhub? port ? configuration ? interface ? 730atapibus* at umass? channel ? 731scsibus* at umass? channel ? 732 733# USB audio 734uaudio* at uhub? port ? configuration ? 735 736# USB MIDI 737umidi* at uhub? port ? configuration ? 738 739# USB Ethernet adapters 740aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 741cue* at uhub? port ? # CATC USB-EL1201A based adapters 742kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 743 744# Prolofic PL2301/PL2302 host-to-host adapter 745upl* at uhub? port ? 746 747# Serial adapters 748# FTDI FT8U100AX serial adapter 749uftdi* at uhub? port ? 750ucom* at uftdi? portno ? 751 752uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 753ucom* at uplcom? portno ? 754 755umct* at uhub? port ? # MCT USB-RS232 serial adapter 756ucom* at umct? portno ? 757 758# Diamond Multimedia Rio 500 759urio* at uhub? port ? 760 761# USB Handspring Visor 762uvisor* at uhub? port ? 763ucom* at uvisor? 764 765# USB scanners 766uscanner* at uhub? port ? 767 768# USB scanners that use SCSI emulation, e.g., HP5300 769usscanner* at uhub? port ? 770scsibus* at usscanner? channel ? 771 772# Y@P firmware loader 773uyap* at uhub? port ? 774 775# USB Generic driver 776ugen* at uhub? port ? 777 778 779# Audio Devices 780 781# PCI audio devices 782auich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio 783auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio 784clcs* at pci? dev ? function ? # Cirrus Logic CS4280 785clct* at pci? dev ? function ? # Cirrus Logic CS4281 786cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 787eap* at pci? dev ? function ? # Ensoniq AudioPCI 788emuxki* at pci? dev ? function ? # Creative SBLive! and PCI512 789esa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio 790esm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator 791eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 792fms* at pci? dev ? function ? # Forte Media FM801 793neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio 794sv* at pci? dev ? function ? # S3 SonicVibes 795yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 796 797# ISA Plug-and-Play audio devices 798#ess* at isapnp? # ESS Tech ES1887, ES1888, ES888 audio 799#guspnp* at isapnp? # Gravis Ultra Sound PnP audio 800#sb* at isapnp? # SoundBlaster-compatible audio 801#wss* at isapnp? # Windows Sound System 802#ym* at isapnp? # Yamaha OPL3-SA3 audio 803 804# ISA audio devices 805# the "aria" probe might give false hits 806#aria0 at isa? port 0x290 irq 10 # Aria 807#ess0 at isa? port 0x220 irq 5 drq 1 drq2 5 # ESS 18XX 808#gus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound 809#pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum 810#pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System 811#sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver 812sb0 at isa? port 0x220 irq 5 drq 1 drq2 5 # SoundBlaster 813wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System 814 815# PCMCIA audio devices 816esl* at pcmcia? function ? # ESS 1688 AudioDrive 817 818#cms0 at isa? port 0x220 # Creative Music System 819 820# OPL[23] FM synthesizers 821#opl0 at isa? port 0x388 # use only if not attached to sound card 822opl* at cmpci? flags 1 823opl* at esl? 824opl* at eso? 825#opl* at ess? 826opl* at fms? 827opl* at sb? 828opl* at sv? 829opl* at wss? 830opl* at yds? 831#opl* at ym? 832 833# Audio support 834#audio* at aria? 835audio* at auich? 836audio* at auvia? 837audio* at clcs? 838audio* at clct? 839audio* at cmpci? 840audio* at eap? 841audio* at emuxki? 842audio* at esa? 843audio* at esl? 844audio* at esm? 845audio* at eso? 846#audio* at ess? 847audio* at fms? 848#audio* at gus? 849#audio* at guspnp? 850audio* at neo? 851#audio* at pas? 852audio* at sb? 853#audio* at sp? 854audio* at sv? 855audio* at uaudio? 856audio* at wss? 857audio* at yds? 858#audio* at ym? 859 860# MPU 401 UARTs 861#mpu* at isa? port 0x330 irq 9 # MPU401 or compatible card 862mpu* at cmpci? 863mpu* at eso? 864mpu* at fms? 865mpu* at sb? 866mpu* at yds? 867#mpu* at ym? 868 869# MIDI support 870midi* at clcs? # Cirrus Logic CS4280 MIDI port 871#midi* at clct? # Cirrus Logic CS4281 MIDI port 872#midi* at cms? # Creative Music System 873midi* at eap? # 137[01] MIDI port 874midi* at mpu? # MPU 401 875midi* at opl? # OPL FM synth 876midi* at pcppi? # MIDI interface to the PC speaker 877midi* at sb? # SB1 MIDI port 878midi* at umidi? # USB MIDI 879 880# The spkr driver provides a simple tone interface to the built in speaker. 881#spkr0 at pcppi? # PC speaker 882 883 884# TV cards 885 886# Brooktree 848/849/878/879 based TV cards 887#bktr* at pci? dev ? function ? 888 889 890# Mice 891 892# ISA busmice 893#lms0 at isa? port 0x23c irq 5 # Logitech bus mouse 894#lms1 at isa? port 0x238 irq 5 895#mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 896#mms1 at isa? port 0x238 irq 5 897#wsmouse* at lms? mux 0 898#wsmouse* at mms? mux 0 899# backwards compatible versions 900#olms0 at isa? port 0x23c irq 5 # Logitech bus mouse 901#olms1 at isa? port 0x238 irq 5 902#omms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 903#omms1 at isa? port 0x238 irq 5 904#opms0 at pc? irq 12 # PS/2 auxiliary port mouse 905 906 907# Joysticks 908 909#joy* at pnpbios? index ? # Game port 910 911# ISA Plug-and-Play joysticks 912#joy* at isapnp? # Game ports (usually on audio cards) 913 914# PCI joysticks 915#joy* at pci? # Game ports (usually on audio cards) 916 917# ISA joysticks. Probe is a little strange; add only if you have one. 918#joy0 at isa? port 0x201 919 920 921# Miscellaneous Devices 922 923# Planetconnect Satellite receiver driver. 924#satlink0 at isa? port 0x300 drq 1 925 926 927# Pull in optional local configuration 928include "arch/i386/conf/GENERIC.local" 929 930 931# Pseudo-Devices 932 933# disk/mass storage pseudo-devices 934pseudo-device ccd 4 # concatenated/striped disk devices 935#pseudo-device raid 4 # RAIDframe disk driver 936#options RAID_AUTOCONFIG # auto-configuration of RAID components 937pseudo-device md 1 # memory disk device (ramdisk) 938pseudo-device vnd 4 # disk-like interface to files 939 940# network pseudo-devices 941pseudo-device bpfilter 8 # Berkeley packet filter 942pseudo-device ipfilter # IP filter (firewall) and NAT 943pseudo-device loop # network loopback 944pseudo-device ppp 2 # Point-to-Point Protocol 945pseudo-device sl 2 # Serial Line IP 946pseudo-device strip 2 # Starmode Radio IP (Metricom) 947pseudo-device tun 2 # network tunneling over tty 948pseudo-device gre 2 # generic L3 over IP tunnel 949pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 950#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 951#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 952pseudo-device vlan # IEEE 802.1q encapsulation 953pseudo-device bridge # simple inter-network bridging 954 955# miscellaneous pseudo-devices 956pseudo-device pty # pseudo-terminals 957pseudo-device tb 1 # tablet line discipline 958pseudo-device sequencer 1 # MIDI sequencer 959# rnd works; RND_COM does not on port i386 yet. 960pseudo-device rnd # /dev/random and in-kernel generator 961#options RND_COM # use "com" randomness as well (BROKEN) 962 963# a pseudo device needed for Coda # also needs CODA (above) 964pseudo-device vcoda 4 # coda minicache <-> venus comm. 965 966# mouse & keyboard multiplexor pseudo-devices 967pseudo-device wsmux 968