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