GENERIC revision 1.338
11.338Sthorpej#	$NetBSD: GENERIC,v 1.338 2000/05/17 18:08:50 thorpej Exp $
21.1Smycroft#
31.1Smycroft#	GENERIC -- everything that's currently supported
41.1Smycroft#
51.1Smycroft
61.61Sfvdlinclude "arch/i386/conf/std.i386"
71.293Shubertf
81.338Sthorpej#ident 		"GENERIC-$Revision: 1.338 $"
91.14Scgd
101.110Sthorpejmaxusers	32		# estimated number of users
111.150Sthorpej
121.110Sthorpej# CPU support.  At least one is REQUIRED.
131.110Sthorpejoptions 	I386_CPU
141.82Smellonoptions 	I486_CPU
151.82Smellonoptions 	I586_CPU
161.154Senamioptions 	I686_CPU
171.110Sthorpej
181.110Sthorpej# CPU-related options.
191.82Smellonoptions 	MATH_EMULATE	# floating point emulation
201.102Smycroft#options 	VM86		# virtual 8086 emulation
211.102Smycroftoptions 	USER_LDT	# user-settable LDT; used by WINE
221.112Sperry# eliminate delay no-ops in I/O; recommended on all but very old machines
231.112Sperry#options 	DUMMY_NOPS
241.191Sbouyer
251.197Slukem# delay between "rebooting ..." message and hardware reset, in milliseconds
261.191Sbouyer#options 	CPURESET_DELAY=2000
271.110Sthorpej
281.110Sthorpej# This option allows you to force a serial console at the specified
291.121Sdrochner# I/O address.   see console(4) for details.
301.175Srvb#options 	"CONSDEVNAME=\"com\"",CONADDR=0x2f8,CONSPEED=57600
311.175Srvb#	you don't want the option below ON iff you are using the
321.184Sdrochner#	serial console option of the new boot strap code.
331.302Sitojun#options 	CONS_OVERRIDE	# Always use above! independent of boot info
341.32Sthorpej
351.101Smycroft# The following options override the memory sizes passed in from the boot
361.101Smycroft# block.  Use them *only* if the boot block is unable to determine the correct
371.111Sperry# values.  Note that the BIOS may *correctly* report less than 640k of base
381.101Smycroft# memory if the extended BIOS data area is located at the top of base memory
391.101Smycroft# (as is the case on most recent systems).
401.185Smycroft#options 	REALBASEMEM=639		# size of base memory (in KB)
411.185Smycroft#options 	REALEXTMEM=15360	# size of extended memory (in KB)
421.1Smycroft
431.110Sthorpej# Standard system options
441.110Sthorpej
451.110Sthorpejoptions 	UCONSOLE	# users can use TIOCCONS (for xconsole)
461.110Sthorpejoptions 	INSECURE	# disable kernel security levels
471.1Smycroft
481.82Smellonoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
491.216Scjsoptions 	NTP		# NTP phase/frequency locked loop
501.1Smycroft
511.98Smikeloptions 	KTRACE		# system call tracing via ktrace(1)
521.1Smycroft
531.82Smellonoptions 	SYSVMSG		# System V-like message queues
541.82Smellonoptions 	SYSVSEM		# System V-like semaphores
551.82Smellonoptions 	SYSVSHM		# System V-like memory sharing
561.82Smellon#options 	SHMMAXPGS=1024	# 1024 pages is the default
571.82Smellon
581.110Sthorpejoptions 	LKM		# loadable kernel modules
591.110Sthorpej
601.110Sthorpej# Diagnostic/debugging support options
611.110Sthorpejoptions 	DIAGNOSTIC	# cheap kernel consistency checks
621.110Sthorpej#options 	DEBUG		# expensive debugging checks/support
631.127Stv#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
641.110Sthorpejoptions 	DDB		# in-kernel debugger
651.122Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
661.110Sthorpej#options 	KGDB		# remote debugger
671.110Sthorpej#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
681.110Sthorpej#makeoptions	DEBUG="-g"	# compile full symbol table
691.110Sthorpej
701.116Smikel# Compatibility options
711.82Smellonoptions 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
721.82Smellonoptions 	COMPAT_09	# NetBSD 0.9,
731.82Smellonoptions 	COMPAT_10	# NetBSD 1.0,
741.82Smellonoptions 	COMPAT_11	# NetBSD 1.1,
751.55Smycroftoptions 	COMPAT_12	# NetBSD 1.2,
761.125Skleinkoptions 	COMPAT_13	# NetBSD 1.3,
771.245Saugustssoptions 	COMPAT_14	# NetBSD 1.4,
781.82Smellonoptions 	COMPAT_43	# and 4.3BSD
791.139Smycroftoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
801.1Smycroft
811.82Smellonoptions 	COMPAT_SVR4	# binary compatibility with SVR4
821.82Smellonoptions 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
831.82Smellonoptions 	COMPAT_LINUX	# binary compatibility with Linux
841.82Smellonoptions 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
851.240Sfvdl
861.240Sfvdloptions 	COMPAT_AOUT	# binary compat for NetBSD a.out binaries
871.1Smycroft
881.110Sthorpej# File systems
891.71Sthorpejfile-system 	FFS		# UFS
901.80Sperryfile-system 	EXT2FS		# second extended file system (linux)
911.71Sthorpejfile-system 	LFS		# log-structured file system
921.71Sthorpejfile-system 	MFS		# memory file system
931.71Sthorpejfile-system 	NFS		# Network File System client
941.251Sjdolecekfile-system 	NTFS		# Windows/NT file system (experimental)
951.71Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
961.71Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
971.71Sthorpejfile-system 	FDESC		# /dev/fd
981.71Sthorpejfile-system 	KERNFS		# /kern
991.71Sthorpejfile-system 	NULLFS		# loopback file system
1001.292Swrstudenfile-system 	OVERLAY		# overlay file system
1011.71Sthorpejfile-system 	PORTAL		# portal filesystem (still experimental)
1021.71Sthorpejfile-system 	PROCFS		# /proc
1031.71Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1041.71Sthorpejfile-system 	UNION		# union file system
1051.187Srvbfile-system	CODA		# Coda File System; also needs vcoda (below)
1061.71Sthorpej
1071.110Sthorpej# File system options
1081.82Smellonoptions 	QUOTA		# UFS quotas
1091.261Sitohy#options 	FFS_EI		# FFS Endian Independent support
1101.276Sfvdl#options 	SOFTDEP         # FFS soft updates support.
1111.82Smellonoptions 	NFSSERVER	# Network File System server
1121.81Sveego#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1131.80Sperry				# immutable) behave as system flags.
1141.116Smikel
1151.274Sperry# Pull in config fragments for kernel crypto.  This is required for
1161.274Sperry# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
1171.274Sperry# one of these, based on whether you use crypto-us or crypto-intl, and
1181.274Sperry# adjust the prefixes as necessary.
1191.273Sperry
1201.273Sperry#prefix ../crypto-us/sys
1211.273Sperry#cinclude "conf/files.crypto-us"
1221.273Sperry#prefix
1231.273Sperry
1241.273Sperry#prefix ../crypto-intl/sys
1251.273Sperry#cinclude "conf/files.crypto-intl"
1261.273Sperry#prefix
1271.273Sperry
1281.110Sthorpej# Networking options
1291.82Smellon#options 	GATEWAY		# packet forwarding
1301.82Smellonoptions 	INET		# IP + ICMP + TCP + UDP
1311.273Sperryoptions 	INET6		# IPV6
1321.273Sperry#options 	IPSEC		# IP security
1331.273Sperry#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1341.273Sperry#options 	IPSEC_DEBUG	# debug for IP security
1351.82Smellon#options 	MROUTING	# IP multicast routing
1361.82Smellonoptions 	NS		# XNS
1371.82Smellon#options 	NSIP		# XNS tunneling over IP
1381.82Smellonoptions 	ISO,TPIP	# OSI
1391.82Smellonoptions 	EON		# OSI tunneling over IP
1401.82Smellonoptions 	CCITT,LLC,HDLC	# X.25
1411.110Sthorpejoptions 	NETATALK	# AppleTalk networking protocols
1421.242Schristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1431.242Schristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1441.242Schristosoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1451.242Schristosoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1461.242Schristosoptions 	IPFILTER_LOG	# ipmon(8) log support
1471.1Smycroft
1481.116Smikel# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
1491.110Sthorpej#options 	TCP_COMPAT_42
1501.1Smycroft
1511.112Sperry# These options enable verbose messages for several subsystems.
1521.112Sperry# Warning, these may compile large string tables into the kernel!
1531.112Sperryoptions 	EISAVERBOSE	# verbose EISA device autoconfig messages
1541.335Saugustssoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1551.112Sperryoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1561.315Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1571.110Sthorpej#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1581.112Sperryoptions 	SCSIVERBOSE	# human readable SCSI error messages
1591.162Saugustssoptions 	USBVERBOSE	# verbose USB device autoconfig messages
1601.275Sdrochner#options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
1611.128Sdrochner
1621.271Smycroftoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1631.110Sthorpej
1641.221Sdrochner#
1651.217Sdrochner# wscons options
1661.221Sdrochner#
1671.221Sdrochner# builtin terminal emulations
1681.217Sdrochner#options 	WSEMUL_SUN		# sun terminal emulation
1691.217Sdrochneroptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1701.217Sdrochner# different kernel output - see dev/wscons/wsdisplayvar.h
1711.217Sdrochneroptions 	WS_KERNEL_FG=WSCOL_GREEN
1721.230Sdrochner#options 	WS_KERNEL_BG=WSCOL_BLACK
1731.221Sdrochner# compatibility to other console drivers
1741.217Sdrochneroptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1751.217Sdrochneroptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1761.217Sdrochneroptions 	WSDISPLAY_COMPAT_USL		# VT handling
1771.218Scjsoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1781.217Sdrochner# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
1791.217Sdrochner#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1801.221Sdrochner# allocate a number of virtual screens at autoconfiguration time
1811.221Sdrochner#options 	WSDISPLAY_DEFAULTSCREENS=4
1821.258Sad# use a large software cursor that doesn't blink
1831.265Sitojunoptions 	PCDISPLAY_SOFTCURSOR
1841.217Sdrochner
1851.110Sthorpej# Kernel root file system and dump configuration.
1861.110Sthorpejconfig		netbsd	root on ? type ?
1871.110Sthorpej#config		netbsd	root on sd0a type ffs
1881.110Sthorpej#config		netbsd	root on ? type nfs
1891.110Sthorpej
1901.110Sthorpej#
1911.110Sthorpej# Device configuration
1921.110Sthorpej#
1931.63Sthorpej
1941.31Scgdmainbus0 at root
1951.31Scgd
1961.110Sthorpej#apm0	at mainbus0			# Advanced power management
1971.272Shubertf
1981.272Shubertf# Tuning for power management, see apm(4) for more details.
1991.272Shubertf#options 	APM_NO_IDLE		# Don't call BIOS CPU idle function
2001.272Shubertf#options 	APM_V10_ONLY		# Use only the APM 1.0 calls
2011.272Shubertf#options 	APM_NO_POWEROFF		# Don't power off on halt(8)
2021.306Smycroft#options 	APM_POWER_PRINT		# Don't print stats on the console
2031.307Sitojun#options 	APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts
2041.1Smycroft
2051.112Sperry
2061.112Sperry# Basic Bus Support
2071.112Sperry
2081.110Sthorpej# PCI bus support
2091.110Sthorpejpci*	at mainbus? bus ?
2101.110Sthorpejpci*	at pchb? bus ?
2111.30Scgdpci*	at ppb? bus ?
2121.304Saugustss
2131.304Saugustss# Configure PCI using BIOS information
2141.304Saugustss#options 	PCIBIOS			# PCI BIOS support
2151.304Saugustss#options 	PCIBIOSVERBOSE		# PCI BIOS verbose info
2161.304Saugustss#options 	PCIBIOS_INTR_FIXUP	# fixup PCI interrupt routing
2171.329Such#options 	PCIBIOS_IRQS_HINT="0x0a00"	# PCI interrupts hint. IRQ 9 or 11
2181.309Shubertf#options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
2191.304Saugustss#options 	PCIBIOS_BUS_FIXUP	# fixup PCI bus numbering
2201.329Such#options 	PCIBIOS_ADDR_FIXUP	# fixup PCI I/O address
2211.110Sthorpej
2221.112Sperry# PCI bridges
2231.63Sthorpejpchb*	at pci? dev ? function ?	# PCI-Host bridges
2241.135Sthorpejpceb*	at pci? dev ? function ?	# PCI-EISA bridges
2251.63Sthorpejpcib*	at pci? dev ? function ?	# PCI-ISA bridges
2261.110Sthorpejppb*	at pci? dev ? function ?	# PCI-PCI bridges
2271.160Scgd# XXX 'puc's aren't really bridges, but there's no better place for them here
2281.160Scgdpuc*	at pci? dev ? function ?	# PCI "universal" comm. cards
2291.110Sthorpej
2301.110Sthorpej# EISA bus support
2311.110Sthorpejeisa*	at mainbus?
2321.135Sthorpejeisa*	at pceb?
2331.110Sthorpej
2341.110Sthorpej# ISA bus support
2351.110Sthorpejisa*	at mainbus?
2361.135Sthorpejisa*	at pceb?
2371.110Sthorpejisa*	at pcib?
2381.63Sthorpej
2391.112Sperry# PCMCIA bus support
2401.112Sperrypcmcia*	at pcic? controller ? socket ?
2411.223Sbadpcmcia*	at tcic? controller ? socket ?
2421.112Sperry
2431.112Sperry# ISA PCMCIA controllers
2441.296Saugustsspcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
2451.296Saugustsspcic1	at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
2461.296Saugustsstcic0	at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
2471.211Snathanw
2481.211Snathanw# PCI PCMCIA controllers
2491.211Snathanwpcic0	at pci? dev? function ?
2501.112Sperry
2511.112Sperry# ISA Plug-and-Play bus support
2521.112Sperryisapnp0	at isa?
2531.112Sperry
2541.156Ssommerfe# ISA Plug-and-Play PCMCIA controllers
2551.156Ssommerfepcic*	at isapnp?
2561.112Sperry
2571.297Saugustss# CardBus bus support
2581.298Saugustss#cbb*		at pci? dev ? function ?
2591.298Saugustss#cardslot*	at cbb?	
2601.297Saugustss
2611.298Saugustss#cardbus*	at cardslot?
2621.298Saugustss#pcmcia* 	at cardslot?
2631.297Saugustss
2641.112Sperry# Coprocessor Support
2651.112Sperry
2661.112Sperry# Math Coprocessor support
2671.112Sperrynpx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
2681.112Sperry
2691.112Sperry
2701.112Sperry# Console Devices
2711.112Sperry
2721.112Sperry# ISA console.  You can only configure one of these!
2731.217Sdrochner#pc0	at isa? port 0x60 irq 1		# pccons generic PC console driver
2741.112Sperry#vt0	at isa? port 0x60 irq 1		# PCVT console driver
2751.165Sbouyer# Keyboard layout configuration for pccons
2761.167Sbouyer#options 	FRENCH_KBD
2771.166Sbouyer#options 	FINNISH_KBD
2781.167Sbouyer#options 	GERMAN_KBD
2791.168Sperry#options 	NORWEGIAN_KBD
2801.337Sjhawk# pccons-specific option:
2811.337Sjhawk#options 	XSERVER_DDB	# PF12 gets you into DDB when X is running
2821.337Sjhawk# pccons/pcvt -specific option:
2831.337Sjhawk#options 	XSERVER		# X server support
2841.337Sjhawk
2851.110Sthorpej
2861.217Sdrochner# wscons
2871.238Stronpckbc0		at isa?			# pc keyboard controller
2881.238Stronpckbd*		at pckbc?		# PC keyboard
2891.217Sdrochner# "opms" should not be enabled together with "pms" or "pmsi"
2901.243Stronpms*		at pckbc?		# PS/2 mouse for wsmouse
2911.253Saugustsspmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
2921.243Stron#opms*		at pckbc?		# backwards compatible PS/2 mouse
2931.217Sdrochnervga0		at isa?
2941.311Saugustssvga*		at pci? dev ? function ?
2951.217Sdrochnerpcdisplay0	at isa?			# CGA, MDA, EGA, HGA
2961.217Sdrochnerwsdisplay*	at vga? console ?
2971.217Sdrochnerwsdisplay*	at pcdisplay? console ?
2981.238Stronwskbd* 		at pckbd? console ?
2991.246Saugustsswsmouse*	at pms? mux 0
3001.246Saugustsswsmouse*	at pmsi? mux 0
3011.217Sdrochner
3021.311Saugustsspcppi0		at isa?
3031.146Sdrochnersysbeep0	at pcppi?
3041.110Sthorpej
3051.112Sperry# Serial Devices
3061.63Sthorpej
3071.112Sperry# PCI serial interfaces
3081.282Ssorencom*	at puc? port ?			# 16x50s on "universal" comm boards
3091.112Sperrycy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
3101.338Sthorpejcz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
3111.30Scgd
3121.112Sperry# ISA Plug-and-Play serial interfaces
3131.112Sperrycom*	at isapnp?			# Modems and serial boards
3141.1Smycroft
3151.112Sperry# PCMCIA serial interfaces
3161.112Sperrycom*	at pcmcia? function ?		# Modems and serial cards
3171.188Sthorpej
3181.188Sthorpejpcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
3191.188Sthorpejcom*	at pcmcom? slave ?		# ...and the slave devices
3201.323Sjoda
3211.323Sjoda# CardBus serial interfaces
3221.323Sjoda#com*	at cardbus? function ?		# Modems and serial cards
3231.1Smycroft
3241.110Sthorpej# ISA serial interfaces
3251.89Sperry#options 	COM_HAYESP		# adds Hayes ESP serial board support
3261.112Sperrycom0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
3271.2Smycroftcom1	at isa? port 0x2f8 irq 3
3281.2Smycroftcom2	at isa? port 0x3e8 irq 5
3291.2Smycroft#com3	at isa? port 0x2e8 irq 9
3301.8Smycroft#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
3311.34Scgd#com*	at ast? slave ?
3321.8Smycroft#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
3331.284Sitojun#boca0	at isa? port 0x100 irq 5	# BOCA 16-port serial cards (BB2016)
3341.284Sitojun#boca1	at isa? port 0x140 irq 5	# this line is also needed for BB2016
3351.8Smycroft#com*	at boca? slave ?
3361.210Schristos#tcom0	at isa? port 0x100 irq 7	# TC-800 8-port serial cards
3371.210Schristos#com*	at tcom? slave ?
3381.1Smycroft#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
3391.1Smycroft#com*	at rtfps? slave ?
3401.58Schristos#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
3411.328Sexplorer#addcom0 at isa? port 0x108 irq 5	# Addonics FlexPort 8S
3421.328Sexplorer#com*	at addcom? slave ?
3431.1Smycroft
3441.112Sperry# Parallel Printer Interfaces
3451.160Scgd
3461.160Scgd# PCI parallel printer interfaces
3471.160Scgdlpt*	at puc? port ?			# || ports on "universal" comm boards
3481.110Sthorpej
3491.112Sperry# ISA parallel printer interfaces
3501.110Sthorpejlpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
3511.110Sthorpejlpt1	at isa? port 0x278
3521.110Sthorpejlpt2	at isa? port 0x3bc
3531.1Smycroft
3541.308Sgroo# LM7[89] and compatible hardware monitors
3551.310Sgroo#lm0	at isa?	port 0x290		# other common ports: 0x280, 0x310
3561.336Sjoda
3571.336Sjoda# VIA VT82C686A hardware monitor
3581.338Sthorpejviapm*	at pci? dev ? function ?
3591.338Sthorpejviaenv*	at viapm?
3601.40Sperry
3611.112Sperry# SCSI Controllers and Devices
3621.68Schristos
3631.112Sperry# PCI SCSI controllers
3641.186Sdanteadv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
3651.330Sdanteadw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
3661.112Sperryahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
3671.112Sperrybha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
3681.259Saddpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
3691.112Sperryisp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
3701.112Sperryncr*	at pci? dev ? function ?	# NCR 53c8xx SCSI
3711.338Sthorpejsiop*	at pci? dev ? function ?	# Symbios Logic 53c8xx SCSI
3721.212Sthorpejpcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
3731.110Sthorpej
3741.112Sperry# EISA SCSI controllers
3751.112Sperryahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
3761.112Sperryahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
3771.112Sperrybha*	at eisa? slot ?			# BusLogic 7xx SCSI
3781.263Saddpt*	at eisa? slot ?			# DPT EATA SCSI
3791.112Sperryuha*	at eisa? slot ?			# UltraStor 24f SCSI
3801.105Sthorpej
3811.112Sperry# PCMCIA SCSI controllers
3821.110Sthorpejaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
3831.313Smycroftesp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
3841.145Senami
3851.145Senami# ISA Plug-and-Play SCSI controllers
3861.205Schristosaha*	at isapnp? 			# Adaptec AHA-154[02
3871.145Senamiaic*	at isapnp?			# Adaptec AHA-1520B
3881.110Sthorpej
3891.112Sperry# ISA SCSI controllers
3901.236Sdanteadv0	at isa? port ? irq ? drq ?	# AdvanSys APB-514[02]
3911.112Sperryaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
3921.112Sperryaha1	at isa? port 0x334 irq ? drq ?
3931.112Sperryahc0	at isa? port ? irq ?		# Adaptec 284x SCSI
3941.112Sperryaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
3951.116Smikelbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
3961.112Sperrybha1	at isa? port 0x334 irq ? drq ?
3971.301Sad# The "nca" and "dpt" probes might give false hits or hang your machine.
3981.301Sad#dpt0	at isa? port 0x170 irq ? drq ?	# DPT SmartCache/SmartRAID
3991.262Sdrochner#nca0	at isa? port 0x360 irq 15	# Port-mapped NCR 53C80 contoller
4001.262Sdrochner#nca1	at isa? iomem 0xd8000 irq 5	# Memory-mapped controller (T128, etc.)
4011.112Sperrysea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
4021.112Sperryuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
4031.129Sdrochneruha1	at isa? port 0x340 irq ? drq ?
4041.112Sperrywds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
4051.112Sperrywds1	at isa? port 0x358 irq 11 drq 5
4061.110Sthorpej
4071.297Saugustss# CardBus SCSI cards
4081.298Saugustss#ahc*	at cardbus? dev ? function ?	# Adaptec ADP-1480
4091.297Saugustss
4101.110Sthorpej# SCSI bus support
4111.179Sdantescsibus* at adv?
4121.186Sdantescsibus* at adw?
4131.110Sthorpejscsibus* at aha?
4141.110Sthorpejscsibus* at ahb?
4151.110Sthorpejscsibus* at ahc?
4161.110Sthorpejscsibus* at aic?
4171.110Sthorpejscsibus* at bha?
4181.259Sadscsibus* at dpt?
4191.314Smycroftscsibus* at esp?
4201.110Sthorpejscsibus* at isp?
4211.264Sdrochner#scsibus* at nca?
4221.110Sthorpejscsibus* at ncr?
4231.212Sthorpejscsibus* at pcscp?
4241.110Sthorpejscsibus* at sea?
4251.110Sthorpejscsibus* at uha?
4261.110Sthorpejscsibus* at wds?
4271.110Sthorpej
4281.110Sthorpej# SCSI devices
4291.110Sthorpejsd*	at scsibus? target ? lun ?	# SCSI disk drives
4301.110Sthorpejst*	at scsibus? target ? lun ?	# SCSI tape drives
4311.110Sthorpejcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
4321.110Sthorpejch*	at scsibus? target ? lun ?	# SCSI autochangers
4331.110Sthorpejss*	at scsibus? target ? lun ?	# SCSI scanners
4341.110Sthorpejuk*	at scsibus? target ? lun ?	# SCSI unknown
4351.110Sthorpej
4361.312Sad# RAID controllers and devices
4371.312Sadcac*	at pci? dev ? function ?	# Compaq array controller
4381.312Sadca*	at cac? unit ?			# Compaq array disk device
4391.112Sperry
4401.220Sabs# IDE and related devices
4411.228Skleink# PCI IDE controllers - see pciide(4) for supported hardware.
4421.194Sbouyer# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
4431.194Sbouyer# how to set up DMA modes for this chip. This may work, or may cause
4441.194Sbouyer# a machine hang with some controllers.
4451.311Saugustsspciide* at pci? dev ? function ? flags 0x0000
4461.132Smycroft
4471.132Smycroft# ISA Plug-and-Play IDE controllers
4481.192Sbouyerwdc*	at isapnp? 
4491.131Smycroft
4501.131Smycroft# PCMCIA IDE controllers
4511.190Senamiwdc*	at pcmcia? function ?
4521.112Sperry
4531.189Sbouyer# ISA ST506, ESDI, and IDE controllers
4541.235Sbouyer# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
4551.261Sitohy# fall back to 16bits I/O if 32bits I/O are not functional).
4561.235Sbouyer# Some controllers pass the initial 32bit test, but will fail later.
4571.235Sbouyerwdc0	at isa? port 0x1f0 irq 14 flags 0x00
4581.235Sbouyerwdc1	at isa? port 0x170 irq 15 flags 0x00
4591.112Sperry
4601.220Sabs# IDE drives
4611.220Sabs# Flags are used only with controllers that support DMA operations
4621.206Sbouyer# and mode settings (e.g. some pciide controllers)
4631.220Sabs# The lowest order four bits (rightmost digit) of the flags define the PIO
4641.220Sabs# mode to use, the next set of four bits the DMA mode and the third set the
4651.220Sabs# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
4661.220Sabs# to use, and the last bit must be 1 for this setting to be used.
4671.220Sabs# For DMA and UDMA, 0xf (1111) means 'disable'.
4681.220Sabs# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
4691.220Sabs# (0xc=1100, 0xa=1010, 0xf=1111)
4701.220Sabs# 0x0000 means "use whatever the drive claims to support".
4711.206Sbouyerwd*	at wdc? channel ? drive ? flags 0x0000
4721.206Sbouyerwd*	at pciide? channel ? drive ? flags 0x0000
4731.112Sperry
4741.110Sthorpej# ATAPI bus support
4751.189Sbouyeratapibus* at wdc? channel ?
4761.202Sbouyeratapibus* at pciide? channel ?
4771.110Sthorpej
4781.110Sthorpej# ATAPI devices
4791.206Sbouyer# flags have the same meaning as for IDE drives.
4801.206Sbouyercd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
4811.206Sbouyersd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
4821.206Sbouyeruk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
4831.110Sthorpej
4841.112Sperry
4851.112Sperry# Miscellaneous mass storage devices
4861.112Sperry
4871.112Sperry# ISA floppy
4881.112Sperryfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
4891.112Sperry#fdc1	at isa? port 0x370 irq ? drq ?
4901.112Sperryfd*	at fdc? drive ?			# the drives themselves
4911.112Sperry# some machines need you to do this instead of fd*
4921.112Sperry#fd0	at fdc0 drive 0
4931.112Sperry
4941.112Sperry# ISA CD-ROM devices
4951.112Sperry#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
4961.112Sperry
4971.112Sperry# ISA tape devices
4981.157Sbouyer# note: the wt driver conflicts unpleasantly with SMC boards at the
4991.116Smikel# same I/O address. The probe reprograms their EEPROMs. Don't
5001.112Sperry# uncomment it unless you are actually using it.
5011.129Sdrochner#wt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
5021.112Sperry
5031.112Sperry
5041.112Sperry# Network Interfaces
5051.112Sperry
5061.112Sperry# PCI network interfaces
5071.112Sperryde*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
5081.112Sperryen*	at pci? dev ? function ?	# ENI/Adaptec ATM
5091.200Sfvdlep*	at pci? dev ? function ?	# 3Com 3c59x
5101.200Sfvdlex*	at pci? dev ? function ?	# 3Com 90x[B]
5111.150Sthorpejepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
5121.152Smjacobesh*	at pci? dev ? function ?	# Essential HIPPI card
5131.112Sperryfpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
5141.112Sperryfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
5151.112Sperryle*	at pci? dev ? function ?	# PCnet-PCI Ethernet
5161.112Sperryne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
5171.287Schoppsntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
5181.250Sthorpejsip*	at pci? dev ? function ?	# SiS 900 Ethernet
5191.115Sbouyertl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
5201.260Sthorpejtlp*	at pci? dev ? function ?	# DECchip 21x4x (and clones) Ethernet
5211.270Sthorpej#options 	TLP_MATCH_21040
5221.270Sthorpej#options 	TLP_MATCH_21041
5231.270Sthorpej#options 	TLP_MATCH_21140
5241.270Sthorpej#options 	TLP_MATCH_21142
5251.213Ssakamotovr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
5261.225Sexplorerlmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
5271.327Shayartk*	at pci? dev ? function ?	# Realtek 8129/8139
5281.112Sperry
5291.112Sperry# EISA network interfaces
5301.112Sperryep*	at eisa? slot ?			# 3Com 3c579 Ethernet
5311.112Sperryfea*	at eisa? slot ?			# DEC DEFEA FDDI
5321.270Sthorpejtlp*	at eisa? slot ?			# DEC DE-425 Ethernet
5331.112Sperry
5341.112Sperry# ISA Plug-and-Play network interfaces
5351.112Sperryep*	at isapnp?			# 3Com 3c509 Ethernet
5361.112Sperryne*	at isapnp?			# NE2000-compatible Ethernet
5371.222Sbadtr*	at isapnp?			# IBM/3COM TROPIC Token-Ring
5381.112Sperry
5391.112Sperry# PCMCIA network interfaces
5401.316Sonoeawi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
5411.280Sitojuncnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
5421.112Sperryep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
5431.144Senamimbe*	at pcmcia? function ?		# MB8696x based Ethernet
5441.112Sperryne*	at pcmcia? function ?		# NE2000-compatible Ethernet
5451.294Saugustssray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
5461.112Sperrysm*	at pcmcia? function ?		# Megahertz Ethernet
5471.252Sbouyerwi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
5481.288Sjoda#xe*	at pcmcia? function ?		# Xircom PCMCIA cards
5491.260Sthorpej
5501.260Sthorpejmhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
5511.260Sthorpejcom*	at mhzc?
5521.260Sthorpejsm*	at mhzc?
5531.112Sperry
5541.112Sperry# ISA network interfaces
5551.143Senamiate0	at isa? port 0x2a0 irq ?		# AT1700
5561.164Sthorpejcs0	at isa? port 0x300 iomem ? irq ? drq ?	# CS8900 Ethernet
5571.117Sthorpejec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
5581.120Sthorpejeg0	at isa? port 0x280 irq 9		# 3C505 ethernet cards
5591.112Sperryel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
5601.112Sperryep0	at isa? port ? irq ?			# 3C509 ethernet cards
5611.140Spkef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3C507
5621.140Spkai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
5631.143Senamifmv0	at isa? port 0x2a0 irq ?		# FMV-180 series
5641.140Spkix0	at isa? port 0x300 irq 10		# EtherExpress/16
5651.121Sdrochneriy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
5661.123Sthorpejlc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
5671.146Sdrochner#depca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
5681.146Sdrochner#le*	at depca?
5691.147Sdrochnernele0	at isa? port 0x320 irq 9 drq 7		# NE2100
5701.287Schopps#ntwoc0	at isa? port 0x300 irq 5 iomem 0xc8000 flags 1	# Riscom/N2 sync serial
5711.146Sdrochnerle*	at nele?
5721.146Sdrochnerbicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
5731.146Sdrochnerle*	at bicc?
5741.112Sperryne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
5751.112Sperryne1	at isa? port 0x300 irq 10
5761.119Sthorpejsm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
5771.222Sbadtr0	at isa? port 0xa20 iomem 0xd8000 irq ?  # IBM TROPIC based Token-Ring
5781.222Sbadtr1	at isa? port 0xa24 iomem 0xd0000 irq ?  # IBM TROPIC based Token-Ring
5791.222Sbadtr*	at isa? port ? irq ?			# 3COM TROPIC based Token-Ring
5801.118Sthorpejwe0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
5811.118Sthorpejwe1	at isa? port 0x300 iomem 0xcc000 irq 10
5821.112Sperry
5831.297Saugustss# CardBus network cards
5841.298Saugustss#ex*	at cardbus? dev ? function ?	# 3Com 3C575TX
5851.298Saugustss#fxp*	at cardbus? dev ? function ?	# Intel i8255x
5861.298Saugustss#tlp*	at cardbus? dev ? function ?	# DECchip 21143
5871.327Shaya#rtk*	at cardbus? dev ? function ?	# Realtek 8129/8139
5881.297Saugustss
5891.172Sthorpej# MII/PHY support
5901.195Sthorpejexphy*	at mii? phy ?			# 3Com internal PHYs
5911.198Sthorpejicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
5921.172Sthorpejinphy*	at mii? phy ?			# Intel 82555 PHYs
5931.270Sthorpejiophy*	at mii? phy ?			# Intel 82553 PHYs
5941.195Sthorpejlxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
5951.172Sthorpejnsphy*	at mii? phy ?			# NS83840 PHYs
5961.281Sthorpejnsphyter* at mii? phy ?			# NS83843 PHYs
5971.172Sthorpejqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
5981.199Sthorpejsqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
5991.172Sthorpejtlphy*	at mii? phy ?			# ThunderLAN PHYs
6001.270Sthorpejtqphy*	at mii? phy ?			# TDK Semiconductor PHYs
6011.201Sthorpejukphy*	at mii? phy ?			# generic unknown PHYs
6021.112Sperry
6031.162Saugustss# USB Controller and Devices
6041.162Saugustss
6051.162Saugustss# PCI USB controllers
6061.278Saugustssuhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
6071.278Saugustssohci*	at pci?	dev ? function ?	# Open Host Controller
6081.297Saugustss
6091.297Saugustss# CardBus USB controllers
6101.298Saugustss#ohci*	at cardbus? dev ? function ?	# Open Host Controller
6111.162Saugustss
6121.162Saugustss# USB bus support
6131.162Saugustssusb*	at uhci?
6141.162Saugustssusb*	at ohci?
6151.162Saugustss
6161.162Saugustss# USB Hubs
6171.162Saugustssuhub*	at usb?
6181.207Saugustssuhub*	at uhub? port ? configuration ? interface ?
6191.162Saugustss
6201.162Saugustss# USB Mice
6211.207Saugustssums*	at uhub? port ? configuration ? interface ?
6221.246Saugustsswsmouse*	at ums? mux 0
6231.162Saugustss
6241.162Saugustss# USB Keyboards
6251.207Saugustssukbd*	at uhub? port ? configuration ? interface ?
6261.246Saugustsswskbd*	at ukbd? console ? mux 1
6271.162Saugustss
6281.162Saugustss# USB Generic HID devices
6291.207Saugustssuhid*	at uhub? port ? configuration ? interface ?
6301.162Saugustss
6311.162Saugustss# USB Printer
6321.207Saugustssulpt*	at uhub? port ? configuration ? interface ?
6331.162Saugustss
6341.254Saugustss# USB Modem
6351.254Saugustssumodem*	at uhub? port ? configuration ?
6361.295Saugustssucom*	at umodem?
6371.256Sthorpej
6381.256Sthorpej# USB Mass Storage
6391.256Sthorpejumass*	at uhub? port ? configuration ? interface ?
6401.320Saugustssatapibus* at umass? channel ?
6411.256Sthorpejscsibus* at umass? channel ?
6421.254Saugustss
6431.257Saugustss# USB audio
6441.257Saugustssuaudio*	at uhub? port ? configuration ?
6451.257Saugustss
6461.289Saugustss# USB Ethernet adapters
6471.289Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
6481.291Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
6491.290Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
6501.318Saugustss
6511.321Saugustss# Prolofic PL2301/PL2302 host-to-host adapter
6521.321Saugustssupl*	at uhub? port ?
6531.325Saugustss
6541.325Saugustss# Serial adapters
6551.325Saugustss# FTDI FT8U100AX serial adapter
6561.325Saugustss#uftdi*	at uhub? port ?
6571.325Saugustss#ucom*	at uftdi? portno ?
6581.324Saugustss
6591.324Saugustss# Diamond Multimedia Rio 500
6601.324Saugustssurio*	at uhub? port ?
6611.321Saugustss
6621.318Saugustss# USB Handspring Visor
6631.321Saugustssuvisor*	at uhub? port ?
6641.321Saugustssucom*	at uvisor?
6651.289Saugustss
6661.162Saugustss# USB Generic driver
6671.244Saugustssugen*	at uhub? port ?
6681.275Sdrochner
6691.275Sdrochner
6701.275Sdrochner# Plug-and-Play BIOS and attached devices
6711.275Sdrochner
6721.275Sdrochner#pnpbios0 at mainbus0
6731.275Sdrochner
6741.275Sdrochner# mainboard audio chips
6751.300Snathanw#ess*	at pnpbios0 index ?	# ESS AudioDrive
6761.275Sdrochner#sb*	at pnpbios0 index ?	# NeoMagic 256AV in sb mode
6771.275Sdrochner#wss*	at pnpbios0 index ?	# NeoMagic 256AV in wss mode
6781.275Sdrochner#ym*	at pnpbios0 index ?	# OPL3-SA3
6791.275Sdrochner
6801.275Sdrochner# com port
6811.333Sjhawk# If enabled, consider changing "com0", "com1", and "com2" under "ISA Serial
6821.333Sjhawk# Interfaces" to "com*", otherwise com2 will attach at pnpbios0 and there
6831.333Sjhawk# will be no com0.  A side effect is pcmcia (and other) com? previously
6841.333Sjhawk# starting at com3 may attach as com1 or com2.
6851.275Sdrochner#com*	at pnpbios0 index ?
6861.275Sdrochner
6871.275Sdrochner# parallel port
6881.333Sjhawk# The above "com*" comments apply, cf. "lpt0" under "ISA parallel
6891.333Sjhawk# "printer interfaces".
6901.275Sdrochner#lpt*	at pnpbios0 index ?
6911.275Sdrochner
6921.275Sdrochner# IDE controller on Toshiba Portege 3000 series (crippled PCI device)
6931.275Sdrochner#pciide* at pnpbios0 index ?
6941.275Sdrochner
6951.162Saugustss
6961.112Sperry# Audio Devices
6971.112Sperry
6981.148Saugustss# PCI audio devices
6991.319Stsarnaauvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
7001.283Saugustssclcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
7011.331Saugustsscmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
7021.148Saugustsseap*	at pci? dev ? function ?	# Ensoniq AudioPCI
7031.241Skleinkeso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
7041.268Saugustssfms*	at pci? dev ? function ?	# Forte Media FM801
7051.289Saugustss#sbl*	at pci? dev ? function ?	# SoundBlaster Live!
7061.209Saugustsssv*	at pci? dev ? function ?	# S3 SonicVibes
7071.148Saugustss
7081.112Sperry# ISA Plug-and-Play audio devices
7091.173Saugustssess*	at isapnp?			# ESS Tech ES1887, ES1888, ES888 audio
7101.112Sperryguspnp*	at isapnp?			# Gravis Ultra Sound PnP audio
7111.112Sperrysb*	at isapnp?			# SoundBlaster-compatible audio
7121.169Saugustsswss*	at isapnp?			# Windows Sound System
7131.149Saugustssym*	at isapnp?			# Yamaha OPL3-SA3 audio
7141.112Sperry
7151.112Sperry# ISA audio devices
7161.232Sdrochner# the "aria" probe might give false hits
7171.232Sdrochner#aria0	at isa? port 0x290 irq 10 		# Aria
7181.237Saugustss#ess0	at isa? port 0x220 irq 5 drq 1 drq2 5	# ESS 18XX
7191.112Sperrygus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
7201.112Sperrypas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
7211.112Sperrypss0	at isa? port 0x220 irq 7 drq 6  	# Personal Sound System
7221.112Sperrysp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
7231.161Sperrysb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
7241.112Sperrywss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
7251.112Sperry
7261.332Saugustss#cms0	at isa? port 0x220			# Creative Music System
7271.332Saugustss
7281.261Sitohy# OPL[23] FM synthesizers
7291.178Saugustss#opl0	at isa? port 0x388	# use only if not attached to sound card
7301.241Skleinkopl*	at eso?
7311.178Saugustssopl*	at ess?
7321.268Saugustssopl*	at fms?
7331.176Saugustssopl*	at sb?
7341.209Saugustssopl*	at sv?
7351.253Saugustssopl*	at wss?
7361.261Sitohyopl*	at ym?
7371.176Saugustss
7381.112Sperry# Audio support
7391.233Sdrochner#audio*	at aria?
7401.319Stsarnaaudio*	at auvia?
7411.283Saugustssaudio*	at clcs?
7421.331Saugustssaudio*	at cmpci?
7431.155Senamiaudio*	at eap?
7441.241Skleinkaudio*	at eso?
7451.176Saugustssaudio*	at ess?
7461.268Saugustssaudio*	at fms?
7471.112Sperryaudio*	at gus?
7481.112Sperryaudio*	at guspnp?
7491.112Sperryaudio*	at pas?
7501.112Sperryaudio*	at sb?
7511.289Saugustss#audio*	at sbl?
7521.112Sperryaudio*	at sp?
7531.209Saugustssaudio*	at sv?
7541.257Saugustssaudio*	at uaudio?
7551.112Sperryaudio*	at wss?
7561.149Saugustssaudio*	at ym?
7571.112Sperry
7581.249Saugustss# MPU 401 UARTs
7591.249Saugustss#mpu*	at isa? port 0x330 irq 9        # MPU401 or compatible card
7601.249Saugustssmpu*	at eso?
7611.268Saugustssmpu*	at fms?
7621.248Saugustssmpu*	at sb?
7631.261Sitohympu*	at ym?
7641.247Saugustss
7651.170Saugustss# MIDI support
7661.332Saugustss#midi*	at cms?			# Creative Music System
7671.266Saugustssmidi*	at eap?			# 137[01] MIDI port
7681.248Saugustssmidi*	at mpu?			# MPU 401
7691.248Saugustssmidi*	at opl?			# OPL FM synth
7701.173Saugustssmidi*	at pcppi?		# MIDI interface to the PC speaker
7711.248Saugustssmidi*	at sb?			# SB1 MIDI port
7721.170Saugustss
7731.112Sperry# The spkr driver provides a simple tone interface to the built in speaker.
7741.146Sdrochner#spkr0	at pcppi?		# PC speaker
7751.112Sperry
7761.334Swiz# TV cards
7771.334Swiz
7781.334Swiz# Brooktree 848/849/878/879 based TV cards
7791.334Swizbktr* at pci? dev ? function ?
7801.112Sperry
7811.112Sperry# Mice
7821.112Sperry
7831.112Sperry# ISA busmice
7841.243Stronlms0	at isa? port 0x23c irq 5	# Logitech bus mouse
7851.243Stronlms1	at isa? port 0x238 irq 5
7861.243Stronmms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
7871.243Stronmms1	at isa? port 0x238 irq 5
7881.246Saugustsswsmouse*	at lms? mux 0
7891.246Saugustsswsmouse*	at mms? mux 0
7901.217Sdrochner# backwards compatible versions
7911.243Stron#olms0	at isa? port 0x23c irq 5	# Logitech bus mouse
7921.243Stron#olms1	at isa? port 0x238 irq 5
7931.243Stron#omms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
7941.243Stron#omms1	at isa? port 0x238 irq 5
7951.217Sdrochner#opms0	at pc? irq 12		# PS/2 auxiliary port mouse
7961.215Sdrochner#opms0	at vt? irq 12		# PS/2 auxiliary port mouse
7971.112Sperry
7981.112Sperry
7991.112Sperry# Joysticks
8001.112Sperry
8011.112Sperry# ISA Plug-and-Play joysticks
8021.112Sperryjoy*	at isapnp?			# Game ports (usually on audio cards)
8031.317Smartin
8041.317Smartin# PCI joysticks
8051.317Smartinjoy*	at pci?				# Game ports (usually on audio cards)
8061.112Sperry
8071.112Sperry# ISA joysticks. Probe is a little strange; add only if you have one.
8081.112Sperry#joy0	at isa? port 0x201
8091.112Sperry
8101.112Sperry
8111.112Sperry# Miscellaneous Devices
8121.112Sperry
8131.112Sperry# Planetconnect Satellite receiver driver.
8141.112Sperry#satlink0 at isa? port 0x300 drq 1
8151.112Sperry
8161.112Sperry
8171.110Sthorpej# Pull in optional local configuration
8181.57Smycroftinclude	"arch/i386/conf/GENERIC.local"
8191.1Smycroft
8201.112Sperry
8211.112Sperry# Pseudo-Devices
8221.112Sperry
8231.112Sperry# disk/mass storage pseudo-devices
8241.112Sperrypseudo-device	ccd		4	# concatenated/striped disk devices
8251.204Soster#pseudo-device	raid		4	# RAIDframe disk driver
8261.305Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
8271.112Sperrypseudo-device	md		1	# memory disk device (ramdisk)
8281.112Sperrypseudo-device	vnd		4	# disk-like interface to files
8291.112Sperry
8301.112Sperry# network pseudo-devices
8311.110Sthorpejpseudo-device	bpfilter	8	# Berkeley packet filter
8321.110Sthorpejpseudo-device	ipfilter		# IP filter (firewall) and NAT
8331.110Sthorpejpseudo-device	loop			# network loopback
8341.110Sthorpejpseudo-device	ppp		2	# Point-to-Point Protocol
8351.112Sperrypseudo-device	sl		2	# Serial Line IP
8361.112Sperrypseudo-device	strip		2	# Starmode Radio IP (Metricom)
8371.112Sperrypseudo-device	tun		2	# network tunneling over tty
8381.183Shwrpseudo-device	gre		2	# generic L3 over IP tunnel
8391.214Stronpseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
8401.273Sperrypseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
8411.279Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
8421.326Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
8431.112Sperry
8441.112Sperry# miscellaneous pseudo-devices
8451.110Sthorpejpseudo-device	pty		64	# pseudo-terminals
8461.113Sexplorerpseudo-device	tb		1	# tablet line discipline
8471.170Saugustsspseudo-device	sequencer	1	# MIDI sequencer
8481.227Sexplorer# rnd works; RND_COM does not on port i386 yet.
8491.227Sexplorerpseudo-device	rnd			# /dev/random and in-kernel generator
8501.114Sexplorer#options 	RND_COM			# use "com" randomness as well (BROKEN)
8511.181Srvb
8521.182Srvb# a pseudo device needed for Coda	# also needs CODA (above)
8531.187Srvbpseudo-device	vcoda		4	# coda minicache <-> venus comm.
8541.246Saugustss
8551.246Saugustss# mouse & keyboard multiplexor pseudo-devices
8561.246Saugustsspseudo-device	wsmux		2
857