CARDBUS revision 1.18
11.18Ssoda# $NetBSD: CARDBUS,v 1.18 2000/07/18 11:41:32 soda Exp $ 21.1Shaya# 31.1Shaya# CARDBUS -- GENERIC + CardBus support 41.16Sjhawk# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp 51.1Shaya# 61.1Shaya 71.1Shayainclude "arch/i386/conf/std.i386" 81.1Shaya 91.1Shayamaxusers 32 # estimated number of users 101.1Shaya 111.1Shaya# CPU support. At least one is REQUIRED. 121.1Shayaoptions I386_CPU 131.1Shayaoptions I486_CPU 141.1Shayaoptions I586_CPU 151.1Shayaoptions I686_CPU 161.1Shaya 171.1Shaya# CPU-related options. 181.1Shayaoptions MATH_EMULATE # floating point emulation 191.1Shaya#options VM86 # virtual 8086 emulation 201.1Shayaoptions USER_LDT # user-settable LDT; used by WINE 211.1Shaya# eliminate delay no-ops in I/O; recommended on all but very old machines 221.1Shaya#options DUMMY_NOPS 231.1Shaya 241.1Shaya# delay between "rebooting ..." message and hardware reset, in milliseconds 251.1Shaya#options CPURESET_DELAY=2000 261.1Shaya 271.1Shaya# This option allows you to force a serial console at the specified 281.1Shaya# I/O address. see console(4) for details. 291.1Shaya#options "CONSDEVNAME=\"com\"",CONADDR=0x2f8,CONSPEED=57600 301.1Shaya# you don't want the option below ON iff you are using the 311.1Shaya# serial console option of the new boot strap code. 321.11Sitojun#options CONS_OVERRIDE # Always use above! independent of boot info 331.1Shaya 341.1Shaya# The following options override the memory sizes passed in from the boot 351.1Shaya# block. Use them *only* if the boot block is unable to determine the correct 361.1Shaya# values. Note that the BIOS may *correctly* report less than 640k of base 371.1Shaya# memory if the extended BIOS data area is located at the top of base memory 381.1Shaya# (as is the case on most recent systems). 391.1Shaya#options REALBASEMEM=639 # size of base memory (in KB) 401.1Shaya#options REALEXTMEM=15360 # size of extended memory (in KB) 411.1Shaya 421.1Shaya# Standard system options 431.1Shaya 441.1Shayaoptions UCONSOLE # users can use TIOCCONS (for xconsole) 451.1Shayaoptions INSECURE # disable kernel security levels 461.1Shaya 471.1Shayaoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 481.1Shayaoptions NTP # NTP phase/frequency locked loop 491.1Shaya 501.1Shayaoptions KTRACE # system call tracing via ktrace(1) 511.1Shaya 521.1Shayaoptions SYSVMSG # System V-like message queues 531.1Shayaoptions SYSVSEM # System V-like semaphores 541.1Shayaoptions SYSVSHM # System V-like memory sharing 551.1Shaya#options SHMMAXPGS=1024 # 1024 pages is the default 561.1Shaya 571.1Shayaoptions LKM # loadable kernel modules 581.1Shaya 591.1Shaya# Diagnostic/debugging support options 601.1Shayaoptions DIAGNOSTIC # cheap kernel consistency checks 611.1Shaya#options DEBUG # expensive debugging checks/support 621.1Shaya#options KMEMSTATS # kernel memory statistics (vmstat -m) 631.1Shayaoptions DDB # in-kernel debugger 641.17Smycroftoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 651.1Shaya#options KGDB # remote debugger 661.1Shaya#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600 671.1Shaya#makeoptions DEBUG="-g" # compile full symbol table 681.1Shaya 691.1Shaya# Compatibility options 701.1Shayaoptions COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, 711.1Shayaoptions COMPAT_09 # NetBSD 0.9, 721.1Shayaoptions COMPAT_10 # NetBSD 1.0, 731.1Shayaoptions COMPAT_11 # NetBSD 1.1, 741.1Shayaoptions COMPAT_12 # NetBSD 1.2, 751.1Shayaoptions COMPAT_13 # NetBSD 1.3, 761.16Sjhawkoptions COMPAT_14 # NetBSD 1.4, 771.1Shayaoptions COMPAT_43 # and 4.3BSD 781.1Shayaoptions COMPAT_386BSD_MBRPART # recognize old partition ID 791.1Shaya 801.1Shayaoptions COMPAT_SVR4 # binary compatibility with SVR4 811.1Shayaoptions COMPAT_IBCS2 # binary compatibility with SCO and ISC 821.1Shayaoptions COMPAT_LINUX # binary compatibility with Linux 831.1Shayaoptions COMPAT_FREEBSD # binary compatibility with FreeBSD 841.1Shaya 851.16Sjhawkoptions COMPAT_AOUT # binary compat for NetBSD a.out binaries 861.16Sjhawk 871.1Shaya# File systems 881.1Shayafile-system FFS # UFS 891.1Shayafile-system EXT2FS # second extended file system (linux) 901.1Shayafile-system LFS # log-structured file system 911.1Shayafile-system MFS # memory file system 921.1Shayafile-system NFS # Network File System client 931.16Sjhawkfile-system NTFS # Windows/NT file system (experimental) 941.1Shayafile-system CD9660 # ISO 9660 + Rock Ridge file system 951.1Shayafile-system MSDOSFS # MS-DOS file system 961.1Shayafile-system FDESC # /dev/fd 971.1Shayafile-system KERNFS # /kern 981.1Shayafile-system NULLFS # loopback file system 991.16Sjhawkfile-system OVERLAY # overlay file system 1001.1Shayafile-system PORTAL # portal filesystem (still experimental) 1011.1Shayafile-system PROCFS # /proc 1021.1Shayafile-system UMAPFS # NULLFS + uid and gid remapping 1031.1Shayafile-system UNION # union file system 1041.1Shayafile-system CODA # Coda File System; also needs vcoda (below) 1051.1Shaya 1061.1Shaya# File system options 1071.1Shayaoptions QUOTA # UFS quotas 1081.16Sjhawk#options FFS_EI # FFS Endian Independent support 1091.16Sjhawkoptions SOFTDEP # FFS soft updates support. 1101.1Shayaoptions NFSSERVER # Network File System server 1111.1Shaya#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1121.1Shaya # immutable) behave as system flags. 1131.1Shaya 1141.1Shaya# Networking options 1151.1Shaya#options GATEWAY # packet forwarding 1161.1Shayaoptions INET # IP + ICMP + TCP + UDP 1171.16Sjhawkoptions INET6 # IPV6 1181.16Sjhawkoptions PULLDOWN_TEST # use m_pulldown for IPv4/v6 processing 1191.16Sjhawk#options IPSEC # IP security 1201.16Sjhawk#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 1211.16Sjhawk#options IPSEC_DEBUG # debug for IP security 1221.1Shaya#options MROUTING # IP multicast routing 1231.1Shayaoptions NS # XNS 1241.1Shaya#options NSIP # XNS tunneling over IP 1251.1Shayaoptions ISO,TPIP # OSI 1261.15Ssommerfe#options EON # OSI tunneling over IP 1271.1Shayaoptions CCITT,LLC,HDLC # X.25 1281.1Shayaoptions NETATALK # AppleTalk networking protocols 1291.16Sjhawkoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1301.16Sjhawkoptions PPP_DEFLATE # Deflate compression support for PPP 1311.16Sjhawkoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1321.16Sjhawkoptions PFIL_HOOKS # pfil(9) packet filter hooks 1331.16Sjhawkoptions IPFILTER_LOG # ipmon(8) log support 1341.1Shaya 1351.1Shaya# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 1361.1Shaya#options TCP_COMPAT_42 1371.1Shaya 1381.1Shaya# These options enable verbose messages for several subsystems. 1391.1Shaya# Warning, these may compile large string tables into the kernel! 1401.1Shayaoptions EISAVERBOSE # verbose EISA device autoconfig messages 1411.16Sjhawkoptions MIIVERBOSE # verbose PHY autoconfig messages 1421.1Shayaoptions PCIVERBOSE # verbose PCI device autoconfig messages 1431.12Scgd#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1441.1Shaya#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 1451.1Shayaoptions SCSIVERBOSE # human readable SCSI error messages 1461.1Shayaoptions USBVERBOSE # verbose USB device autoconfig messages 1471.16Sjhawk#options PNPBIOSVERBOSE # verbose PnP BIOS messages 1481.16Sjhawk#options PNPBIOSDEBUG # more fullsome Pnp BIOS debugging messages 1491.16Sjhawkoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 1501.1Shaya 1511.1Shaya# 1521.1Shaya# wscons options 1531.1Shaya# 1541.1Shaya# builtin terminal emulations 1551.1Shaya#options WSEMUL_SUN # sun terminal emulation 1561.1Shayaoptions WSEMUL_VT100 # VT100 / VT220 emulation 1571.1Shaya# different kernel output - see dev/wscons/wsdisplayvar.h 1581.1Shayaoptions WS_KERNEL_FG=WSCOL_GREEN 1591.1Shaya#options WS_KERNEL_BG=WSCOL_BLACK 1601.1Shaya# compatibility to other console drivers 1611.1Shayaoptions WSDISPLAY_COMPAT_PCVT # emulate some ioctls 1621.1Shayaoptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 1631.1Shayaoptions WSDISPLAY_COMPAT_USL # VT handling 1641.1Shayaoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1651.1Shaya# see dev/pckbc/wskbdmap_mfii.c for implemented layouts 1661.1Shaya#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 1671.1Shaya# allocate a number of virtual screens at autoconfiguration time 1681.1Shaya#options WSDISPLAY_DEFAULTSCREENS=4 1691.16Sjhawk# use a large software cursor that doesn't blink 1701.16Sjhawkoptions PCDISPLAY_SOFTCURSOR 1711.1Shaya 1721.1Shaya# Kernel root file system and dump configuration. 1731.1Shayaconfig netbsd root on ? type ? 1741.1Shaya#config netbsd root on sd0a type ffs 1751.1Shaya#config netbsd root on ? type nfs 1761.1Shaya 1771.1Shaya# 1781.1Shaya# Device configuration 1791.1Shaya# 1801.1Shaya 1811.1Shayamainbus0 at root 1821.1Shaya 1831.1Shaya#apm0 at mainbus0 # Advanced power management 1841.1Shaya 1851.16Sjhawk# Tuning for power management, see apm(4) for more details. 1861.16Sjhawk#options APM_NO_IDLE # Don't call BIOS CPU idle function 1871.16Sjhawk#options APM_V10_ONLY # Use only the APM 1.0 calls 1881.16Sjhawk#options APM_NO_POWEROFF # Don't power off on halt(8) 1891.16Sjhawk#options APM_POWER_PRINT # Print stats on the console 1901.16Sjhawk#options APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts 1911.16Sjhawk 1921.1Shaya 1931.1Shaya# Basic Bus Support 1941.1Shaya 1951.16Sjhawk# Plug-and-Play BIOS and attached devices 1961.16Sjhawk 1971.16Sjhawk#pnpbios* at mainbus? 1981.16Sjhawk 1991.16Sjhawk# mainboard audio chips 2001.16Sjhawk#ess* at pnpbios? index ? # ESS AudioDrive 2011.16Sjhawk#sb* at pnpbios? index ? # NeoMagic 256AV in sb mode 2021.16Sjhawk#wss* at pnpbios? index ? # NeoMagic 256AV in wss mode 2031.16Sjhawk#ym* at pnpbios? index ? # OPL3-SA3 2041.16Sjhawk 2051.16Sjhawk# com port 2061.16Sjhawk# If enabled, consider changing "com0", "com1", and "com2" under "ISA Serial 2071.16Sjhawk# Interfaces" to "com*", otherwise com2 will attach at pnpbios? and there 2081.16Sjhawk# will be no com0. A side effect is pcmcia (and other) com? previously 2091.16Sjhawk# starting at com3 may attach as com1 or com2. 2101.16Sjhawk#com* at pnpbios? index ? # serial ports 2111.16Sjhawk 2121.16Sjhawk# parallel port 2131.16Sjhawk# The above "com*" comments apply, cf. "lpt0" under "ISA parallel 2141.16Sjhawk# "printer interfaces". 2151.16Sjhawk#lpt* at pnpbios? index ? # parallel ports 2161.16Sjhawk 2171.16Sjhawk#pckbc* at pnpbios? index ? # PC keyboard/mouse controller 2181.16Sjhawk#fdc* at pnpbios? index ? # floppy controller 2191.16Sjhawk 2201.16Sjhawk# IDE controller on Toshiba Portege 3000 series (crippled PCI device) 2211.16Sjhawk#pciide* at pnpbios? index ? 2221.16Sjhawk 2231.1Shaya# PCI bus support 2241.1Shayapci* at mainbus? bus ? 2251.1Shayapci* at pchb? bus ? 2261.1Shayapci* at ppb? bus ? 2271.1Shaya 2281.16Sjhawk# Configure PCI using BIOS information 2291.16Sjhawk#options PCIBIOS # PCI BIOS support 2301.16Sjhawk#options PCIBIOSVERBOSE # PCI BIOS verbose info 2311.16Sjhawk#options PCIBIOS_INTR_FIXUP # fixup PCI interrupt routing 2321.18Ssoda#options PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11 2331.16Sjhawk#options PCIINTR_DEBUG # super-verbose PCI interrupt fixup 2341.16Sjhawk#options PCIBIOS_BUS_FIXUP # fixup PCI bus numbering 2351.16Sjhawk#options PCIBIOS_ADDR_FIXUP # fixup PCI I/O addresses 2361.16Sjhawk 2371.1Shaya# PCI bridges 2381.1Shayapchb* at pci? dev ? function ? # PCI-Host bridges 2391.1Shayapceb* at pci? dev ? function ? # PCI-EISA bridges 2401.1Shayapcib* at pci? dev ? function ? # PCI-ISA bridges 2411.1Shayappb* at pci? dev ? function ? # PCI-PCI bridges 2421.1Shaya# XXX 'puc's aren't really bridges, but there's no better place for them here 2431.1Shayapuc* at pci? dev ? function ? # PCI "universal" comm. cards 2441.1Shaya 2451.1Shaya# EISA bus support 2461.1Shayaeisa* at mainbus? 2471.1Shayaeisa* at pceb? 2481.1Shaya 2491.1Shaya# ISA bus support 2501.1Shayaisa* at mainbus? 2511.1Shayaisa* at pceb? 2521.1Shayaisa* at pcib? 2531.1Shaya 2541.1Shaya# PCMCIA bus support 2551.1Shayapcmcia* at pcic? controller ? socket ? 2561.1Shayapcmcia* at tcic? controller ? socket ? 2571.1Shaya 2581.1Shaya# ISA PCMCIA controllers 2591.16Sjhawkpcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 2601.16Sjhawkpcic1 at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000 2611.16Sjhawktcic0 at isa? port 0x240 iomem 0xd0000 iosiz 0x10000 2621.1Shaya 2631.1Shaya# PCI PCMCIA controllers 2641.1Shayapcic0 at pci? dev? function ? 2651.1Shaya 2661.1Shaya# ISA Plug-and-Play bus support 2671.1Shayaisapnp0 at isa? 2681.1Shaya 2691.1Shaya# ISA Plug-and-Play PCMCIA controllers 2701.1Shayapcic* at isapnp? 2711.1Shaya 2721.16Sjhawk# CardBus bridge support 2731.16Sjhawkcbb* at pci? dev ? function ? 2741.16Sjhawkcardslot* at cbb? 2751.16Sjhawk 2761.1Shaya# CardBus bus support 2771.1Shayacardbus* at cardslot? 2781.1Shayapcmcia* at cardslot? 2791.1Shaya 2801.1Shaya# Coprocessor Support 2811.1Shaya 2821.1Shaya# Math Coprocessor support 2831.1Shayanpx0 at isa? port 0xf0 irq 13 # x86 math coprocessor 2841.1Shaya 2851.1Shaya 2861.1Shaya# Console Devices 2871.1Shaya 2881.14Smycroft# ISA console 2891.1Shaya#pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver 2901.1Shaya# Keyboard layout configuration for pccons 2911.1Shaya#options FRENCH_KBD 2921.1Shaya#options FINNISH_KBD 2931.1Shaya#options GERMAN_KBD 2941.1Shaya#options NORWEGIAN_KBD 2951.16Sjhawk# pccons-specific options: 2961.16Sjhawk#options XSERVER_DDB # PF12 gets you into DDB when X is running 2971.16Sjhawk#options XSERVER # X server support 2981.16Sjhawk 2991.1Shaya 3001.1Shaya# wscons 3011.16Sjhawkpckbc0 at isa? # pc keyboard controller 3021.16Sjhawkpckbd* at pckbc? # PC keyboard 3031.1Shaya# "opms" should not be enabled together with "pms" or "pmsi" 3041.16Sjhawkpms* at pckbc? # PS/2 mouse for wsmouse 3051.16Sjhawkpmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse 3061.16Sjhawk#opms* at pckbc? # backwards compatible PS/2 mouse 3071.1Shayavga0 at isa? 3081.16Sjhawkvga* at pci? dev ? function ? 3091.1Shayapcdisplay0 at isa? # CGA, MDA, EGA, HGA 3101.1Shayawsdisplay* at vga? console ? 3111.1Shayawsdisplay* at pcdisplay? console ? 3121.16Sjhawkwskbd* at pckbd? console ? 3131.16Sjhawkwsmouse* at pms? mux 0 3141.16Sjhawkwsmouse* at pmsi? mux 0 3151.1Shaya 3161.16Sjhawkpcppi0 at isa? 3171.1Shayasysbeep0 at pcppi? 3181.1Shaya 3191.1Shaya# Serial Devices 3201.1Shaya 3211.1Shaya# PCI serial interfaces 3221.8Ssorencom* at puc? port ? # 16x50s on "universal" comm boards 3231.1Shayacy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 3241.16Sjhawkcz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 3251.1Shaya 3261.1Shaya# ISA Plug-and-Play serial interfaces 3271.1Shayacom* at isapnp? # Modems and serial boards 3281.1Shaya 3291.1Shaya# PCMCIA serial interfaces 3301.1Shayacom* at pcmcia? function ? # Modems and serial cards 3311.1Shaya 3321.1Shayapcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 3331.1Shayacom* at pcmcom? slave ? # ...and the slave devices 3341.13Sjoda 3351.13Sjoda# CardBus serial interfaces 3361.13Sjodacom* at cardbus? dev ? function ? # Modems and serial cards 3371.1Shaya 3381.1Shaya# ISA serial interfaces 3391.1Shaya#options COM_HAYESP # adds Hayes ESP serial board support 3401.1Shayacom0 at isa? port 0x3f8 irq 4 # Standard PC serial ports 3411.1Shayacom1 at isa? port 0x2f8 irq 3 3421.1Shayacom2 at isa? port 0x3e8 irq 5 3431.1Shaya#com3 at isa? port 0x2e8 irq 9 3441.1Shaya#ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards 3451.1Shaya#com* at ast? slave ? 3461.1Shaya#boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards 3471.16Sjhawk#boca0 at isa? port 0x100 irq 5 # BOCA 16-port serial cards (BB2016) 3481.16Sjhawk#boca1 at isa? port 0x140 irq 5 # this line is also needed for BB2016 3491.1Shaya#com* at boca? slave ? 3501.1Shaya#tcom0 at isa? port 0x100 irq 7 # TC-800 8-port serial cards 3511.1Shaya#com* at tcom? slave ? 3521.1Shaya#rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards 3531.1Shaya#com* at rtfps? slave ? 3541.1Shaya#cy0 at isa? iomem 0xd4000 irq 12 # Cyclades serial cards 3551.16Sjhawk#addcom0 at isa? port 0x108 irq 5 # Addonics FlexPort 8S 3561.16Sjhawk#com* at addcom? slave ? 3571.1Shaya 3581.1Shaya 3591.1Shaya# Parallel Printer Interfaces 3601.1Shaya 3611.1Shaya# PCI parallel printer interfaces 3621.1Shayalpt* at puc? port ? # || ports on "universal" comm boards 3631.1Shaya 3641.1Shaya# ISA parallel printer interfaces 3651.1Shayalpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 3661.1Shayalpt1 at isa? port 0x278 3671.1Shayalpt2 at isa? port 0x3bc 3681.1Shaya 3691.16Sjhawk# Hardware monitors 3701.16Sjhawk 3711.16Sjhawk# LM7[89] and compatible hardware monitors 3721.16Sjhawk#lm0 at isa? port 0x290 # other common ports: 0x280, 0x310 3731.16Sjhawk 3741.16Sjhawk# VIA VT82C686A hardware monitor 3751.16Sjhawk#viapm* at pci? dev ? function ? 3761.16Sjhawk#viaenv* at viapm? 3771.16Sjhawk 3781.1Shaya 3791.1Shaya# SCSI Controllers and Devices 3801.1Shaya 3811.1Shaya# PCI SCSI controllers 3821.1Shayaadv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 3831.16Sjhawkadw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 3841.1Shayaahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 3851.1Shayabha* at pci? dev ? function ? # BusLogic 9xx SCSI 3861.16Sjhawkdpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 3871.1Shayaisp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 3881.16Sjhawk#ncr* at pci? dev ? function ? # NCR 53c8xx SCSI (old driver) 3891.16Sjhawksiop* at pci? dev ? function ? # Symbios 53c8xx SCSI 3901.1Shayapcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 3911.1Shaya 3921.1Shaya# EISA SCSI controllers 3931.1Shayaahb* at eisa? slot ? # Adaptec 174[02] SCSI 3941.1Shayaahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 3951.1Shayabha* at eisa? slot ? # BusLogic 7xx SCSI 3961.16Sjhawkdpt* at eisa? slot ? # DPT EATA SCSI 3971.1Shayauha* at eisa? slot ? # UltraStor 24f SCSI 3981.1Shaya 3991.1Shaya# PCMCIA SCSI controllers 4001.1Shayaaic* at pcmcia? function ? # Adaptec APA-1460 SCSI 4011.16Sjhawkesp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 4021.1Shaya 4031.1Shaya# ISA Plug-and-Play SCSI controllers 4041.1Shayaaha* at isapnp? # Adaptec AHA-154[02 4051.1Shayaaic* at isapnp? # Adaptec AHA-1520B 4061.1Shaya 4071.1Shaya# ISA SCSI controllers 4081.16Sjhawkadv0 at isa? port ? irq ? drq ? # AdvanSys APB-514[02] 4091.1Shayaaha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 4101.1Shayaaha1 at isa? port 0x334 irq ? drq ? 4111.1Shayaahc0 at isa? port ? irq ? # Adaptec 284x SCSI 4121.1Shayaaic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI 4131.1Shayabha0 at isa? port 0x330 irq ? drq ? # BusLogic [457]4X SCSI 4141.1Shayabha1 at isa? port 0x334 irq ? drq ? 4151.16Sjhawk# The "nca" and "dpt" probes might give false hits or hang your machine. 4161.16Sjhawk#dpt0 at isa? port 0x170 irq ? drq ? # DPT SmartCache/SmartRAID 4171.16Sjhawk#nca0 at isa? port 0x360 irq 15 # Port-mapped NCR 53C80 contoller 4181.16Sjhawk#nca1 at isa? iomem 0xd8000 irq 5 # Memory-mapped controller (T128, etc.) 4191.1Shayasea0 at isa? iomem 0xc8000 irq 5 # Seagate/Future Domain SCSI 4201.1Shayauha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI 4211.1Shayauha1 at isa? port 0x340 irq ? drq ? 4221.1Shayawds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers 4231.1Shayawds1 at isa? port 0x358 irq 11 drq 5 4241.1Shaya 4251.16Sjhawk# CardBus SCSI cards 4261.16Sjhawkahc* at cardbus? dev ? function ? # Adaptec ADP-1480 4271.16Sjhawk 4281.1Shaya# SCSI bus support 4291.1Shayascsibus* at adv? 4301.1Shayascsibus* at adw? 4311.1Shayascsibus* at aha? 4321.1Shayascsibus* at ahb? 4331.1Shayascsibus* at ahc? 4341.1Shayascsibus* at aic? 4351.1Shayascsibus* at bha? 4361.16Sjhawkscsibus* at dpt? 4371.16Sjhawkscsibus* at esp? 4381.1Shayascsibus* at isp? 4391.16Sjhawk#scsibus* at nca? 4401.16Sjhawk#scsibus* at ncr? 4411.1Shayascsibus* at pcscp? 4421.1Shayascsibus* at sea? 4431.16Sjhawkscsibus* at siop? 4441.1Shayascsibus* at uha? 4451.1Shayascsibus* at wds? 4461.1Shaya 4471.1Shaya# SCSI devices 4481.1Shayasd* at scsibus? target ? lun ? # SCSI disk drives 4491.1Shayast* at scsibus? target ? lun ? # SCSI tape drives 4501.1Shayacd* at scsibus? target ? lun ? # SCSI CD-ROM drives 4511.1Shayach* at scsibus? target ? lun ? # SCSI autochangers 4521.16Sjhawkses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 4531.1Shayass* at scsibus? target ? lun ? # SCSI scanners 4541.1Shayauk* at scsibus? target ? lun ? # SCSI unknown 4551.1Shaya 4561.16Sjhawk# RAID controllers and devices 4571.16Sjhawkcac* at pci? dev ? function ? # Compaq array controller 4581.16Sjhawkca* at cac? unit ? # Compaq array disk device 4591.16Sjhawk 4601.1Shaya 4611.1Shaya# IDE and related devices 4621.1Shaya# PCI IDE controllers - see pciide(4) for supported hardware. 4631.1Shaya# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 4641.1Shaya# how to set up DMA modes for this chip. This may work, or may cause 4651.1Shaya# a machine hang with some controllers. 4661.16Sjhawkpciide* at pci? dev ? function ? flags 0x0000 4671.1Shaya 4681.1Shaya# ISA Plug-and-Play IDE controllers 4691.1Shayawdc* at isapnp? 4701.1Shaya 4711.1Shaya# PCMCIA IDE controllers 4721.1Shayawdc* at pcmcia? function ? 4731.1Shaya 4741.1Shaya# ISA ST506, ESDI, and IDE controllers 4751.16Sjhawk# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will 4761.16Sjhawk# fall back to 16bits I/O if 32bits I/O are not functional). 4771.16Sjhawk# Some controllers pass the initial 32bit test, but will fail later. 4781.16Sjhawkwdc0 at isa? port 0x1f0 irq 14 flags 0x00 4791.16Sjhawkwdc1 at isa? port 0x170 irq 15 flags 0x00 4801.1Shaya 4811.1Shaya# IDE drives 4821.1Shaya# Flags are used only with controllers that support DMA operations 4831.1Shaya# and mode settings (e.g. some pciide controllers) 4841.1Shaya# The lowest order four bits (rightmost digit) of the flags define the PIO 4851.1Shaya# mode to use, the next set of four bits the DMA mode and the third set the 4861.1Shaya# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 4871.1Shaya# to use, and the last bit must be 1 for this setting to be used. 4881.1Shaya# For DMA and UDMA, 0xf (1111) means 'disable'. 4891.1Shaya# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 4901.1Shaya# (0xc=1100, 0xa=1010, 0xf=1111) 4911.1Shaya# 0x0000 means "use whatever the drive claims to support". 4921.1Shayawd* at wdc? channel ? drive ? flags 0x0000 4931.1Shayawd* at pciide? channel ? drive ? flags 0x0000 4941.1Shaya 4951.1Shaya# ATAPI bus support 4961.1Shayaatapibus* at wdc? channel ? 4971.1Shayaatapibus* at pciide? channel ? 4981.1Shaya 4991.1Shaya# ATAPI devices 5001.1Shaya# flags have the same meaning as for IDE drives. 5011.1Shayacd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 5021.1Shayasd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 5031.1Shayauk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 5041.1Shaya 5051.1Shaya 5061.1Shaya# Miscellaneous mass storage devices 5071.1Shaya 5081.1Shaya# ISA floppy 5091.1Shayafdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 5101.1Shaya#fdc1 at isa? port 0x370 irq ? drq ? 5111.1Shayafd* at fdc? drive ? # the drives themselves 5121.1Shaya# some machines need you to do this instead of fd* 5131.1Shaya#fd0 at fdc0 drive 0 5141.1Shaya 5151.1Shaya# ISA CD-ROM devices 5161.1Shaya#mcd0 at isa? port 0x300 irq 10 # Mitsumi CD-ROM drives 5171.1Shaya 5181.1Shaya# ISA tape devices 5191.1Shaya# note: the wt driver conflicts unpleasantly with SMC boards at the 5201.1Shaya# same I/O address. The probe reprograms their EEPROMs. Don't 5211.1Shaya# uncomment it unless you are actually using it. 5221.1Shaya#wt0 at isa? port 0x308 irq 5 drq 1 # Archive and Wangtek QIC tape drives 5231.1Shaya 5241.1Shaya 5251.1Shaya# Network Interfaces 5261.1Shaya 5271.1Shaya# PCI network interfaces 5281.1Shayade* at pci? dev ? function ? # DEC 21x4x-based Ethernet 5291.1Shayaen* at pci? dev ? function ? # ENI/Adaptec ATM 5301.1Shayaep* at pci? dev ? function ? # 3Com 3c59x 5311.1Shayaex* at pci? dev ? function ? # 3Com 90x[B] 5321.1Shayaepic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 5331.1Shayaesh* at pci? dev ? function ? # Essential HIPPI card 5341.1Shayafpa* at pci? dev ? function ? # DEC DEFPA FDDI 5351.1Shayafxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 5361.1Shayale* at pci? dev ? function ? # PCnet-PCI Ethernet 5371.16Sjhawklmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 5381.1Shayane* at pci? dev ? function ? # NE2000-compatible Ethernet 5391.16Sjhawkntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 5401.16Sjhawkrtk* at pci? dev ? function ? # Realtek 8129/8139 5411.16Sjhawksip* at pci? dev ? function ? # SiS 900 Ethernet 5421.16Sjhawkti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 5431.1Shayatl* at pci? dev ? function ? # ThunderLAN-based Ethernet 5441.16Sjhawktlp* at pci? dev ? function ? # DECchip 21x4x (and clones) Ethernet 5451.16Sjhawk#options TLP_MATCH_21040 5461.16Sjhawk#options TLP_MATCH_21041 5471.16Sjhawk#options TLP_MATCH_21140 5481.16Sjhawk#options TLP_MATCH_21142 5491.1Shayavr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 5501.1Shaya 5511.1Shaya# EISA network interfaces 5521.1Shayaep* at eisa? slot ? # 3Com 3c579 Ethernet 5531.1Shayafea* at eisa? slot ? # DEC DEFEA FDDI 5541.16Sjhawktlp* at eisa? slot ? # DEC DE-425 Ethernet 5551.1Shaya 5561.1Shaya# ISA Plug-and-Play network interfaces 5571.1Shayaep* at isapnp? # 3Com 3c509 Ethernet 5581.1Shayane* at isapnp? # NE2000-compatible Ethernet 5591.1Shayatr* at isapnp? # IBM/3COM TROPIC Token-Ring 5601.1Shaya 5611.1Shaya# PCMCIA network interfaces 5621.16Sjhawkawi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 5631.16Sjhawkcnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 5641.1Shayaep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 5651.1Shayambe* at pcmcia? function ? # MB8696x based Ethernet 5661.1Shayane* at pcmcia? function ? # NE2000-compatible Ethernet 5671.16Sjhawkray* at pcmcia? function ? # Raytheon Raylink (802.11) 5681.1Shayasm* at pcmcia? function ? # Megahertz Ethernet 5691.16Sjhawkwi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 5701.16Sjhawkxi* at pcmcia? function ? # Xircom CreditCard Ethernet 5711.16Sjhawk 5721.16Sjhawkmhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 5731.16Sjhawkcom* at mhzc? 5741.16Sjhawksm* at mhzc? 5751.1Shaya 5761.1Shaya# ISA network interfaces 5771.1Shayaate0 at isa? port 0x2a0 irq ? # AT1700 5781.1Shayacs0 at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet 5791.1Shayaec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 5801.1Shayaeg0 at isa? port 0x280 irq 9 # 3C505 ethernet cards 5811.1Shayael0 at isa? port 0x300 irq 9 # 3C501 ethernet cards 5821.16Sjhawkep* at isa? port ? irq ? # 3C509 ethernet cards 5831.1Shayaef0 at isa? port 0x360 iomem 0xd0000 irq 7 # 3C507 5841.1Shayaai0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN 5851.1Shayafmv0 at isa? port 0x2a0 irq ? # FMV-180 series 5861.1Shayaix0 at isa? port 0x300 irq 10 # EtherExpress/16 5871.1Shayaiy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA 5881.1Shayalc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 5891.1Shaya#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA 5901.1Shaya#le* at depca? 5911.1Shayanele0 at isa? port 0x320 irq 9 drq 7 # NE2100 5921.1Shayale* at nele? 5931.16Sjhawk#ntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1 # Riscom/N2 sync serial 5941.1Shayabicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan 5951.1Shayale* at bicc? 5961.1Shayane0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards 5971.1Shayane1 at isa? port 0x300 irq 10 5981.1Shayasm0 at isa? port 0x300 irq 10 # SMC91C9x Ethernet 5991.1Shayatr0 at isa? port 0xa20 iomem 0xd8000 irq ? # IBM TROPIC based Token-Ring 6001.1Shayatr1 at isa? port 0xa24 iomem 0xd0000 irq ? # IBM TROPIC based Token-Ring 6011.1Shayatr* at isa? port ? irq ? # 3COM TROPIC based Token-Ring 6021.1Shayawe0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 6031.1Shayawe1 at isa? port 0x300 iomem 0xcc000 irq 10 6041.1Shaya 6051.4Sjoda# CardBus network cards 6061.5Saugustssex* at cardbus? dev ? function ? # 3Com 3C575TX 6071.5Saugustssfxp* at cardbus? dev ? function ? # Intel i8255x 6081.16Sjhawkrtk* at cardbus? dev ? function ? # Realtek 8129/8139 6091.7Sthorpejtlp* at cardbus? dev ? function ? # DECchip 21143 6101.10Sthorpej 6111.1Shaya# MII/PHY support 6121.16Sjhawkdmphy* at mii? phy ? # Davicom DM9101 PHYs 6131.1Shayaexphy* at mii? phy ? # 3Com internal PHYs 6141.1Shayaicsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 6151.1Shayainphy* at mii? phy ? # Intel 82555 PHYs 6161.16Sjhawkiophy* at mii? phy ? # Intel 82553 PHYs 6171.1Shayalxtphy* at mii? phy ? # Level One LXT-970 PHYs 6181.1Shayansphy* at mii? phy ? # NS83840 PHYs 6191.7Sthorpejnsphyter* at mii? phy ? # NS83843 PHYs 6201.1Shayaqsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 6211.1Shayasqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 6221.1Shayatlphy* at mii? phy ? # ThunderLAN PHYs 6231.16Sjhawktqphy* at mii? phy ? # TDK Semiconductor PHYs 6241.1Shayaukphy* at mii? phy ? # generic unknown PHYs 6251.1Shaya 6261.16Sjhawk 6271.1Shaya# USB Controller and Devices 6281.1Shaya 6291.1Shaya# PCI USB controllers 6301.16Sjhawkohci* at pci? dev ? function ? # Open Host Controller 6311.16Sjhawkuhci* at pci? dev ? function ? # Universal Host Controller (Intel) 6321.2Saugustss 6331.2Saugustss# CardBus USB controllers 6341.5Saugustssohci* at cardbus? dev ? function ? # Open Host Controller 6351.1Shaya 6361.1Shaya# USB bus support 6371.16Sjhawkusb* at ohci? 6381.1Shayausb* at uhci? 6391.1Shaya 6401.1Shaya# USB Hubs 6411.1Shayauhub* at usb? 6421.1Shayauhub* at uhub? port ? configuration ? interface ? 6431.1Shaya 6441.1Shaya# USB Mice 6451.1Shayaums* at uhub? port ? configuration ? interface ? 6461.16Sjhawkwsmouse* at ums? mux 0 6471.1Shaya 6481.1Shaya# USB Keyboards 6491.1Shayaukbd* at uhub? port ? configuration ? interface ? 6501.16Sjhawkwskbd* at ukbd? console ? mux 1 6511.1Shaya 6521.1Shaya# USB Generic HID devices 6531.1Shayauhid* at uhub? port ? configuration ? interface ? 6541.1Shaya 6551.1Shaya# USB Printer 6561.1Shayaulpt* at uhub? port ? configuration ? interface ? 6571.9Saugustss 6581.16Sjhawk# USB Modem 6591.16Sjhawkumodem* at uhub? port ? configuration ? 6601.16Sjhawkucom* at umodem? 6611.16Sjhawk 6621.16Sjhawk# USB Mass Storage 6631.16Sjhawkumass* at uhub? port ? configuration ? interface ? 6641.16Sjhawkatapibus* at umass? channel ? 6651.16Sjhawkscsibus* at umass? channel ? 6661.16Sjhawk 6671.16Sjhawk# USB audio 6681.16Sjhawkuaudio* at uhub? port ? configuration ? 6691.16Sjhawk 6701.9Saugustss# USB Ethernet adapters 6711.9Saugustssaue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 6721.9Saugustsscue* at uhub? port ? # CATC USB-EL1201A based adapters 6731.9Saugustsskue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 6741.1Shaya 6751.16Sjhawk# Prolofic PL2301/PL2302 host-to-host adapter 6761.16Sjhawkupl* at uhub? port ? 6771.16Sjhawk 6781.16Sjhawk# Serial adapters 6791.16Sjhawk# FTDI FT8U100AX serial adapter 6801.16Sjhawk#uftdi* at uhub? port ? 6811.16Sjhawk#ucom* at uftdi? portno ? 6821.16Sjhawk 6831.16Sjhawk# Diamond Multimedia Rio 500 6841.16Sjhawkurio* at uhub? port ? 6851.16Sjhawk 6861.16Sjhawk# USB Handspring Visor 6871.16Sjhawkuvisor* at uhub? port ? 6881.16Sjhawkucom* at uvisor? 6891.16Sjhawk 6901.1Shaya# USB Generic driver 6911.16Sjhawkugen* at uhub? port ? 6921.16Sjhawk 6931.1Shaya 6941.1Shaya# Audio Devices 6951.1Shaya 6961.1Shaya# PCI audio devices 6971.16Sjhawkauvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio 6981.16Sjhawkclcs* at pci? dev ? function ? # Cirrus Logic CS4280 6991.16Sjhawkcmpci* at pci? dev ? function ? # C-Media CMI8338/8738 7001.1Shayaeap* at pci? dev ? function ? # Ensoniq AudioPCI 7011.16Sjhawkeso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 7021.16Sjhawkfms* at pci? dev ? function ? # Forte Media FM801 7031.1Shayasv* at pci? dev ? function ? # S3 SonicVibes 7041.1Shaya 7051.1Shaya# ISA Plug-and-Play audio devices 7061.1Shayaess* at isapnp? # ESS Tech ES1887, ES1888, ES888 audio 7071.1Shayaguspnp* at isapnp? # Gravis Ultra Sound PnP audio 7081.1Shayasb* at isapnp? # SoundBlaster-compatible audio 7091.1Shayawss* at isapnp? # Windows Sound System 7101.1Shayaym* at isapnp? # Yamaha OPL3-SA3 audio 7111.1Shaya 7121.1Shaya# ISA audio devices 7131.1Shaya# the "aria" probe might give false hits 7141.1Shaya#aria0 at isa? port 0x290 irq 10 # Aria 7151.16Sjhawk#ess0 at isa? port 0x220 irq 5 drq 1 drq2 5 # ESS 18XX 7161.1Shayagus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound 7171.1Shayapas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum 7181.1Shayapss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System 7191.1Shayasp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver 7201.1Shayasb0 at isa? port 0x220 irq 5 drq 1 drq2 5 # SoundBlaster 7211.1Shayawss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System 7221.1Shaya 7231.16Sjhawk#cms0 at isa? port 0x220 # Creative Music System 7241.16Sjhawk 7251.16Sjhawk# OPL[23] FM synthesizers 7261.1Shaya#opl0 at isa? port 0x388 # use only if not attached to sound card 7271.16Sjhawkopl* at eso? 7281.1Shayaopl* at ess? 7291.16Sjhawkopl* at fms? 7301.1Shayaopl* at sb? 7311.1Shayaopl* at sv? 7321.16Sjhawkopl* at wss? 7331.16Sjhawkopl* at ym? 7341.1Shaya 7351.1Shaya# Audio support 7361.1Shaya#audio* at aria? 7371.16Sjhawkaudio* at auvia? 7381.16Sjhawkaudio* at clcs? 7391.16Sjhawkaudio* at cmpci? 7401.1Shayaaudio* at eap? 7411.16Sjhawkaudio* at eso? 7421.1Shayaaudio* at ess? 7431.16Sjhawkaudio* at fms? 7441.1Shayaaudio* at gus? 7451.1Shayaaudio* at guspnp? 7461.1Shayaaudio* at pas? 7471.1Shayaaudio* at sb? 7481.1Shayaaudio* at sp? 7491.1Shayaaudio* at sv? 7501.16Sjhawkaudio* at uaudio? 7511.1Shayaaudio* at wss? 7521.1Shayaaudio* at ym? 7531.1Shaya 7541.16Sjhawk# MPU 401 UARTs 7551.16Sjhawk#mpu* at isa? port 0x330 irq 9 # MPU401 or compatible card 7561.16Sjhawkmpu* at eso? 7571.16Sjhawkmpu* at fms? 7581.16Sjhawkmpu* at sb? 7591.16Sjhawkmpu* at ym? 7601.16Sjhawk 7611.1Shaya# MIDI support 7621.16Sjhawk#midi* at cms? # Creative Music System 7631.16Sjhawkmidi* at eap? # 137[01] MIDI port 7641.16Sjhawkmidi* at mpu? # MPU 401 7651.16Sjhawkmidi* at opl? # OPL FM synth 7661.1Shayamidi* at pcppi? # MIDI interface to the PC speaker 7671.16Sjhawkmidi* at sb? # SB1 MIDI port 7681.1Shaya 7691.1Shaya# The spkr driver provides a simple tone interface to the built in speaker. 7701.1Shaya#spkr0 at pcppi? # PC speaker 7711.1Shaya 7721.1Shaya 7731.16Sjhawk# TV cards 7741.16Sjhawk 7751.16Sjhawk# Brooktree 848/849/878/879 based TV cards 7761.16Sjhawkbktr* at pci? dev ? function ? 7771.16Sjhawk 7781.16Sjhawk 7791.1Shaya# Mice 7801.1Shaya 7811.1Shaya# ISA busmice 7821.16Sjhawklms0 at isa? port 0x23c irq 5 # Logitech bus mouse 7831.16Sjhawklms1 at isa? port 0x238 irq 5 7841.16Sjhawkmms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 7851.16Sjhawkmms1 at isa? port 0x238 irq 5 7861.16Sjhawkwsmouse* at lms? mux 0 7871.16Sjhawkwsmouse* at mms? mux 0 7881.1Shaya# backwards compatible versions 7891.16Sjhawk#olms0 at isa? port 0x23c irq 5 # Logitech bus mouse 7901.16Sjhawk#olms1 at isa? port 0x238 irq 5 7911.16Sjhawk#omms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 7921.16Sjhawk#omms1 at isa? port 0x238 irq 5 7931.1Shaya#opms0 at pc? irq 12 # PS/2 auxiliary port mouse 7941.1Shaya 7951.1Shaya 7961.1Shaya# Joysticks 7971.1Shaya 7981.1Shaya# ISA Plug-and-Play joysticks 7991.1Shayajoy* at isapnp? # Game ports (usually on audio cards) 8001.1Shaya 8011.16Sjhawk# PCI joysticks 8021.16Sjhawkjoy* at pci? # Game ports (usually on audio cards) 8031.16Sjhawk 8041.1Shaya# ISA joysticks. Probe is a little strange; add only if you have one. 8051.1Shaya#joy0 at isa? port 0x201 8061.1Shaya 8071.1Shaya 8081.1Shaya# Miscellaneous Devices 8091.1Shaya 8101.1Shaya# Planetconnect Satellite receiver driver. 8111.1Shaya#satlink0 at isa? port 0x300 drq 1 8121.1Shaya 8131.1Shaya 8141.1Shaya# Pull in optional local configuration 8151.1Shayainclude "arch/i386/conf/GENERIC.local" 8161.1Shaya 8171.1Shaya 8181.1Shaya# Pseudo-Devices 8191.1Shaya 8201.1Shaya# disk/mass storage pseudo-devices 8211.1Shayapseudo-device ccd 4 # concatenated/striped disk devices 8221.1Shaya#pseudo-device raid 4 # RAIDframe disk driver 8231.16Sjhawk#options RAID_AUTOCONFIG # auto-configuration of RAID components 8241.1Shayapseudo-device md 1 # memory disk device (ramdisk) 8251.1Shayapseudo-device vnd 4 # disk-like interface to files 8261.1Shaya 8271.1Shaya# network pseudo-devices 8281.1Shayapseudo-device bpfilter 8 # Berkeley packet filter 8291.1Shayapseudo-device ipfilter # IP filter (firewall) and NAT 8301.1Shayapseudo-device loop # network loopback 8311.1Shayapseudo-device ppp 2 # Point-to-Point Protocol 8321.1Shayapseudo-device sl 2 # Serial Line IP 8331.1Shayapseudo-device strip 2 # Starmode Radio IP (Metricom) 8341.1Shayapseudo-device tun 2 # network tunneling over tty 8351.1Shayapseudo-device gre 2 # generic L3 over IP tunnel 8361.1Shayapseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) 8371.16Sjhawkpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 8381.16Sjhawk#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 8391.16Sjhawk#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 8401.1Shaya 8411.1Shaya# miscellaneous pseudo-devices 8421.1Shayapseudo-device pty 64 # pseudo-terminals 8431.1Shayapseudo-device tb 1 # tablet line discipline 8441.1Shayapseudo-device sequencer 1 # MIDI sequencer 8451.1Shaya# rnd works; RND_COM does not on port i386 yet. 8461.1Shayapseudo-device rnd # /dev/random and in-kernel generator 8471.1Shaya#options RND_COM # use "com" randomness as well (BROKEN) 8481.1Shaya 8491.1Shaya# a pseudo device needed for Coda # also needs CODA (above) 8501.1Shayapseudo-device vcoda 4 # coda minicache <-> venus comm. 8511.16Sjhawk 8521.16Sjhawk# mouse & keyboard multiplexor pseudo-devices 8531.16Sjhawkpseudo-device wsmux 2 854