GENERIC revision 1.316
11.316Sonoe#	$NetBSD: GENERIC,v 1.316 2000/03/22 11:22:21 onoe 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.316Sonoe#ident 		"GENERIC-$Revision: 1.316 $"
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# Misc. i386-specific options
291.110Sthorpejoptions 	XSERVER		# X server support in console drivers
301.177Smycroft#options 	XSERVER_DDB	# PF12 gets you into DDB when X is running
311.110Sthorpej
321.110Sthorpej# This option allows you to force a serial console at the specified
331.121Sdrochner# I/O address.   see console(4) for details.
341.175Srvb#options 	"CONSDEVNAME=\"com\"",CONADDR=0x2f8,CONSPEED=57600
351.175Srvb#	you don't want the option below ON iff you are using the
361.184Sdrochner#	serial console option of the new boot strap code.
371.302Sitojun#options 	CONS_OVERRIDE	# Always use above! independent of boot info
381.32Sthorpej
391.101Smycroft# The following options override the memory sizes passed in from the boot
401.101Smycroft# block.  Use them *only* if the boot block is unable to determine the correct
411.111Sperry# values.  Note that the BIOS may *correctly* report less than 640k of base
421.101Smycroft# memory if the extended BIOS data area is located at the top of base memory
431.101Smycroft# (as is the case on most recent systems).
441.185Smycroft#options 	REALBASEMEM=639		# size of base memory (in KB)
451.185Smycroft#options 	REALEXTMEM=15360	# size of extended memory (in KB)
461.1Smycroft
471.110Sthorpej# Standard system options
481.110Sthorpej
491.110Sthorpejoptions 	UCONSOLE	# users can use TIOCCONS (for xconsole)
501.110Sthorpejoptions 	INSECURE	# disable kernel security levels
511.1Smycroft
521.82Smellonoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
531.216Scjsoptions 	NTP		# NTP phase/frequency locked loop
541.1Smycroft
551.98Smikeloptions 	KTRACE		# system call tracing via ktrace(1)
561.1Smycroft
571.82Smellonoptions 	SYSVMSG		# System V-like message queues
581.82Smellonoptions 	SYSVSEM		# System V-like semaphores
591.82Smellonoptions 	SYSVSHM		# System V-like memory sharing
601.82Smellon#options 	SHMMAXPGS=1024	# 1024 pages is the default
611.82Smellon
621.110Sthorpejoptions 	LKM		# loadable kernel modules
631.110Sthorpej
641.110Sthorpej# Diagnostic/debugging support options
651.110Sthorpejoptions 	DIAGNOSTIC	# cheap kernel consistency checks
661.110Sthorpej#options 	DEBUG		# expensive debugging checks/support
671.127Stv#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
681.110Sthorpejoptions 	DDB		# in-kernel debugger
691.122Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
701.110Sthorpej#options 	KGDB		# remote debugger
711.110Sthorpej#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
721.110Sthorpej#makeoptions	DEBUG="-g"	# compile full symbol table
731.110Sthorpej
741.116Smikel# Compatibility options
751.82Smellonoptions 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
761.82Smellonoptions 	COMPAT_09	# NetBSD 0.9,
771.82Smellonoptions 	COMPAT_10	# NetBSD 1.0,
781.82Smellonoptions 	COMPAT_11	# NetBSD 1.1,
791.55Smycroftoptions 	COMPAT_12	# NetBSD 1.2,
801.125Skleinkoptions 	COMPAT_13	# NetBSD 1.3,
811.245Saugustssoptions 	COMPAT_14	# NetBSD 1.4,
821.82Smellonoptions 	COMPAT_43	# and 4.3BSD
831.139Smycroftoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
841.1Smycroft
851.82Smellonoptions 	COMPAT_SVR4	# binary compatibility with SVR4
861.82Smellonoptions 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
871.82Smellonoptions 	COMPAT_LINUX	# binary compatibility with Linux
881.82Smellonoptions 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
891.240Sfvdl
901.240Sfvdloptions 	COMPAT_AOUT	# binary compat for NetBSD a.out binaries
911.1Smycroft
921.110Sthorpej# File systems
931.71Sthorpejfile-system 	FFS		# UFS
941.80Sperryfile-system 	EXT2FS		# second extended file system (linux)
951.71Sthorpejfile-system 	LFS		# log-structured file system
961.71Sthorpejfile-system 	MFS		# memory file system
971.71Sthorpejfile-system 	NFS		# Network File System client
981.251Sjdolecekfile-system 	NTFS		# Windows/NT file system (experimental)
991.71Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
1001.71Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
1011.71Sthorpejfile-system 	FDESC		# /dev/fd
1021.71Sthorpejfile-system 	KERNFS		# /kern
1031.71Sthorpejfile-system 	NULLFS		# loopback file system
1041.292Swrstudenfile-system 	OVERLAY		# overlay file system
1051.71Sthorpejfile-system 	PORTAL		# portal filesystem (still experimental)
1061.71Sthorpejfile-system 	PROCFS		# /proc
1071.71Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1081.71Sthorpejfile-system 	UNION		# union file system
1091.187Srvbfile-system	CODA		# Coda File System; also needs vcoda (below)
1101.71Sthorpej
1111.110Sthorpej# File system options
1121.82Smellonoptions 	QUOTA		# UFS quotas
1131.261Sitohy#options 	FFS_EI		# FFS Endian Independent support
1141.276Sfvdl#options 	SOFTDEP         # FFS soft updates support.
1151.82Smellonoptions 	NFSSERVER	# Network File System server
1161.81Sveego#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1171.80Sperry				# immutable) behave as system flags.
1181.116Smikel
1191.274Sperry# Pull in config fragments for kernel crypto.  This is required for
1201.274Sperry# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
1211.274Sperry# one of these, based on whether you use crypto-us or crypto-intl, and
1221.274Sperry# adjust the prefixes as necessary.
1231.273Sperry
1241.273Sperry#prefix ../crypto-us/sys
1251.273Sperry#cinclude "conf/files.crypto-us"
1261.273Sperry#prefix
1271.273Sperry
1281.273Sperry#prefix ../crypto-intl/sys
1291.273Sperry#cinclude "conf/files.crypto-intl"
1301.273Sperry#prefix
1311.273Sperry
1321.110Sthorpej# Networking options
1331.82Smellon#options 	GATEWAY		# packet forwarding
1341.82Smellonoptions 	INET		# IP + ICMP + TCP + UDP
1351.273Sperryoptions 	INET6		# IPV6
1361.273Sperry#options 	IPSEC		# IP security
1371.273Sperry#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1381.273Sperry#options 	IPSEC_DEBUG	# debug for IP security
1391.82Smellon#options 	MROUTING	# IP multicast routing
1401.82Smellonoptions 	NS		# XNS
1411.82Smellon#options 	NSIP		# XNS tunneling over IP
1421.82Smellonoptions 	ISO,TPIP	# OSI
1431.82Smellonoptions 	EON		# OSI tunneling over IP
1441.82Smellonoptions 	CCITT,LLC,HDLC	# X.25
1451.110Sthorpejoptions 	NETATALK	# AppleTalk networking protocols
1461.242Schristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1471.242Schristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1481.242Schristosoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1491.242Schristosoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1501.242Schristosoptions 	IPFILTER_LOG	# ipmon(8) log support
1511.1Smycroft
1521.116Smikel# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
1531.110Sthorpej#options 	TCP_COMPAT_42
1541.1Smycroft
1551.112Sperry# These options enable verbose messages for several subsystems.
1561.112Sperry# Warning, these may compile large string tables into the kernel!
1571.112Sperryoptions 	EISAVERBOSE	# verbose EISA device autoconfig messages
1581.112Sperryoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1591.315Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1601.110Sthorpej#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1611.112Sperryoptions 	SCSIVERBOSE	# human readable SCSI error messages
1621.162Saugustssoptions 	USBVERBOSE	# verbose USB device autoconfig messages
1631.275Sdrochner#options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
1641.128Sdrochner
1651.271Smycroftoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1661.110Sthorpej
1671.221Sdrochner#
1681.217Sdrochner# wscons options
1691.221Sdrochner#
1701.221Sdrochner# builtin terminal emulations
1711.217Sdrochner#options 	WSEMUL_SUN		# sun terminal emulation
1721.217Sdrochneroptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1731.217Sdrochner# different kernel output - see dev/wscons/wsdisplayvar.h
1741.217Sdrochneroptions 	WS_KERNEL_FG=WSCOL_GREEN
1751.230Sdrochner#options 	WS_KERNEL_BG=WSCOL_BLACK
1761.221Sdrochner# compatibility to other console drivers
1771.217Sdrochneroptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1781.217Sdrochneroptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1791.217Sdrochneroptions 	WSDISPLAY_COMPAT_USL		# VT handling
1801.218Scjsoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1811.217Sdrochner# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
1821.217Sdrochner#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1831.221Sdrochner# allocate a number of virtual screens at autoconfiguration time
1841.221Sdrochner#options 	WSDISPLAY_DEFAULTSCREENS=4
1851.258Sad# use a large software cursor that doesn't blink
1861.265Sitojunoptions 	PCDISPLAY_SOFTCURSOR
1871.217Sdrochner
1881.110Sthorpej# Kernel root file system and dump configuration.
1891.110Sthorpejconfig		netbsd	root on ? type ?
1901.110Sthorpej#config		netbsd	root on sd0a type ffs
1911.110Sthorpej#config		netbsd	root on ? type nfs
1921.110Sthorpej
1931.110Sthorpej#
1941.110Sthorpej# Device configuration
1951.110Sthorpej#
1961.63Sthorpej
1971.31Scgdmainbus0 at root
1981.31Scgd
1991.110Sthorpej#apm0	at mainbus0			# Advanced power management
2001.272Shubertf
2011.272Shubertf# Tuning for power management, see apm(4) for more details.
2021.272Shubertf#options 	APM_NO_IDLE		# Don't call BIOS CPU idle function
2031.272Shubertf#options 	APM_V10_ONLY		# Use only the APM 1.0 calls
2041.272Shubertf#options 	APM_NO_POWEROFF		# Don't power off on halt(8)
2051.306Smycroft#options 	APM_POWER_PRINT		# Don't print stats on the console
2061.307Sitojun#options 	APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts
2071.1Smycroft
2081.112Sperry
2091.112Sperry# Basic Bus Support
2101.112Sperry
2111.110Sthorpej# PCI bus support
2121.110Sthorpejpci*	at mainbus? bus ?
2131.110Sthorpejpci*	at pchb? bus ?
2141.30Scgdpci*	at ppb? bus ?
2151.304Saugustss
2161.304Saugustss# Configure PCI using BIOS information
2171.304Saugustss#options 	PCIBIOS			# PCI BIOS support
2181.304Saugustss#options 	PCIBIOSVERBOSE		# PCI BIOS verbose info
2191.304Saugustss#options 	PCIBIOS_INTR_FIXUP	# fixup PCI interrupt routing
2201.309Shubertf#options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
2211.304Saugustss#options 	PCIBIOS_BUS_FIXUP	# fixup PCI bus numbering
2221.110Sthorpej
2231.112Sperry# PCI bridges
2241.63Sthorpejpchb*	at pci? dev ? function ?	# PCI-Host bridges
2251.135Sthorpejpceb*	at pci? dev ? function ?	# PCI-EISA bridges
2261.63Sthorpejpcib*	at pci? dev ? function ?	# PCI-ISA bridges
2271.110Sthorpejppb*	at pci? dev ? function ?	# PCI-PCI bridges
2281.160Scgd# XXX 'puc's aren't really bridges, but there's no better place for them here
2291.160Scgdpuc*	at pci? dev ? function ?	# PCI "universal" comm. cards
2301.110Sthorpej
2311.110Sthorpej# EISA bus support
2321.110Sthorpejeisa*	at mainbus?
2331.135Sthorpejeisa*	at pceb?
2341.110Sthorpej
2351.110Sthorpej# ISA bus support
2361.110Sthorpejisa*	at mainbus?
2371.135Sthorpejisa*	at pceb?
2381.110Sthorpejisa*	at pcib?
2391.63Sthorpej
2401.112Sperry# PCMCIA bus support
2411.112Sperrypcmcia*	at pcic? controller ? socket ?
2421.223Sbadpcmcia*	at tcic? controller ? socket ?
2431.112Sperry
2441.112Sperry# ISA PCMCIA controllers
2451.296Saugustsspcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
2461.296Saugustsspcic1	at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
2471.296Saugustsstcic0	at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
2481.211Snathanw
2491.211Snathanw# PCI PCMCIA controllers
2501.211Snathanwpcic0	at pci? dev? function ?
2511.112Sperry
2521.112Sperry# ISA Plug-and-Play bus support
2531.112Sperryisapnp0	at isa?
2541.112Sperry
2551.156Ssommerfe# ISA Plug-and-Play PCMCIA controllers
2561.156Ssommerfepcic*	at isapnp?
2571.112Sperry
2581.297Saugustss# CardBus bus support
2591.298Saugustss#cbb*		at pci? dev ? function ?
2601.298Saugustss#cardslot*	at cbb?	
2611.297Saugustss
2621.298Saugustss#cardbus*	at cardslot?
2631.298Saugustss#pcmcia* 	at cardslot?
2641.297Saugustss
2651.112Sperry# Coprocessor Support
2661.112Sperry
2671.112Sperry# Math Coprocessor support
2681.112Sperrynpx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
2691.112Sperry
2701.112Sperry
2711.112Sperry# Console Devices
2721.112Sperry
2731.112Sperry# ISA console.  You can only configure one of these!
2741.217Sdrochner#pc0	at isa? port 0x60 irq 1		# pccons generic PC console driver
2751.112Sperry#vt0	at isa? port 0x60 irq 1		# PCVT console driver
2761.165Sbouyer
2771.165Sbouyer# Keyboard layout configuration for pccons
2781.167Sbouyer#options 	FRENCH_KBD
2791.166Sbouyer#options 	FINNISH_KBD
2801.167Sbouyer#options 	GERMAN_KBD
2811.168Sperry#options 	NORWEGIAN_KBD
2821.110Sthorpej
2831.217Sdrochner# wscons
2841.238Stronpckbc0		at isa?			# pc keyboard controller
2851.238Stronpckbd*		at pckbc?		# PC keyboard
2861.217Sdrochner# "opms" should not be enabled together with "pms" or "pmsi"
2871.243Stronpms*		at pckbc?		# PS/2 mouse for wsmouse
2881.253Saugustsspmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
2891.243Stron#opms*		at pckbc?		# backwards compatible PS/2 mouse
2901.217Sdrochnervga0		at isa?
2911.311Saugustssvga*		at pci? dev ? function ?
2921.217Sdrochnerpcdisplay0	at isa?			# CGA, MDA, EGA, HGA
2931.217Sdrochnerwsdisplay*	at vga? console ?
2941.217Sdrochnerwsdisplay*	at pcdisplay? console ?
2951.238Stronwskbd* 		at pckbd? console ?
2961.246Saugustsswsmouse*	at pms? mux 0
2971.246Saugustsswsmouse*	at pmsi? mux 0
2981.217Sdrochner
2991.311Saugustsspcppi0		at isa?
3001.146Sdrochnersysbeep0	at pcppi?
3011.110Sthorpej
3021.112Sperry# Serial Devices
3031.63Sthorpej
3041.112Sperry# PCI serial interfaces
3051.282Ssorencom*	at puc? port ?			# 16x50s on "universal" comm boards
3061.112Sperrycy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
3071.30Scgd
3081.112Sperry# ISA Plug-and-Play serial interfaces
3091.112Sperrycom*	at isapnp?			# Modems and serial boards
3101.1Smycroft
3111.112Sperry# PCMCIA serial interfaces
3121.112Sperrycom*	at pcmcia? function ?		# Modems and serial cards
3131.188Sthorpej
3141.188Sthorpejpcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
3151.188Sthorpejcom*	at pcmcom? slave ?		# ...and the slave devices
3161.1Smycroft
3171.110Sthorpej# ISA serial interfaces
3181.89Sperry#options 	COM_HAYESP		# adds Hayes ESP serial board support
3191.112Sperrycom0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
3201.2Smycroftcom1	at isa? port 0x2f8 irq 3
3211.2Smycroftcom2	at isa? port 0x3e8 irq 5
3221.2Smycroft#com3	at isa? port 0x2e8 irq 9
3231.8Smycroft#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
3241.34Scgd#com*	at ast? slave ?
3251.8Smycroft#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
3261.284Sitojun#boca0	at isa? port 0x100 irq 5	# BOCA 16-port serial cards (BB2016)
3271.284Sitojun#boca1	at isa? port 0x140 irq 5	# this line is also needed for BB2016
3281.8Smycroft#com*	at boca? slave ?
3291.210Schristos#tcom0	at isa? port 0x100 irq 7	# TC-800 8-port serial cards
3301.210Schristos#com*	at tcom? slave ?
3311.1Smycroft#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
3321.1Smycroft#com*	at rtfps? slave ?
3331.58Schristos#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
3341.88Smikel
3351.1Smycroft
3361.112Sperry# Parallel Printer Interfaces
3371.160Scgd
3381.160Scgd# PCI parallel printer interfaces
3391.160Scgdlpt*	at puc? port ?			# || ports on "universal" comm boards
3401.110Sthorpej
3411.112Sperry# ISA parallel printer interfaces
3421.110Sthorpejlpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
3431.110Sthorpejlpt1	at isa? port 0x278
3441.110Sthorpejlpt2	at isa? port 0x3bc
3451.1Smycroft
3461.308Sgroo# LM7[89] and compatible hardware monitors
3471.310Sgroo#lm0	at isa?	port 0x290		# other common ports: 0x280, 0x310
3481.40Sperry
3491.112Sperry# SCSI Controllers and Devices
3501.68Schristos
3511.112Sperry# PCI SCSI controllers
3521.186Sdanteadv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
3531.186Sdanteadw*	at pci? dev ? function ?	# AdvanSys 9xxUW SCSI
3541.112Sperryahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
3551.112Sperrybha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
3561.259Saddpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
3571.112Sperryisp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
3581.112Sperryncr*	at pci? dev ? function ?	# NCR 53c8xx SCSI
3591.212Sthorpejpcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
3601.110Sthorpej
3611.112Sperry# EISA SCSI controllers
3621.112Sperryahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
3631.112Sperryahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
3641.112Sperrybha*	at eisa? slot ?			# BusLogic 7xx SCSI
3651.263Saddpt*	at eisa? slot ?			# DPT EATA SCSI
3661.112Sperryuha*	at eisa? slot ?			# UltraStor 24f SCSI
3671.105Sthorpej
3681.112Sperry# PCMCIA SCSI controllers
3691.110Sthorpejaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
3701.313Smycroftesp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
3711.145Senami
3721.145Senami# ISA Plug-and-Play SCSI controllers
3731.205Schristosaha*	at isapnp? 			# Adaptec AHA-154[02
3741.145Senamiaic*	at isapnp?			# Adaptec AHA-1520B
3751.110Sthorpej
3761.112Sperry# ISA SCSI controllers
3771.236Sdanteadv0	at isa? port ? irq ? drq ?	# AdvanSys APB-514[02]
3781.112Sperryaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
3791.112Sperryaha1	at isa? port 0x334 irq ? drq ?
3801.112Sperryahc0	at isa? port ? irq ?		# Adaptec 284x SCSI
3811.112Sperryaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
3821.116Smikelbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
3831.112Sperrybha1	at isa? port 0x334 irq ? drq ?
3841.301Sad# The "nca" and "dpt" probes might give false hits or hang your machine.
3851.301Sad#dpt0	at isa? port 0x170 irq ? drq ?	# DPT SmartCache/SmartRAID
3861.262Sdrochner#nca0	at isa? port 0x360 irq 15	# Port-mapped NCR 53C80 contoller
3871.262Sdrochner#nca1	at isa? iomem 0xd8000 irq 5	# Memory-mapped controller (T128, etc.)
3881.112Sperrysea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
3891.112Sperryuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
3901.129Sdrochneruha1	at isa? port 0x340 irq ? drq ?
3911.112Sperrywds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
3921.112Sperrywds1	at isa? port 0x358 irq 11 drq 5
3931.110Sthorpej
3941.297Saugustss# CardBus SCSI cards
3951.298Saugustss#ahc*	at cardbus? dev ? function ?	# Adaptec ADP-1480
3961.297Saugustss
3971.110Sthorpej# SCSI bus support
3981.179Sdantescsibus* at adv?
3991.186Sdantescsibus* at adw?
4001.110Sthorpejscsibus* at aha?
4011.110Sthorpejscsibus* at ahb?
4021.110Sthorpejscsibus* at ahc?
4031.110Sthorpejscsibus* at aic?
4041.110Sthorpejscsibus* at bha?
4051.259Sadscsibus* at dpt?
4061.314Smycroftscsibus* at esp?
4071.110Sthorpejscsibus* at isp?
4081.264Sdrochner#scsibus* at nca?
4091.110Sthorpejscsibus* at ncr?
4101.212Sthorpejscsibus* at pcscp?
4111.110Sthorpejscsibus* at sea?
4121.110Sthorpejscsibus* at uha?
4131.110Sthorpejscsibus* at wds?
4141.110Sthorpej
4151.110Sthorpej# SCSI devices
4161.110Sthorpejsd*	at scsibus? target ? lun ?	# SCSI disk drives
4171.110Sthorpejst*	at scsibus? target ? lun ?	# SCSI tape drives
4181.110Sthorpejcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
4191.110Sthorpejch*	at scsibus? target ? lun ?	# SCSI autochangers
4201.110Sthorpejss*	at scsibus? target ? lun ?	# SCSI scanners
4211.110Sthorpejuk*	at scsibus? target ? lun ?	# SCSI unknown
4221.110Sthorpej
4231.312Sad# RAID controllers and devices
4241.312Sadcac*	at pci? dev ? function ?	# Compaq array controller
4251.312Sadca*	at cac? unit ?			# Compaq array disk device
4261.112Sperry
4271.220Sabs# IDE and related devices
4281.228Skleink# PCI IDE controllers - see pciide(4) for supported hardware.
4291.194Sbouyer# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
4301.194Sbouyer# how to set up DMA modes for this chip. This may work, or may cause
4311.194Sbouyer# a machine hang with some controllers.
4321.311Saugustsspciide* at pci? dev ? function ? flags 0x0000
4331.132Smycroft
4341.132Smycroft# ISA Plug-and-Play IDE controllers
4351.192Sbouyerwdc*	at isapnp? 
4361.131Smycroft
4371.131Smycroft# PCMCIA IDE controllers
4381.190Senamiwdc*	at pcmcia? function ?
4391.112Sperry
4401.189Sbouyer# ISA ST506, ESDI, and IDE controllers
4411.235Sbouyer# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
4421.261Sitohy# fall back to 16bits I/O if 32bits I/O are not functional).
4431.235Sbouyer# Some controllers pass the initial 32bit test, but will fail later.
4441.235Sbouyerwdc0	at isa? port 0x1f0 irq 14 flags 0x00
4451.235Sbouyerwdc1	at isa? port 0x170 irq 15 flags 0x00
4461.112Sperry
4471.220Sabs# IDE drives
4481.220Sabs# Flags are used only with controllers that support DMA operations
4491.206Sbouyer# and mode settings (e.g. some pciide controllers)
4501.220Sabs# The lowest order four bits (rightmost digit) of the flags define the PIO
4511.220Sabs# mode to use, the next set of four bits the DMA mode and the third set the
4521.220Sabs# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
4531.220Sabs# to use, and the last bit must be 1 for this setting to be used.
4541.220Sabs# For DMA and UDMA, 0xf (1111) means 'disable'.
4551.220Sabs# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
4561.220Sabs# (0xc=1100, 0xa=1010, 0xf=1111)
4571.220Sabs# 0x0000 means "use whatever the drive claims to support".
4581.206Sbouyerwd*	at wdc? channel ? drive ? flags 0x0000
4591.206Sbouyerwd*	at pciide? channel ? drive ? flags 0x0000
4601.112Sperry
4611.110Sthorpej# ATAPI bus support
4621.189Sbouyeratapibus* at wdc? channel ?
4631.202Sbouyeratapibus* at pciide? channel ?
4641.110Sthorpej
4651.110Sthorpej# ATAPI devices
4661.206Sbouyer# flags have the same meaning as for IDE drives.
4671.206Sbouyercd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
4681.206Sbouyersd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
4691.206Sbouyeruk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
4701.110Sthorpej
4711.112Sperry
4721.112Sperry# Miscellaneous mass storage devices
4731.112Sperry
4741.112Sperry# ISA floppy
4751.112Sperryfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
4761.112Sperry#fdc1	at isa? port 0x370 irq ? drq ?
4771.112Sperryfd*	at fdc? drive ?			# the drives themselves
4781.112Sperry# some machines need you to do this instead of fd*
4791.112Sperry#fd0	at fdc0 drive 0
4801.112Sperry
4811.112Sperry# ISA CD-ROM devices
4821.112Sperry#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
4831.112Sperry
4841.112Sperry# ISA tape devices
4851.157Sbouyer# note: the wt driver conflicts unpleasantly with SMC boards at the
4861.116Smikel# same I/O address. The probe reprograms their EEPROMs. Don't
4871.112Sperry# uncomment it unless you are actually using it.
4881.129Sdrochner#wt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
4891.112Sperry
4901.112Sperry
4911.112Sperry# Network Interfaces
4921.112Sperry
4931.112Sperry# PCI network interfaces
4941.112Sperryde*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
4951.112Sperryen*	at pci? dev ? function ?	# ENI/Adaptec ATM
4961.200Sfvdlep*	at pci? dev ? function ?	# 3Com 3c59x
4971.200Sfvdlex*	at pci? dev ? function ?	# 3Com 90x[B]
4981.150Sthorpejepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
4991.152Smjacobesh*	at pci? dev ? function ?	# Essential HIPPI card
5001.112Sperryfpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
5011.112Sperryfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
5021.112Sperryle*	at pci? dev ? function ?	# PCnet-PCI Ethernet
5031.112Sperryne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
5041.287Schoppsntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
5051.250Sthorpejsip*	at pci? dev ? function ?	# SiS 900 Ethernet
5061.115Sbouyertl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
5071.260Sthorpejtlp*	at pci? dev ? function ?	# DECchip 21x4x (and clones) Ethernet
5081.270Sthorpej#options 	TLP_MATCH_21040
5091.270Sthorpej#options 	TLP_MATCH_21041
5101.270Sthorpej#options 	TLP_MATCH_21140
5111.270Sthorpej#options 	TLP_MATCH_21142
5121.213Ssakamotovr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
5131.225Sexplorerlmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
5141.255Sdrochnerrl*	at pci? dev ? function ?	# Realtek 8129/8139
5151.112Sperry
5161.112Sperry# EISA network interfaces
5171.112Sperryep*	at eisa? slot ?			# 3Com 3c579 Ethernet
5181.112Sperryfea*	at eisa? slot ?			# DEC DEFEA FDDI
5191.270Sthorpejtlp*	at eisa? slot ?			# DEC DE-425 Ethernet
5201.112Sperry
5211.112Sperry# ISA Plug-and-Play network interfaces
5221.112Sperryep*	at isapnp?			# 3Com 3c509 Ethernet
5231.112Sperryne*	at isapnp?			# NE2000-compatible Ethernet
5241.222Sbadtr*	at isapnp?			# IBM/3COM TROPIC Token-Ring
5251.112Sperry
5261.112Sperry# PCMCIA network interfaces
5271.316Sonoeawi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
5281.280Sitojuncnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
5291.112Sperryep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
5301.144Senamimbe*	at pcmcia? function ?		# MB8696x based Ethernet
5311.112Sperryne*	at pcmcia? function ?		# NE2000-compatible Ethernet
5321.294Saugustssray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
5331.112Sperrysm*	at pcmcia? function ?		# Megahertz Ethernet
5341.252Sbouyerwi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
5351.288Sjoda#xe*	at pcmcia? function ?		# Xircom PCMCIA cards
5361.260Sthorpej
5371.260Sthorpejmhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
5381.260Sthorpejcom*	at mhzc?
5391.260Sthorpejsm*	at mhzc?
5401.112Sperry
5411.112Sperry# ISA network interfaces
5421.143Senamiate0	at isa? port 0x2a0 irq ?		# AT1700
5431.164Sthorpejcs0	at isa? port 0x300 iomem ? irq ? drq ?	# CS8900 Ethernet
5441.117Sthorpejec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
5451.120Sthorpejeg0	at isa? port 0x280 irq 9		# 3C505 ethernet cards
5461.112Sperryel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
5471.112Sperryep0	at isa? port ? irq ?			# 3C509 ethernet cards
5481.140Spkef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3C507
5491.140Spkai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
5501.143Senamifmv0	at isa? port 0x2a0 irq ?		# FMV-180 series
5511.140Spkix0	at isa? port 0x300 irq 10		# EtherExpress/16
5521.121Sdrochneriy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
5531.123Sthorpejlc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
5541.146Sdrochner#depca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
5551.146Sdrochner#le*	at depca?
5561.147Sdrochnernele0	at isa? port 0x320 irq 9 drq 7		# NE2100
5571.287Schopps#ntwoc0	at isa? port 0x300 irq 5 iomem 0xc8000 flags 1	# Riscom/N2 sync serial
5581.146Sdrochnerle*	at nele?
5591.146Sdrochnerbicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
5601.146Sdrochnerle*	at bicc?
5611.112Sperryne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
5621.112Sperryne1	at isa? port 0x300 irq 10
5631.119Sthorpejsm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
5641.222Sbadtr0	at isa? port 0xa20 iomem 0xd8000 irq ?  # IBM TROPIC based Token-Ring
5651.222Sbadtr1	at isa? port 0xa24 iomem 0xd0000 irq ?  # IBM TROPIC based Token-Ring
5661.222Sbadtr*	at isa? port ? irq ?			# 3COM TROPIC based Token-Ring
5671.118Sthorpejwe0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
5681.118Sthorpejwe1	at isa? port 0x300 iomem 0xcc000 irq 10
5691.112Sperry
5701.297Saugustss# CardBus network cards
5711.298Saugustss#ex*	at cardbus? dev ? function ?	# 3Com 3C575TX
5721.298Saugustss#fxp*	at cardbus? dev ? function ?	# Intel i8255x
5731.298Saugustss#tlp*	at cardbus? dev ? function ?	# DECchip 21143
5741.297Saugustss
5751.172Sthorpej# MII/PHY support
5761.195Sthorpejexphy*	at mii? phy ?			# 3Com internal PHYs
5771.198Sthorpejicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
5781.172Sthorpejinphy*	at mii? phy ?			# Intel 82555 PHYs
5791.270Sthorpejiophy*	at mii? phy ?			# Intel 82553 PHYs
5801.195Sthorpejlxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
5811.172Sthorpejnsphy*	at mii? phy ?			# NS83840 PHYs
5821.281Sthorpejnsphyter* at mii? phy ?			# NS83843 PHYs
5831.172Sthorpejqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
5841.199Sthorpejsqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
5851.172Sthorpejtlphy*	at mii? phy ?			# ThunderLAN PHYs
5861.270Sthorpejtqphy*	at mii? phy ?			# TDK Semiconductor PHYs
5871.201Sthorpejukphy*	at mii? phy ?			# generic unknown PHYs
5881.112Sperry
5891.162Saugustss# USB Controller and Devices
5901.162Saugustss
5911.162Saugustss# PCI USB controllers
5921.278Saugustssuhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
5931.278Saugustssohci*	at pci?	dev ? function ?	# Open Host Controller
5941.297Saugustss
5951.297Saugustss# CardBus USB controllers
5961.298Saugustss#ohci*	at cardbus? dev ? function ?	# Open Host Controller
5971.162Saugustss
5981.162Saugustss# USB bus support
5991.162Saugustssusb*	at uhci?
6001.162Saugustssusb*	at ohci?
6011.162Saugustss
6021.162Saugustss# USB Hubs
6031.162Saugustssuhub*	at usb?
6041.207Saugustssuhub*	at uhub? port ? configuration ? interface ?
6051.162Saugustss
6061.162Saugustss# USB Mice
6071.207Saugustssums*	at uhub? port ? configuration ? interface ?
6081.246Saugustsswsmouse*	at ums? mux 0
6091.162Saugustss
6101.162Saugustss# USB Keyboards
6111.207Saugustssukbd*	at uhub? port ? configuration ? interface ?
6121.246Saugustsswskbd*	at ukbd? console ? mux 1
6131.162Saugustss
6141.162Saugustss# USB Generic HID devices
6151.207Saugustssuhid*	at uhub? port ? configuration ? interface ?
6161.162Saugustss
6171.162Saugustss# USB Printer
6181.207Saugustssulpt*	at uhub? port ? configuration ? interface ?
6191.162Saugustss
6201.254Saugustss# USB Modem
6211.254Saugustssumodem*	at uhub? port ? configuration ?
6221.295Saugustssucom*	at umodem?
6231.256Sthorpej
6241.256Sthorpej# USB Mass Storage
6251.256Sthorpejumass*	at uhub? port ? configuration ? interface ?
6261.256Sthorpejscsibus* at umass? channel ?
6271.254Saugustss
6281.257Saugustss# USB audio
6291.257Saugustssuaudio*	at uhub? port ? configuration ?
6301.257Saugustss
6311.289Saugustss# USB Ethernet adapters
6321.289Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
6331.291Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
6341.290Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
6351.289Saugustss
6361.162Saugustss# USB Generic driver
6371.244Saugustssugen*	at uhub? port ?
6381.275Sdrochner
6391.275Sdrochner
6401.275Sdrochner# Plug-and-Play BIOS and attached devices
6411.275Sdrochner
6421.275Sdrochner#pnpbios0 at mainbus0
6431.275Sdrochner
6441.275Sdrochner# mainboard audio chips
6451.300Snathanw#ess*	at pnpbios0 index ?	# ESS AudioDrive
6461.275Sdrochner#sb*	at pnpbios0 index ?	# NeoMagic 256AV in sb mode
6471.275Sdrochner#wss*	at pnpbios0 index ?	# NeoMagic 256AV in wss mode
6481.275Sdrochner#ym*	at pnpbios0 index ?	# OPL3-SA3
6491.275Sdrochner
6501.275Sdrochner# com port
6511.275Sdrochner#com*	at pnpbios0 index ?
6521.275Sdrochner
6531.275Sdrochner# parallel port
6541.275Sdrochner#lpt*	at pnpbios0 index ?
6551.275Sdrochner
6561.275Sdrochner# IDE controller on Toshiba Portege 3000 series (crippled PCI device)
6571.275Sdrochner#pciide* at pnpbios0 index ?
6581.275Sdrochner
6591.162Saugustss
6601.112Sperry# Audio Devices
6611.112Sperry
6621.148Saugustss# PCI audio devices
6631.283Saugustssclcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
6641.148Saugustsseap*	at pci? dev ? function ?	# Ensoniq AudioPCI
6651.241Skleinkeso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
6661.268Saugustssfms*	at pci? dev ? function ?	# Forte Media FM801
6671.289Saugustss#sbl*	at pci? dev ? function ?	# SoundBlaster Live!
6681.209Saugustsssv*	at pci? dev ? function ?	# S3 SonicVibes
6691.148Saugustss
6701.112Sperry# ISA Plug-and-Play audio devices
6711.173Saugustssess*	at isapnp?			# ESS Tech ES1887, ES1888, ES888 audio
6721.112Sperryguspnp*	at isapnp?			# Gravis Ultra Sound PnP audio
6731.112Sperrysb*	at isapnp?			# SoundBlaster-compatible audio
6741.169Saugustsswss*	at isapnp?			# Windows Sound System
6751.149Saugustssym*	at isapnp?			# Yamaha OPL3-SA3 audio
6761.112Sperry
6771.112Sperry# ISA audio devices
6781.232Sdrochner# the "aria" probe might give false hits
6791.232Sdrochner#aria0	at isa? port 0x290 irq 10 		# Aria
6801.237Saugustss#ess0	at isa? port 0x220 irq 5 drq 1 drq2 5	# ESS 18XX
6811.112Sperrygus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
6821.112Sperrypas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
6831.112Sperrypss0	at isa? port 0x220 irq 7 drq 6  	# Personal Sound System
6841.112Sperrysp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
6851.161Sperrysb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
6861.112Sperrywss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
6871.112Sperry
6881.261Sitohy# OPL[23] FM synthesizers
6891.178Saugustss#opl0	at isa? port 0x388	# use only if not attached to sound card
6901.241Skleinkopl*	at eso?
6911.178Saugustssopl*	at ess?
6921.268Saugustssopl*	at fms?
6931.176Saugustssopl*	at sb?
6941.209Saugustssopl*	at sv?
6951.253Saugustssopl*	at wss?
6961.261Sitohyopl*	at ym?
6971.176Saugustss
6981.112Sperry# Audio support
6991.233Sdrochner#audio*	at aria?
7001.283Saugustssaudio*	at clcs?
7011.155Senamiaudio*	at eap?
7021.241Skleinkaudio*	at eso?
7031.176Saugustssaudio*	at ess?
7041.268Saugustssaudio*	at fms?
7051.112Sperryaudio*	at gus?
7061.112Sperryaudio*	at guspnp?
7071.112Sperryaudio*	at pas?
7081.112Sperryaudio*	at sb?
7091.289Saugustss#audio*	at sbl?
7101.112Sperryaudio*	at sp?
7111.209Saugustssaudio*	at sv?
7121.257Saugustssaudio*	at uaudio?
7131.112Sperryaudio*	at wss?
7141.149Saugustssaudio*	at ym?
7151.112Sperry
7161.249Saugustss# MPU 401 UARTs
7171.249Saugustss#mpu*	at isa? port 0x330 irq 9        # MPU401 or compatible card
7181.249Saugustssmpu*	at eso?
7191.268Saugustssmpu*	at fms?
7201.248Saugustssmpu*	at sb?
7211.261Sitohympu*	at ym?
7221.247Saugustss
7231.170Saugustss# MIDI support
7241.266Saugustssmidi*	at eap?			# 137[01] MIDI port
7251.248Saugustssmidi*	at mpu?			# MPU 401
7261.248Saugustssmidi*	at opl?			# OPL FM synth
7271.173Saugustssmidi*	at pcppi?		# MIDI interface to the PC speaker
7281.248Saugustssmidi*	at sb?			# SB1 MIDI port
7291.170Saugustss
7301.112Sperry# The spkr driver provides a simple tone interface to the built in speaker.
7311.146Sdrochner#spkr0	at pcppi?		# PC speaker
7321.112Sperry
7331.112Sperry
7341.112Sperry# Mice
7351.112Sperry
7361.112Sperry# ISA busmice
7371.243Stronlms0	at isa? port 0x23c irq 5	# Logitech bus mouse
7381.243Stronlms1	at isa? port 0x238 irq 5
7391.243Stronmms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
7401.243Stronmms1	at isa? port 0x238 irq 5
7411.246Saugustsswsmouse*	at lms? mux 0
7421.246Saugustsswsmouse*	at mms? mux 0
7431.217Sdrochner# backwards compatible versions
7441.243Stron#olms0	at isa? port 0x23c irq 5	# Logitech bus mouse
7451.243Stron#olms1	at isa? port 0x238 irq 5
7461.243Stron#omms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
7471.243Stron#omms1	at isa? port 0x238 irq 5
7481.217Sdrochner#opms0	at pc? irq 12		# PS/2 auxiliary port mouse
7491.215Sdrochner#opms0	at vt? irq 12		# PS/2 auxiliary port mouse
7501.112Sperry
7511.112Sperry
7521.112Sperry# Joysticks
7531.112Sperry
7541.112Sperry# ISA Plug-and-Play joysticks
7551.112Sperryjoy*	at isapnp?			# Game ports (usually on audio cards)
7561.112Sperry
7571.112Sperry# ISA joysticks. Probe is a little strange; add only if you have one.
7581.112Sperry#joy0	at isa? port 0x201
7591.112Sperry
7601.112Sperry
7611.112Sperry# Miscellaneous Devices
7621.112Sperry
7631.112Sperry# Planetconnect Satellite receiver driver.
7641.112Sperry#satlink0 at isa? port 0x300 drq 1
7651.112Sperry
7661.112Sperry
7671.110Sthorpej# Pull in optional local configuration
7681.57Smycroftinclude	"arch/i386/conf/GENERIC.local"
7691.1Smycroft
7701.112Sperry
7711.112Sperry# Pseudo-Devices
7721.112Sperry
7731.112Sperry# disk/mass storage pseudo-devices
7741.112Sperrypseudo-device	ccd		4	# concatenated/striped disk devices
7751.204Soster#pseudo-device	raid		4	# RAIDframe disk driver
7761.305Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
7771.112Sperrypseudo-device	md		1	# memory disk device (ramdisk)
7781.112Sperrypseudo-device	vnd		4	# disk-like interface to files
7791.112Sperry
7801.112Sperry# network pseudo-devices
7811.110Sthorpejpseudo-device	bpfilter	8	# Berkeley packet filter
7821.110Sthorpejpseudo-device	ipfilter		# IP filter (firewall) and NAT
7831.110Sthorpejpseudo-device	loop			# network loopback
7841.110Sthorpejpseudo-device	ppp		2	# Point-to-Point Protocol
7851.112Sperrypseudo-device	sl		2	# Serial Line IP
7861.112Sperrypseudo-device	strip		2	# Starmode Radio IP (Metricom)
7871.112Sperrypseudo-device	tun		2	# network tunneling over tty
7881.183Shwrpseudo-device	gre		2	# generic L3 over IP tunnel
7891.214Stronpseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
7901.273Sperrypseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
7911.279Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
7921.112Sperry
7931.112Sperry# miscellaneous pseudo-devices
7941.110Sthorpejpseudo-device	pty		64	# pseudo-terminals
7951.113Sexplorerpseudo-device	tb		1	# tablet line discipline
7961.170Saugustsspseudo-device	sequencer	1	# MIDI sequencer
7971.227Sexplorer# rnd works; RND_COM does not on port i386 yet.
7981.227Sexplorerpseudo-device	rnd			# /dev/random and in-kernel generator
7991.114Sexplorer#options 	RND_COM			# use "com" randomness as well (BROKEN)
8001.181Srvb
8011.182Srvb# a pseudo device needed for Coda	# also needs CODA (above)
8021.187Srvbpseudo-device	vcoda		4	# coda minicache <-> venus comm.
8031.246Saugustss
8041.246Saugustss# mouse & keyboard multiplexor pseudo-devices
8051.246Saugustsspseudo-device	wsmux		2
806