CARDBUS revision 1.22
11.22Sitohy# $NetBSD: CARDBUS,v 1.22 2000/08/21 07:39:42 itohy 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.16Sjhawk 851.1Shaya# File systems 861.1Shayafile-system FFS # UFS 871.1Shayafile-system EXT2FS # second extended file system (linux) 881.1Shayafile-system LFS # log-structured file system 891.1Shayafile-system MFS # memory file system 901.1Shayafile-system NFS # Network File System client 911.16Sjhawkfile-system NTFS # Windows/NT file system (experimental) 921.1Shayafile-system CD9660 # ISO 9660 + Rock Ridge file system 931.1Shayafile-system MSDOSFS # MS-DOS file system 941.1Shayafile-system FDESC # /dev/fd 951.1Shayafile-system KERNFS # /kern 961.1Shayafile-system NULLFS # loopback file system 971.16Sjhawkfile-system OVERLAY # overlay file system 981.1Shayafile-system PORTAL # portal filesystem (still experimental) 991.1Shayafile-system PROCFS # /proc 1001.1Shayafile-system UMAPFS # NULLFS + uid and gid remapping 1011.1Shayafile-system UNION # union file system 1021.1Shayafile-system CODA # Coda File System; also needs vcoda (below) 1031.1Shaya 1041.1Shaya# File system options 1051.1Shayaoptions QUOTA # UFS quotas 1061.16Sjhawk#options FFS_EI # FFS Endian Independent support 1071.16Sjhawkoptions SOFTDEP # FFS soft updates support. 1081.1Shayaoptions NFSSERVER # Network File System server 1091.1Shaya#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1101.1Shaya # immutable) behave as system flags. 1111.1Shaya 1121.1Shaya# Networking options 1131.1Shaya#options GATEWAY # packet forwarding 1141.1Shayaoptions INET # IP + ICMP + TCP + UDP 1151.16Sjhawkoptions INET6 # IPV6 1161.16Sjhawk#options IPSEC # IP security 1171.16Sjhawk#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 1181.16Sjhawk#options IPSEC_DEBUG # debug for IP security 1191.1Shaya#options MROUTING # IP multicast routing 1201.1Shayaoptions NS # XNS 1211.1Shaya#options NSIP # XNS tunneling over IP 1221.1Shayaoptions ISO,TPIP # OSI 1231.15Ssommerfe#options EON # OSI tunneling over IP 1241.1Shayaoptions CCITT,LLC,HDLC # X.25 1251.1Shayaoptions NETATALK # AppleTalk networking protocols 1261.16Sjhawkoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1271.16Sjhawkoptions PPP_DEFLATE # Deflate compression support for PPP 1281.16Sjhawkoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1291.16Sjhawkoptions PFIL_HOOKS # pfil(9) packet filter hooks 1301.16Sjhawkoptions IPFILTER_LOG # ipmon(8) log support 1311.1Shaya 1321.1Shaya# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 1331.1Shaya#options TCP_COMPAT_42 1341.1Shaya 1351.1Shaya# These options enable verbose messages for several subsystems. 1361.1Shaya# Warning, these may compile large string tables into the kernel! 1371.1Shayaoptions EISAVERBOSE # verbose EISA device autoconfig messages 1381.16Sjhawkoptions MIIVERBOSE # verbose PHY autoconfig messages 1391.1Shayaoptions PCIVERBOSE # verbose PCI device autoconfig messages 1401.12Scgd#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1411.1Shaya#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 1421.1Shayaoptions SCSIVERBOSE # human readable SCSI error messages 1431.1Shayaoptions USBVERBOSE # verbose USB device autoconfig messages 1441.16Sjhawk#options PNPBIOSVERBOSE # verbose PnP BIOS messages 1451.22Sitohy#options PNPBIOSDEBUG # more fulsome Pnp BIOS debugging messages 1461.16Sjhawkoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 1471.1Shaya 1481.1Shaya# 1491.1Shaya# wscons options 1501.1Shaya# 1511.1Shaya# builtin terminal emulations 1521.1Shaya#options WSEMUL_SUN # sun terminal emulation 1531.1Shayaoptions WSEMUL_VT100 # VT100 / VT220 emulation 1541.1Shaya# different kernel output - see dev/wscons/wsdisplayvar.h 1551.1Shayaoptions WS_KERNEL_FG=WSCOL_GREEN 1561.1Shaya#options WS_KERNEL_BG=WSCOL_BLACK 1571.1Shaya# compatibility to other console drivers 1581.1Shayaoptions WSDISPLAY_COMPAT_PCVT # emulate some ioctls 1591.1Shayaoptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 1601.1Shayaoptions WSDISPLAY_COMPAT_USL # VT handling 1611.1Shayaoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1621.1Shaya# see dev/pckbc/wskbdmap_mfii.c for implemented layouts 1631.1Shaya#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 1641.1Shaya# allocate a number of virtual screens at autoconfiguration time 1651.1Shaya#options WSDISPLAY_DEFAULTSCREENS=4 1661.16Sjhawk# use a large software cursor that doesn't blink 1671.16Sjhawkoptions PCDISPLAY_SOFTCURSOR 1681.1Shaya 1691.1Shaya# Kernel root file system and dump configuration. 1701.1Shayaconfig netbsd root on ? type ? 1711.1Shaya#config netbsd root on sd0a type ffs 1721.1Shaya#config netbsd root on ? type nfs 1731.1Shaya 1741.1Shaya# 1751.1Shaya# Device configuration 1761.1Shaya# 1771.1Shaya 1781.1Shayamainbus0 at root 1791.1Shaya 1801.1Shaya#apm0 at mainbus0 # Advanced power management 1811.1Shaya 1821.16Sjhawk# Tuning for power management, see apm(4) for more details. 1831.16Sjhawk#options APM_NO_IDLE # Don't call BIOS CPU idle function 1841.16Sjhawk#options APM_V10_ONLY # Use only the APM 1.0 calls 1851.16Sjhawk#options APM_NO_POWEROFF # Don't power off on halt(8) 1861.16Sjhawk#options APM_POWER_PRINT # Print stats on the console 1871.16Sjhawk#options APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts 1881.16Sjhawk 1891.1Shaya 1901.1Shaya# Basic Bus Support 1911.1Shaya 1921.16Sjhawk# Plug-and-Play BIOS and attached devices 1931.16Sjhawk 1941.16Sjhawk#pnpbios* at mainbus? 1951.16Sjhawk 1961.16Sjhawk# mainboard audio chips 1971.16Sjhawk#ess* at pnpbios? index ? # ESS AudioDrive 1981.16Sjhawk#sb* at pnpbios? index ? # NeoMagic 256AV in sb mode 1991.16Sjhawk#wss* at pnpbios? index ? # NeoMagic 256AV in wss mode 2001.16Sjhawk#ym* at pnpbios? index ? # OPL3-SA3 2011.16Sjhawk 2021.16Sjhawk# com port 2031.16Sjhawk# If enabled, consider changing "com0", "com1", and "com2" under "ISA Serial 2041.16Sjhawk# Interfaces" to "com*", otherwise com2 will attach at pnpbios? and there 2051.16Sjhawk# will be no com0. A side effect is pcmcia (and other) com? previously 2061.16Sjhawk# starting at com3 may attach as com1 or com2. 2071.16Sjhawk#com* at pnpbios? index ? # serial ports 2081.16Sjhawk 2091.16Sjhawk# parallel port 2101.16Sjhawk# The above "com*" comments apply, cf. "lpt0" under "ISA parallel 2111.16Sjhawk# "printer interfaces". 2121.16Sjhawk#lpt* at pnpbios? index ? # parallel ports 2131.16Sjhawk 2141.16Sjhawk#pckbc* at pnpbios? index ? # PC keyboard/mouse controller 2151.16Sjhawk#fdc* at pnpbios? index ? # floppy controller 2161.16Sjhawk 2171.16Sjhawk# IDE controller on Toshiba Portege 3000 series (crippled PCI device) 2181.16Sjhawk#pciide* at pnpbios? index ? 2191.16Sjhawk 2201.1Shaya# PCI bus support 2211.1Shayapci* at mainbus? bus ? 2221.1Shayapci* at pchb? bus ? 2231.1Shayapci* at ppb? bus ? 2241.1Shaya 2251.16Sjhawk# Configure PCI using BIOS information 2261.16Sjhawk#options PCIBIOS # PCI BIOS support 2271.16Sjhawk#options PCIBIOSVERBOSE # PCI BIOS verbose info 2281.20Ssoda#options PCIBIOS_ADDR_FIXUP # fixup PCI I/O addresses 2291.20Ssoda#options PCIBIOS_BUS_FIXUP # fixup PCI bus numbering 2301.16Sjhawk#options PCIBIOS_INTR_FIXUP # fixup PCI interrupt routing 2311.18Ssoda#options PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11 2321.20Ssoda#options PCIBIOS_INTR_GUESS # see pcibios(4) 2331.16Sjhawk#options PCIINTR_DEBUG # super-verbose PCI interrupt fixup 2341.16Sjhawk 2351.1Shaya# PCI bridges 2361.1Shayapchb* at pci? dev ? function ? # PCI-Host bridges 2371.1Shayapceb* at pci? dev ? function ? # PCI-EISA bridges 2381.1Shayapcib* at pci? dev ? function ? # PCI-ISA bridges 2391.1Shayappb* at pci? dev ? function ? # PCI-PCI bridges 2401.1Shaya# XXX 'puc's aren't really bridges, but there's no better place for them here 2411.1Shayapuc* at pci? dev ? function ? # PCI "universal" comm. cards 2421.1Shaya 2431.1Shaya# EISA bus support 2441.1Shayaeisa* at mainbus? 2451.1Shayaeisa* at pceb? 2461.1Shaya 2471.1Shaya# ISA bus support 2481.1Shayaisa* at mainbus? 2491.1Shayaisa* at pceb? 2501.1Shayaisa* at pcib? 2511.1Shaya 2521.1Shaya# PCMCIA bus support 2531.1Shayapcmcia* at pcic? controller ? socket ? 2541.1Shayapcmcia* at tcic? controller ? socket ? 2551.1Shaya 2561.1Shaya# ISA PCMCIA controllers 2571.16Sjhawkpcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 2581.16Sjhawkpcic1 at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000 2591.16Sjhawktcic0 at isa? port 0x240 iomem 0xd0000 iosiz 0x10000 2601.1Shaya 2611.1Shaya# PCI PCMCIA controllers 2621.1Shayapcic0 at pci? dev? function ? 2631.1Shaya 2641.1Shaya# ISA Plug-and-Play bus support 2651.1Shayaisapnp0 at isa? 2661.1Shaya 2671.1Shaya# ISA Plug-and-Play PCMCIA controllers 2681.1Shayapcic* at isapnp? 2691.1Shaya 2701.16Sjhawk# CardBus bridge support 2711.16Sjhawkcbb* at pci? dev ? function ? 2721.16Sjhawkcardslot* at cbb? 2731.16Sjhawk 2741.1Shaya# CardBus bus support 2751.1Shayacardbus* at cardslot? 2761.1Shayapcmcia* at cardslot? 2771.1Shaya 2781.1Shaya# Coprocessor Support 2791.1Shaya 2801.1Shaya# Math Coprocessor support 2811.1Shayanpx0 at isa? port 0xf0 irq 13 # x86 math coprocessor 2821.1Shaya 2831.1Shaya 2841.1Shaya# Console Devices 2851.1Shaya 2861.14Smycroft# ISA console 2871.1Shaya#pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver 2881.1Shaya# Keyboard layout configuration for pccons 2891.1Shaya#options FRENCH_KBD 2901.1Shaya#options FINNISH_KBD 2911.1Shaya#options GERMAN_KBD 2921.1Shaya#options NORWEGIAN_KBD 2931.16Sjhawk# pccons-specific options: 2941.16Sjhawk#options XSERVER_DDB # PF12 gets you into DDB when X is running 2951.16Sjhawk#options XSERVER # X server support 2961.16Sjhawk 2971.1Shaya 2981.1Shaya# wscons 2991.16Sjhawkpckbc0 at isa? # pc keyboard controller 3001.16Sjhawkpckbd* at pckbc? # PC keyboard 3011.1Shaya# "opms" should not be enabled together with "pms" or "pmsi" 3021.16Sjhawkpms* at pckbc? # PS/2 mouse for wsmouse 3031.16Sjhawkpmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse 3041.16Sjhawk#opms* at pckbc? # backwards compatible PS/2 mouse 3051.1Shayavga0 at isa? 3061.16Sjhawkvga* at pci? dev ? function ? 3071.1Shayapcdisplay0 at isa? # CGA, MDA, EGA, HGA 3081.1Shayawsdisplay* at vga? console ? 3091.1Shayawsdisplay* at pcdisplay? console ? 3101.16Sjhawkwskbd* at pckbd? console ? 3111.16Sjhawkwsmouse* at pms? mux 0 3121.16Sjhawkwsmouse* at pmsi? mux 0 3131.1Shaya 3141.16Sjhawkpcppi0 at isa? 3151.1Shayasysbeep0 at pcppi? 3161.1Shaya 3171.1Shaya# Serial Devices 3181.1Shaya 3191.1Shaya# PCI serial interfaces 3201.8Ssorencom* at puc? port ? # 16x50s on "universal" comm boards 3211.1Shayacy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 3221.16Sjhawkcz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 3231.1Shaya 3241.1Shaya# ISA Plug-and-Play serial interfaces 3251.1Shayacom* at isapnp? # Modems and serial boards 3261.1Shaya 3271.1Shaya# PCMCIA serial interfaces 3281.1Shayacom* at pcmcia? function ? # Modems and serial cards 3291.1Shaya 3301.1Shayapcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 3311.1Shayacom* at pcmcom? slave ? # ...and the slave devices 3321.13Sjoda 3331.13Sjoda# CardBus serial interfaces 3341.13Sjodacom* at cardbus? dev ? function ? # Modems and serial cards 3351.1Shaya 3361.1Shaya# ISA serial interfaces 3371.1Shaya#options COM_HAYESP # adds Hayes ESP serial board support 3381.1Shayacom0 at isa? port 0x3f8 irq 4 # Standard PC serial ports 3391.1Shayacom1 at isa? port 0x2f8 irq 3 3401.1Shayacom2 at isa? port 0x3e8 irq 5 3411.1Shaya#com3 at isa? port 0x2e8 irq 9 3421.1Shaya#ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards 3431.1Shaya#com* at ast? slave ? 3441.1Shaya#boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards 3451.16Sjhawk#boca0 at isa? port 0x100 irq 5 # BOCA 16-port serial cards (BB2016) 3461.16Sjhawk#boca1 at isa? port 0x140 irq 5 # this line is also needed for BB2016 3471.1Shaya#com* at boca? slave ? 3481.1Shaya#tcom0 at isa? port 0x100 irq 7 # TC-800 8-port serial cards 3491.1Shaya#com* at tcom? slave ? 3501.1Shaya#rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards 3511.1Shaya#com* at rtfps? slave ? 3521.1Shaya#cy0 at isa? iomem 0xd4000 irq 12 # Cyclades serial cards 3531.16Sjhawk#addcom0 at isa? port 0x108 irq 5 # Addonics FlexPort 8S 3541.16Sjhawk#com* at addcom? slave ? 3551.1Shaya 3561.1Shaya 3571.1Shaya# Parallel Printer Interfaces 3581.1Shaya 3591.1Shaya# PCI parallel printer interfaces 3601.1Shayalpt* at puc? port ? # || ports on "universal" comm boards 3611.1Shaya 3621.1Shaya# ISA parallel printer interfaces 3631.1Shayalpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 3641.1Shayalpt1 at isa? port 0x278 3651.1Shayalpt2 at isa? port 0x3bc 3661.1Shaya 3671.16Sjhawk# Hardware monitors 3681.16Sjhawk 3691.16Sjhawk# LM7[89] and compatible hardware monitors 3701.16Sjhawk#lm0 at isa? port 0x290 # other common ports: 0x280, 0x310 3711.16Sjhawk 3721.16Sjhawk# VIA VT82C686A hardware monitor 3731.16Sjhawk#viapm* at pci? dev ? function ? 3741.16Sjhawk#viaenv* at viapm? 3751.16Sjhawk 3761.1Shaya 3771.1Shaya# SCSI Controllers and Devices 3781.1Shaya 3791.1Shaya# PCI SCSI controllers 3801.1Shayaadv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 3811.16Sjhawkadw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 3821.1Shayaahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 3831.1Shayabha* at pci? dev ? function ? # BusLogic 9xx SCSI 3841.16Sjhawkdpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 3851.1Shayaisp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 3861.16Sjhawk#ncr* at pci? dev ? function ? # NCR 53c8xx SCSI (old driver) 3871.16Sjhawksiop* at pci? dev ? function ? # Symbios 53c8xx SCSI 3881.1Shayapcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 3891.1Shaya 3901.1Shaya# EISA SCSI controllers 3911.1Shayaahb* at eisa? slot ? # Adaptec 174[02] SCSI 3921.1Shayaahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 3931.1Shayabha* at eisa? slot ? # BusLogic 7xx SCSI 3941.16Sjhawkdpt* at eisa? slot ? # DPT EATA SCSI 3951.1Shayauha* at eisa? slot ? # UltraStor 24f SCSI 3961.1Shaya 3971.1Shaya# PCMCIA SCSI controllers 3981.1Shayaaic* at pcmcia? function ? # Adaptec APA-1460 SCSI 3991.16Sjhawkesp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 4001.1Shaya 4011.1Shaya# ISA Plug-and-Play SCSI controllers 4021.1Shayaaha* at isapnp? # Adaptec AHA-154[02 4031.1Shayaaic* at isapnp? # Adaptec AHA-1520B 4041.1Shaya 4051.1Shaya# ISA SCSI controllers 4061.16Sjhawkadv0 at isa? port ? irq ? drq ? # AdvanSys APB-514[02] 4071.1Shayaaha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 4081.1Shayaaha1 at isa? port 0x334 irq ? drq ? 4091.1Shayaahc0 at isa? port ? irq ? # Adaptec 284x SCSI 4101.1Shayaaic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI 4111.1Shayabha0 at isa? port 0x330 irq ? drq ? # BusLogic [457]4X SCSI 4121.1Shayabha1 at isa? port 0x334 irq ? drq ? 4131.16Sjhawk# The "nca" and "dpt" probes might give false hits or hang your machine. 4141.16Sjhawk#dpt0 at isa? port 0x170 irq ? drq ? # DPT SmartCache/SmartRAID 4151.22Sitohy#nca0 at isa? port 0x360 irq 15 # Port-mapped NCR 53C80 controller 4161.16Sjhawk#nca1 at isa? iomem 0xd8000 irq 5 # Memory-mapped controller (T128, etc.) 4171.1Shayasea0 at isa? iomem 0xc8000 irq 5 # Seagate/Future Domain SCSI 4181.1Shayauha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI 4191.1Shayauha1 at isa? port 0x340 irq ? drq ? 4201.1Shayawds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers 4211.1Shayawds1 at isa? port 0x358 irq 11 drq 5 4221.1Shaya 4231.16Sjhawk# CardBus SCSI cards 4241.16Sjhawkahc* at cardbus? dev ? function ? # Adaptec ADP-1480 4251.16Sjhawk 4261.1Shaya# SCSI bus support 4271.1Shayascsibus* at adv? 4281.1Shayascsibus* at adw? 4291.1Shayascsibus* at aha? 4301.1Shayascsibus* at ahb? 4311.1Shayascsibus* at ahc? 4321.1Shayascsibus* at aic? 4331.1Shayascsibus* at bha? 4341.16Sjhawkscsibus* at dpt? 4351.16Sjhawkscsibus* at esp? 4361.1Shayascsibus* at isp? 4371.16Sjhawk#scsibus* at nca? 4381.16Sjhawk#scsibus* at ncr? 4391.1Shayascsibus* at pcscp? 4401.1Shayascsibus* at sea? 4411.16Sjhawkscsibus* at siop? 4421.1Shayascsibus* at uha? 4431.1Shayascsibus* at wds? 4441.1Shaya 4451.1Shaya# SCSI devices 4461.1Shayasd* at scsibus? target ? lun ? # SCSI disk drives 4471.1Shayast* at scsibus? target ? lun ? # SCSI tape drives 4481.1Shayacd* at scsibus? target ? lun ? # SCSI CD-ROM drives 4491.1Shayach* at scsibus? target ? lun ? # SCSI autochangers 4501.16Sjhawkses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 4511.1Shayass* at scsibus? target ? lun ? # SCSI scanners 4521.1Shayauk* at scsibus? target ? lun ? # SCSI unknown 4531.1Shaya 4541.16Sjhawk# RAID controllers and devices 4551.16Sjhawkcac* at pci? dev ? function ? # Compaq array controller 4561.16Sjhawkca* at cac? unit ? # Compaq array disk device 4571.16Sjhawk 4581.1Shaya 4591.1Shaya# IDE and related devices 4601.1Shaya# PCI IDE controllers - see pciide(4) for supported hardware. 4611.1Shaya# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 4621.1Shaya# how to set up DMA modes for this chip. This may work, or may cause 4631.1Shaya# a machine hang with some controllers. 4641.16Sjhawkpciide* at pci? dev ? function ? flags 0x0000 4651.1Shaya 4661.1Shaya# ISA Plug-and-Play IDE controllers 4671.1Shayawdc* at isapnp? 4681.1Shaya 4691.1Shaya# PCMCIA IDE controllers 4701.1Shayawdc* at pcmcia? function ? 4711.1Shaya 4721.1Shaya# ISA ST506, ESDI, and IDE controllers 4731.16Sjhawk# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will 4741.16Sjhawk# fall back to 16bits I/O if 32bits I/O are not functional). 4751.16Sjhawk# Some controllers pass the initial 32bit test, but will fail later. 4761.16Sjhawkwdc0 at isa? port 0x1f0 irq 14 flags 0x00 4771.16Sjhawkwdc1 at isa? port 0x170 irq 15 flags 0x00 4781.1Shaya 4791.1Shaya# IDE drives 4801.1Shaya# Flags are used only with controllers that support DMA operations 4811.1Shaya# and mode settings (e.g. some pciide controllers) 4821.1Shaya# The lowest order four bits (rightmost digit) of the flags define the PIO 4831.1Shaya# mode to use, the next set of four bits the DMA mode and the third set the 4841.1Shaya# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 4851.1Shaya# to use, and the last bit must be 1 for this setting to be used. 4861.1Shaya# For DMA and UDMA, 0xf (1111) means 'disable'. 4871.1Shaya# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 4881.1Shaya# (0xc=1100, 0xa=1010, 0xf=1111) 4891.1Shaya# 0x0000 means "use whatever the drive claims to support". 4901.1Shayawd* at wdc? channel ? drive ? flags 0x0000 4911.1Shayawd* at pciide? channel ? drive ? flags 0x0000 4921.1Shaya 4931.1Shaya# ATAPI bus support 4941.1Shayaatapibus* at wdc? channel ? 4951.1Shayaatapibus* at pciide? channel ? 4961.1Shaya 4971.1Shaya# ATAPI devices 4981.1Shaya# flags have the same meaning as for IDE drives. 4991.1Shayacd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 5001.1Shayasd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 5011.1Shayauk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 5021.1Shaya 5031.1Shaya 5041.1Shaya# Miscellaneous mass storage devices 5051.1Shaya 5061.1Shaya# ISA floppy 5071.1Shayafdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 5081.1Shaya#fdc1 at isa? port 0x370 irq ? drq ? 5091.1Shayafd* at fdc? drive ? # the drives themselves 5101.1Shaya# some machines need you to do this instead of fd* 5111.1Shaya#fd0 at fdc0 drive 0 5121.1Shaya 5131.1Shaya# ISA CD-ROM devices 5141.1Shaya#mcd0 at isa? port 0x300 irq 10 # Mitsumi CD-ROM drives 5151.1Shaya 5161.1Shaya# ISA tape devices 5171.1Shaya# note: the wt driver conflicts unpleasantly with SMC boards at the 5181.1Shaya# same I/O address. The probe reprograms their EEPROMs. Don't 5191.1Shaya# uncomment it unless you are actually using it. 5201.1Shaya#wt0 at isa? port 0x308 irq 5 drq 1 # Archive and Wangtek QIC tape drives 5211.1Shaya 5221.1Shaya 5231.1Shaya# Network Interfaces 5241.1Shaya 5251.1Shaya# PCI network interfaces 5261.1Shayade* at pci? dev ? function ? # DEC 21x4x-based Ethernet 5271.1Shayaen* at pci? dev ? function ? # ENI/Adaptec ATM 5281.1Shayaep* at pci? dev ? function ? # 3Com 3c59x 5291.1Shayaex* at pci? dev ? function ? # 3Com 90x[B] 5301.1Shayaepic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 5311.1Shayaesh* at pci? dev ? function ? # Essential HIPPI card 5321.1Shayafpa* at pci? dev ? function ? # DEC DEFPA FDDI 5331.1Shayafxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 5341.1Shayale* at pci? dev ? function ? # PCnet-PCI Ethernet 5351.16Sjhawklmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 5361.1Shayane* at pci? dev ? function ? # NE2000-compatible Ethernet 5371.16Sjhawkntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 5381.16Sjhawkrtk* at pci? dev ? function ? # Realtek 8129/8139 5391.16Sjhawksip* at pci? dev ? function ? # SiS 900 Ethernet 5401.16Sjhawkti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 5411.1Shayatl* at pci? dev ? function ? # ThunderLAN-based Ethernet 5421.16Sjhawktlp* at pci? dev ? function ? # DECchip 21x4x (and clones) Ethernet 5431.16Sjhawk#options TLP_MATCH_21040 5441.16Sjhawk#options TLP_MATCH_21041 5451.16Sjhawk#options TLP_MATCH_21140 5461.16Sjhawk#options TLP_MATCH_21142 5471.1Shayavr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 5481.1Shaya 5491.1Shaya# EISA network interfaces 5501.1Shayaep* at eisa? slot ? # 3Com 3c579 Ethernet 5511.1Shayafea* at eisa? slot ? # DEC DEFEA FDDI 5521.16Sjhawktlp* at eisa? slot ? # DEC DE-425 Ethernet 5531.1Shaya 5541.1Shaya# ISA Plug-and-Play network interfaces 5551.1Shayaep* at isapnp? # 3Com 3c509 Ethernet 5561.1Shayane* at isapnp? # NE2000-compatible Ethernet 5571.1Shayatr* at isapnp? # IBM/3COM TROPIC Token-Ring 5581.1Shaya 5591.1Shaya# PCMCIA network interfaces 5601.16Sjhawkawi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 5611.16Sjhawkcnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 5621.1Shayaep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 5631.1Shayambe* at pcmcia? function ? # MB8696x based Ethernet 5641.1Shayane* at pcmcia? function ? # NE2000-compatible Ethernet 5651.16Sjhawkray* at pcmcia? function ? # Raytheon Raylink (802.11) 5661.1Shayasm* at pcmcia? function ? # Megahertz Ethernet 5671.16Sjhawkwi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 5681.16Sjhawkxi* at pcmcia? function ? # Xircom CreditCard Ethernet 5691.16Sjhawk 5701.16Sjhawkmhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 5711.16Sjhawkcom* at mhzc? 5721.16Sjhawksm* at mhzc? 5731.1Shaya 5741.1Shaya# ISA network interfaces 5751.1Shayaate0 at isa? port 0x2a0 irq ? # AT1700 5761.1Shayacs0 at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet 5771.1Shayaec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 5781.1Shayaeg0 at isa? port 0x280 irq 9 # 3C505 ethernet cards 5791.1Shayael0 at isa? port 0x300 irq 9 # 3C501 ethernet cards 5801.16Sjhawkep* at isa? port ? irq ? # 3C509 ethernet cards 5811.1Shayaef0 at isa? port 0x360 iomem 0xd0000 irq 7 # 3C507 5821.1Shayaai0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN 5831.1Shayafmv0 at isa? port 0x2a0 irq ? # FMV-180 series 5841.1Shayaix0 at isa? port 0x300 irq 10 # EtherExpress/16 5851.1Shayaiy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA 5861.1Shayalc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 5871.1Shaya#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA 5881.1Shaya#le* at depca? 5891.1Shayanele0 at isa? port 0x320 irq 9 drq 7 # NE2100 5901.1Shayale* at nele? 5911.16Sjhawk#ntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1 # Riscom/N2 sync serial 5921.1Shayabicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan 5931.1Shayale* at bicc? 5941.1Shayane0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards 5951.1Shayane1 at isa? port 0x300 irq 10 5961.1Shayasm0 at isa? port 0x300 irq 10 # SMC91C9x Ethernet 5971.1Shayatr0 at isa? port 0xa20 iomem 0xd8000 irq ? # IBM TROPIC based Token-Ring 5981.1Shayatr1 at isa? port 0xa24 iomem 0xd0000 irq ? # IBM TROPIC based Token-Ring 5991.1Shayatr* at isa? port ? irq ? # 3COM TROPIC based Token-Ring 6001.1Shayawe0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 6011.1Shayawe1 at isa? port 0x300 iomem 0xcc000 irq 10 6021.1Shaya 6031.4Sjoda# CardBus network cards 6041.5Saugustssex* at cardbus? dev ? function ? # 3Com 3C575TX 6051.5Saugustssfxp* at cardbus? dev ? function ? # Intel i8255x 6061.16Sjhawkrtk* at cardbus? dev ? function ? # Realtek 8129/8139 6071.7Sthorpejtlp* at cardbus? dev ? function ? # DECchip 21143 6081.10Sthorpej 6091.1Shaya# MII/PHY support 6101.16Sjhawkdmphy* at mii? phy ? # Davicom DM9101 PHYs 6111.1Shayaexphy* at mii? phy ? # 3Com internal PHYs 6121.1Shayaicsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 6131.1Shayainphy* at mii? phy ? # Intel 82555 PHYs 6141.16Sjhawkiophy* at mii? phy ? # Intel 82553 PHYs 6151.1Shayalxtphy* at mii? phy ? # Level One LXT-970 PHYs 6161.1Shayansphy* at mii? phy ? # NS83840 PHYs 6171.7Sthorpejnsphyter* at mii? phy ? # NS83843 PHYs 6181.1Shayaqsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 6191.1Shayasqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 6201.1Shayatlphy* at mii? phy ? # ThunderLAN PHYs 6211.16Sjhawktqphy* at mii? phy ? # TDK Semiconductor PHYs 6221.1Shayaukphy* at mii? phy ? # generic unknown PHYs 6231.1Shaya 6241.16Sjhawk 6251.1Shaya# USB Controller and Devices 6261.1Shaya 6271.1Shaya# PCI USB controllers 6281.16Sjhawkohci* at pci? dev ? function ? # Open Host Controller 6291.16Sjhawkuhci* at pci? dev ? function ? # Universal Host Controller (Intel) 6301.2Saugustss 6311.2Saugustss# CardBus USB controllers 6321.5Saugustssohci* at cardbus? dev ? function ? # Open Host Controller 6331.1Shaya 6341.1Shaya# USB bus support 6351.16Sjhawkusb* at ohci? 6361.1Shayausb* at uhci? 6371.1Shaya 6381.1Shaya# USB Hubs 6391.1Shayauhub* at usb? 6401.1Shayauhub* at uhub? port ? configuration ? interface ? 6411.1Shaya 6421.1Shaya# USB Mice 6431.1Shayaums* at uhub? port ? configuration ? interface ? 6441.16Sjhawkwsmouse* at ums? mux 0 6451.1Shaya 6461.1Shaya# USB Keyboards 6471.1Shayaukbd* at uhub? port ? configuration ? interface ? 6481.16Sjhawkwskbd* at ukbd? console ? mux 1 6491.1Shaya 6501.1Shaya# USB Generic HID devices 6511.1Shayauhid* at uhub? port ? configuration ? interface ? 6521.1Shaya 6531.1Shaya# USB Printer 6541.1Shayaulpt* at uhub? port ? configuration ? interface ? 6551.9Saugustss 6561.16Sjhawk# USB Modem 6571.16Sjhawkumodem* at uhub? port ? configuration ? 6581.16Sjhawkucom* at umodem? 6591.16Sjhawk 6601.16Sjhawk# USB Mass Storage 6611.16Sjhawkumass* at uhub? port ? configuration ? interface ? 6621.16Sjhawkatapibus* at umass? channel ? 6631.16Sjhawkscsibus* at umass? channel ? 6641.16Sjhawk 6651.16Sjhawk# USB audio 6661.16Sjhawkuaudio* at uhub? port ? configuration ? 6671.16Sjhawk 6681.9Saugustss# USB Ethernet adapters 6691.9Saugustssaue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 6701.9Saugustsscue* at uhub? port ? # CATC USB-EL1201A based adapters 6711.9Saugustsskue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 6721.1Shaya 6731.16Sjhawk# Prolofic PL2301/PL2302 host-to-host adapter 6741.16Sjhawkupl* at uhub? port ? 6751.16Sjhawk 6761.16Sjhawk# Serial adapters 6771.16Sjhawk# FTDI FT8U100AX serial adapter 6781.16Sjhawk#uftdi* at uhub? port ? 6791.16Sjhawk#ucom* at uftdi? portno ? 6801.16Sjhawk 6811.16Sjhawk# Diamond Multimedia Rio 500 6821.16Sjhawkurio* at uhub? port ? 6831.16Sjhawk 6841.16Sjhawk# USB Handspring Visor 6851.16Sjhawkuvisor* at uhub? port ? 6861.16Sjhawkucom* at uvisor? 6871.16Sjhawk 6881.1Shaya# USB Generic driver 6891.16Sjhawkugen* at uhub? port ? 6901.16Sjhawk 6911.1Shaya 6921.1Shaya# Audio Devices 6931.1Shaya 6941.1Shaya# PCI audio devices 6951.16Sjhawkauvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio 6961.16Sjhawkclcs* at pci? dev ? function ? # Cirrus Logic CS4280 6971.16Sjhawkcmpci* at pci? dev ? function ? # C-Media CMI8338/8738 6981.1Shayaeap* at pci? dev ? function ? # Ensoniq AudioPCI 6991.16Sjhawkeso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 7001.16Sjhawkfms* at pci? dev ? function ? # Forte Media FM801 7011.1Shayasv* at pci? dev ? function ? # S3 SonicVibes 7021.1Shaya 7031.1Shaya# ISA Plug-and-Play audio devices 7041.1Shayaess* at isapnp? # ESS Tech ES1887, ES1888, ES888 audio 7051.1Shayaguspnp* at isapnp? # Gravis Ultra Sound PnP audio 7061.1Shayasb* at isapnp? # SoundBlaster-compatible audio 7071.1Shayawss* at isapnp? # Windows Sound System 7081.1Shayaym* at isapnp? # Yamaha OPL3-SA3 audio 7091.1Shaya 7101.1Shaya# ISA audio devices 7111.1Shaya# the "aria" probe might give false hits 7121.1Shaya#aria0 at isa? port 0x290 irq 10 # Aria 7131.16Sjhawk#ess0 at isa? port 0x220 irq 5 drq 1 drq2 5 # ESS 18XX 7141.1Shayagus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound 7151.1Shayapas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum 7161.1Shayapss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System 7171.1Shayasp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver 7181.1Shayasb0 at isa? port 0x220 irq 5 drq 1 drq2 5 # SoundBlaster 7191.1Shayawss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System 7201.1Shaya 7211.16Sjhawk#cms0 at isa? port 0x220 # Creative Music System 7221.16Sjhawk 7231.16Sjhawk# OPL[23] FM synthesizers 7241.1Shaya#opl0 at isa? port 0x388 # use only if not attached to sound card 7251.16Sjhawkopl* at eso? 7261.1Shayaopl* at ess? 7271.16Sjhawkopl* at fms? 7281.1Shayaopl* at sb? 7291.1Shayaopl* at sv? 7301.16Sjhawkopl* at wss? 7311.16Sjhawkopl* at ym? 7321.1Shaya 7331.1Shaya# Audio support 7341.1Shaya#audio* at aria? 7351.16Sjhawkaudio* at auvia? 7361.16Sjhawkaudio* at clcs? 7371.16Sjhawkaudio* at cmpci? 7381.1Shayaaudio* at eap? 7391.16Sjhawkaudio* at eso? 7401.1Shayaaudio* at ess? 7411.16Sjhawkaudio* at fms? 7421.1Shayaaudio* at gus? 7431.1Shayaaudio* at guspnp? 7441.1Shayaaudio* at pas? 7451.1Shayaaudio* at sb? 7461.1Shayaaudio* at sp? 7471.1Shayaaudio* at sv? 7481.16Sjhawkaudio* at uaudio? 7491.1Shayaaudio* at wss? 7501.1Shayaaudio* at ym? 7511.1Shaya 7521.16Sjhawk# MPU 401 UARTs 7531.16Sjhawk#mpu* at isa? port 0x330 irq 9 # MPU401 or compatible card 7541.16Sjhawkmpu* at eso? 7551.16Sjhawkmpu* at fms? 7561.16Sjhawkmpu* at sb? 7571.16Sjhawkmpu* at ym? 7581.16Sjhawk 7591.1Shaya# MIDI support 7601.16Sjhawk#midi* at cms? # Creative Music System 7611.16Sjhawkmidi* at eap? # 137[01] MIDI port 7621.16Sjhawkmidi* at mpu? # MPU 401 7631.16Sjhawkmidi* at opl? # OPL FM synth 7641.1Shayamidi* at pcppi? # MIDI interface to the PC speaker 7651.16Sjhawkmidi* at sb? # SB1 MIDI port 7661.1Shaya 7671.1Shaya# The spkr driver provides a simple tone interface to the built in speaker. 7681.1Shaya#spkr0 at pcppi? # PC speaker 7691.1Shaya 7701.1Shaya 7711.16Sjhawk# TV cards 7721.16Sjhawk 7731.16Sjhawk# Brooktree 848/849/878/879 based TV cards 7741.16Sjhawkbktr* at pci? dev ? function ? 7751.16Sjhawk 7761.16Sjhawk 7771.1Shaya# Mice 7781.1Shaya 7791.1Shaya# ISA busmice 7801.16Sjhawklms0 at isa? port 0x23c irq 5 # Logitech bus mouse 7811.16Sjhawklms1 at isa? port 0x238 irq 5 7821.16Sjhawkmms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 7831.16Sjhawkmms1 at isa? port 0x238 irq 5 7841.16Sjhawkwsmouse* at lms? mux 0 7851.16Sjhawkwsmouse* at mms? mux 0 7861.1Shaya# backwards compatible versions 7871.16Sjhawk#olms0 at isa? port 0x23c irq 5 # Logitech bus mouse 7881.16Sjhawk#olms1 at isa? port 0x238 irq 5 7891.16Sjhawk#omms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 7901.16Sjhawk#omms1 at isa? port 0x238 irq 5 7911.1Shaya#opms0 at pc? irq 12 # PS/2 auxiliary port mouse 7921.1Shaya 7931.1Shaya 7941.1Shaya# Joysticks 7951.1Shaya 7961.1Shaya# ISA Plug-and-Play joysticks 7971.1Shayajoy* at isapnp? # Game ports (usually on audio cards) 7981.1Shaya 7991.16Sjhawk# PCI joysticks 8001.16Sjhawkjoy* at pci? # Game ports (usually on audio cards) 8011.16Sjhawk 8021.1Shaya# ISA joysticks. Probe is a little strange; add only if you have one. 8031.1Shaya#joy0 at isa? port 0x201 8041.1Shaya 8051.1Shaya 8061.1Shaya# Miscellaneous Devices 8071.1Shaya 8081.1Shaya# Planetconnect Satellite receiver driver. 8091.1Shaya#satlink0 at isa? port 0x300 drq 1 8101.1Shaya 8111.1Shaya 8121.1Shaya# Pull in optional local configuration 8131.1Shayainclude "arch/i386/conf/GENERIC.local" 8141.1Shaya 8151.1Shaya 8161.1Shaya# Pseudo-Devices 8171.1Shaya 8181.1Shaya# disk/mass storage pseudo-devices 8191.1Shayapseudo-device ccd 4 # concatenated/striped disk devices 8201.1Shaya#pseudo-device raid 4 # RAIDframe disk driver 8211.16Sjhawk#options RAID_AUTOCONFIG # auto-configuration of RAID components 8221.1Shayapseudo-device md 1 # memory disk device (ramdisk) 8231.1Shayapseudo-device vnd 4 # disk-like interface to files 8241.1Shaya 8251.1Shaya# network pseudo-devices 8261.1Shayapseudo-device bpfilter 8 # Berkeley packet filter 8271.1Shayapseudo-device ipfilter # IP filter (firewall) and NAT 8281.1Shayapseudo-device loop # network loopback 8291.1Shayapseudo-device ppp 2 # Point-to-Point Protocol 8301.1Shayapseudo-device sl 2 # Serial Line IP 8311.1Shayapseudo-device strip 2 # Starmode Radio IP (Metricom) 8321.1Shayapseudo-device tun 2 # network tunneling over tty 8331.1Shayapseudo-device gre 2 # generic L3 over IP tunnel 8341.1Shayapseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) 8351.16Sjhawkpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 8361.16Sjhawk#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 8371.16Sjhawk#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 8381.1Shaya 8391.1Shaya# miscellaneous pseudo-devices 8401.1Shayapseudo-device pty 64 # pseudo-terminals 8411.1Shayapseudo-device tb 1 # tablet line discipline 8421.1Shayapseudo-device sequencer 1 # MIDI sequencer 8431.1Shaya# rnd works; RND_COM does not on port i386 yet. 8441.1Shayapseudo-device rnd # /dev/random and in-kernel generator 8451.1Shaya#options RND_COM # use "com" randomness as well (BROKEN) 8461.1Shaya 8471.1Shaya# a pseudo device needed for Coda # also needs CODA (above) 8481.1Shayapseudo-device vcoda 4 # coda minicache <-> venus comm. 8491.16Sjhawk 8501.16Sjhawk# mouse & keyboard multiplexor pseudo-devices 8511.16Sjhawkpseudo-device wsmux 2 852