INSTALL_FLOPPY revision 1.27
11.27Suebayasi#	$NetBSD: INSTALL_FLOPPY,v 1.27 2014/10/18 16:56:51 uebayasi Exp $
21.1Sad#
31.1Sad#	INSTALL - Installation kernel.
41.1Sad#
51.1Sad#	This kernel should be derived from GENERIC with some features
61.1Sad#	commented out.
71.1Sad#
81.1Sad#	This kernel does NOT support X, mice, audio devices, non-NetBSD
91.1Sad#	emulation.
101.1Sad#
111.1Sad
121.1Sadinclude "arch/i386/conf/std.i386"
131.1Sad
141.1Sad#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
151.1Sad
161.13Sryomakeoptions	CPUFLAGS="-march=i486 -mtune=i486"	# i486 is densest code
171.13Sryomakeoptions	COPTS="-Os"
181.13Sryomakeoptions	USE_SSP="no"
191.1Sad
201.1Sad# Enable the hooks used for initializing the root memory-disk.
211.1Sadoptions 	MEMORY_DISK_HOOKS
221.1Sadoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
231.1Sadoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
241.1Sadoptions 	MEMORY_DISK_ROOT_SIZE=10000	# size of memory disk, in blocks
251.4Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
261.1Sad
271.1Sadmaxusers	2		# estimated number of users
281.1Sad
291.1Sad# CPU-related options.
301.1Sad#options 	VM86		# virtual 8086 emulation
311.1Sad#options 	USER_LDT	# user-settable LDT; used by WINE
321.1Sad
331.1Sad# This option allows you to force a serial console at the specified
341.1Sad# I/O address.
351.1Sad#options 	CONSDEVNAME="\"com\"",CONADDR=0x3f8,CONSPEED=9600
361.1Sad
371.1Sad# The following options override the memory sizes passed in from the boot
381.1Sad# block.  Use them *only* if the boot block is unable to determine the correct
391.1Sad# values.  Note that the BIOS may *correctly* report less than 640k of base
401.1Sad# memory if the extended BIOS data area is located at the top of base memory
411.1Sad# (as is the case on most recent systems).
421.1Sad#options 	REALBASEMEM=...	# size of base memory
431.1Sad#options 	REALEXTMEM=...	# size of extended memory
441.1Sad
451.1Sad# Avoid irq 5 and 7, the most likely cause of problems on modern laptops.
461.1Sadoptions 		PCIC_ISA_INTR_ALLOC_MASK=0xff5f
471.1Sad
481.1Sad# Standard system options
491.1Sad
501.1Sadoptions 	INSECURE	# disable kernel security levels
511.1Sad
521.1Sadoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
531.1Sad#options 	NTP		# NTP phase/frequency locked loop
541.1Sad
551.1Sad#options 	KTRACE		# system call tracing via ktrace(1)
561.1Sad
571.1Sad#options 	SYSVMSG		# System V-like message queues
581.1Sad#options 	SYSVSEM		# System V-like semaphores
591.1Sad#options 	SYSVSHM		# System V-like memory sharing
601.1Sad
611.1Sadoptions 	USERCONF	# userconf(4) support
621.1Sadoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
631.1Sad#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
641.1Sadno options 	EXEC_AOUT
651.1Sad
661.1Sadno options 	RFC2292		# Previous version of Adv. Sockets API for IPv6
671.1Sadno options 	PTRACE		# Include ptrace(2)
681.1Sad
691.1Sad# Diagnostic/debugging support options
701.24Sdholland#options 	DIAGNOSTIC	# inexpensive kernel consistency checks
711.1Sad#options 	DEBUG		# expensive debugging checks/support
721.1Sad#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
731.1Sadoptions 	DDB		# in-kernel debugger
741.23Sszptvlfn#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
751.1Sad#options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
761.1Sad#options 	KGDB		# remote debugger
771.1Sad#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
781.13Sryo#makeoptions	DEBUG="-g"	# compile full symbol table
791.1Sad
801.1Sad# Compatibility options
811.1Sad#options 	COMPAT_NOMID	# NetBSD 0.8, 386BSD, and BSDI
821.25Sdholland#options 	COMPAT_09	# NetBSD 0.9,
831.25Sdholland#options 	COMPAT_10	# NetBSD 1.0,
841.25Sdholland#options 	COMPAT_11	# NetBSD 1.1,
851.25Sdholland#options 	COMPAT_12	# NetBSD 1.2 (and 386BSD and BSDI),
861.25Sdholland#options 	COMPAT_13	# NetBSD 1.3 (and 386BSD and BSDI),
871.25Sdholland#options 	COMPAT_14	# NetBSD 1.4,
881.25Sdholland#options 	COMPAT_15	# NetBSD 1.5,
891.25Sdholland#options 	COMPAT_16	# NetBSD 1.6,
901.25Sdhollandoptions 	COMPAT_20	# NetBSD 2.0,
911.26Sdhollandoptions 	COMPAT_30	# NetBSD 3.0,
921.26Sdhollandoptions 	COMPAT_40	# NetBSD 4.0,
931.26Sdhollandoptions 	COMPAT_50	# NetBSD 5.0,
941.26Sdhollandoptions 	COMPAT_60	# NetBSD 6.0, and
951.26Sdhollandoptions 	COMPAT_70	# NetBSD 7.0 binary compatibility.
961.1Sad#options 	COMPAT_43	# 4.3BSD, 386BSD, and BSDI
971.1Sad#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
981.1Sad#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
991.1Sad
1001.1Sad#options 	COMPAT_SVR4	# binary compatibility with SVR4
1011.1Sad#options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
1021.1Sad#options 	COMPAT_LINUX	# binary compatibility with Linux
1031.1Sad#options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
1041.1Sadoptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1051.1Sad
1061.1Sad# File systems
1071.1Sadfile-system 	FFS		# UFS
1081.1Sadfile-system 	EXT2FS		# second extended file system (linux)
1091.1Sad#file-system 	LFS		# log-structured file system
1101.1Sadfile-system 	MFS		# memory file system
1111.1Sadfile-system 	NFS		# Network File System client
1121.1Sadfile-system 	NTFS		# Windows/NT Filesystem
1131.1Sadfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
1141.1Sadfile-system 	MSDOSFS		# MS-DOS file system
1151.1Sad#file-system 	FDESC		# /dev/fd
1161.1Sad#file-system 	KERNFS		# /kern
1171.1Sad#file-system 	NULLFS		# loopback file system
1181.1Sad#file-system 	PROCFS		# /proc
1191.1Sad#file-system 	UMAPFS		# NULLFS + uid and gid remapping
1201.1Sad#file-system 	UNION		# union file system
1211.1Sad#file-system 	PTYFS		# /dev/pts/N support
1221.2Sjoergfile-system 	TMPFS		# Efficient memory file-system
1231.1Sad
1241.1Sad# Filesystem options
1251.12Sbouyer#options 	QUOTA		# legacy UFS quotas
1261.12Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
1271.1Sad#options 	NFSSERVER	# Network File System server
1281.1Sadoptions 	NFS_V2_ONLY	# Exclude NFS3 code to save space
1291.1Sadoptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1301.1Sad#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1311.1Sad				# immutable) behave as system flags.
1321.1Sad
1331.1Sad# Networking options
1341.1Sad#options 	GATEWAY		# packet forwarding
1351.1Sadoptions 	INET		# IP + ICMP + TCP + UDP
1361.1Sadoptions 	INET6		# IPv6
1371.1Sad#options 	MROUTING	# IP multicast routing
1381.1Sad#options 	PIM		# Protocol Independent Multicast
1391.1Sad#options 	NETATALK	# AppleTalk networking protocols
1401.1Sad#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1411.1Sad#options 	PPP_DEFLATE	# Deflate compression support for PPP
1421.1Sad#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1431.1Sad#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1441.1Sad
1451.1Sad# These options enable verbose messages for several subsystems.
1461.1Sad# Warning, these may compile large string tables into the kernel!
1471.1Sad#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
1481.1Sad#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1491.1Sad#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
1501.1Sad#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1511.1Sad#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1521.1Sad#options 	SCSIVERBOSE	# human readable SCSI error messages
1531.1Sad
1541.1Sad#
1551.1Sad# wscons options
1561.1Sad#
1571.13Sryo# builtin terminal emulations
1581.1Sad#options 	WSEMUL_SUN		# sun terminal emulation
1591.1Sadoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1601.1Sad# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
1611.1Sad#options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
1621.1Sad#options 	WS_DEFAULT_FG=WSCOL_WHITE
1631.1Sad#options 	WS_DEFAULT_BG=WSCOL_BLACK
1641.1Sad#options 	WS_DEFAULT_COLATTR="(0)"
1651.1Sad#options 	WS_DEFAULT_MONOATTR="(0)"
1661.1Sad#options 	WS_KERNEL_FG=WSCOL_GREEN
1671.1Sad#options 	WS_KERNEL_BG=WSCOL_BLACK
1681.1Sad#options 	WS_KERNEL_COLATTR=""
1691.1Sad#options 	WS_KERNEL_MONOATTR=""
1701.1Sad# customization of console border color
1711.1Sad#options 	WSDISPLAY_CUSTOM_BORDER	# border customization from wsconsctl(8)
1721.1Sad#options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
1731.1Sad# compatibility to other console drivers
1741.1Sad#options 	WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
1751.1Sad#options 	WSDISPLAY_COMPAT_SYSCONS        # emulate some ioctls
1761.16Sabs#options 	WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
1771.1Sad#options 	WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
1781.1Sad# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
1791.1Sad#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1801.1Sad# allocate a number of virtual screens at autoconfiguration time
1811.1Sad#options 	WSDISPLAY_DEFAULTSCREENS=4
1821.1Sad# use a large software cursor that doesn't blink
1831.1Sadoptions 	PCDISPLAY_SOFTCURSOR
1841.1Sad# modify the screen type of the console; defaults to "80x25"
1851.1Sad#options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
1861.1Sad
1871.1Sad# Kernel root file system and dump configuration.
1881.1Sadconfig		netbsd	root on ? type ?
1891.1Sad#config		netbsd	root on sd0a type ffs
1901.1Sad#config		netbsd	root on ? type nfs
1911.1Sad
1921.1Sad#
1931.1Sad# Device configuration
1941.1Sad#
1951.1Sad
1961.1Sadmainbus0 at root
1971.1Sad
1981.1Sadcpu* at mainbus?
1991.1Sad
2001.1Sad#apm0	at mainbus0			# Advanced power management
2011.1Sad
2021.1Sad
2031.1Sad# Basic Bus Support
2041.1Sad
2051.1Sad# PCI bus support
2061.1Sadpci*	at mainbus? bus ?
2071.1Sadpci*	at pchb? bus ?
2081.1Sadpci*	at ppb? bus ?
2091.1Sad
2101.1Sad# PCI bridges
2111.1Sadpchb*	at pci? dev ? function ?	# PCI-Host bridges
2121.27Suebayasi#options 	AGP_X86
2131.1Sadpceb*	at pci? dev ? function ?	# PCI-EISA bridges
2141.1Sadpcib*	at pci? dev ? function ?	# PCI-ISA bridges
2151.1Sadppb*	at pci? dev ? function ?	# PCI-PCI bridges
2161.1Sad# XXX 'puc's aren't really bridges, but there's no better place for them here
2171.1Sad#puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
2181.1Sad
2191.1Sad# EISA bus support
2201.1Sadeisa0	at mainbus?
2211.1Sadeisa0	at pceb?
2221.1Sad
2231.1Sad# ISA bus support
2241.1Sadisa0	at mainbus?
2251.1Sadisa0	at pceb?
2261.1Sadisa0	at pcib?
2271.1Sad
2281.1Sad# PCMCIA bus support
2291.8Sdhollandpcmcia* at pcic? controller ? socket ?
2301.8Sdhollandpcmcia* at tcic? controller ? socket ?
2311.1Sad
2321.1Sad# ISA PCMCIA controllers
2331.13Sryopcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
2341.13Sryopcic1	at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
2351.1Sadpcic2	at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000
2361.13Sryotcic0	at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
2371.1Sad
2381.1Sad# PCI PCMCIA controllers
2391.1Sadpcic0	at pci? dev? function ?
2401.1Sad
2411.1Sad# ISA Plug-and-Play bus support
2421.8Sdhollandisapnp0 at isa?
2431.1Sad
2441.1Sad# ISA Plug-and-Play PCMCIA controllers
2451.1Sadpcic*	at isapnp?
2461.1Sad
2471.1Sad
2481.1Sad# Console Devices
2491.1Sad
2501.1Sad# wscons
2511.7Sdhollandpckbc0		at isa?			# PC keyboard controller
2521.1Sadpckbd*		at pckbc?		# PC keyboard
2531.1Sad#pms*		at pckbc?		# PS/2 mouse for wsmouse
2541.1Sadvga0		at isa?
2551.1Sadvga*		at pci? dev ? function ?
2561.1Sadpcdisplay0	at isa?			# CGA, MDA, EGA, HGA
2571.1Sadwsdisplay*	at vga? console ?
2581.1Sadwsdisplay*	at pcdisplay? console ?
2591.1Sadwskbd*		at pckbd? console ?
2601.1Sad#wsmouse*	at pms? mux 0
2611.1Sad
2621.1Sad#attimer0	at isa?
2631.1Sad#pcppi0		at isa?
2641.1Sad#sysbeep0	at pcppi?
2651.1Sad
2661.1Sad# Serial Devices
2671.1Sad
2681.1Sad# PCI serial interfaces
2691.1Sad#com*	at puc? port ?			# 16x50s on "universal" comm boards
2701.1Sad#cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
2711.1Sad
2721.1Sad# ISA Plug-and-Play serial interfaces
2731.1Sadcom*	at isapnp?			# Modems and serial boards
2741.1Sad
2751.1Sad# PCMCIA serial interfaces
2761.1Sadcom*	at pcmcia? function ?		# Modems and serial cards
2771.1Sad
2781.8Sdhollandpcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
2791.1Sadcom*	at pcmcom? slave ?		# ...and the slave devices
2801.1Sad
2811.1Sad# ISA serial interfaces
2821.1Sad#options 	COM_HAYESP		# adds Hayes ESP serial board support
2831.1Sadcom0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
2841.1Sadcom1	at isa? port 0x2f8 irq 3
2851.1Sadcom2	at isa? port 0x3e8 irq 5
2861.1Sad#com3	at isa? port 0x2e8 irq 9
2871.1Sad#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
2881.1Sad#com*	at ast? slave ?
2891.1Sad#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
2901.1Sad#com*	at boca? slave ?
2911.1Sad#tcom0	at isa? port 0x100 irq 7	# TC-800 8-port serial cards
2921.1Sad#com*	at tcom? slave ?
2931.1Sad#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
2941.1Sad#com*	at rtfps? slave ?
2951.1Sad#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
2961.1Sad
2971.1Sad
2981.1Sad# Parallel Printer Interfaces
2991.1Sad
3001.1Sad# PCI parallel printer interfaces
3011.1Sad#lpt*	at puc? port ?			# || ports on "universal" comm boards
3021.1Sad
3031.1Sad# ISA parallel printer interfaces
3041.1Sad#lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
3051.1Sad#lpt1	at isa? port 0x278
3061.1Sad#lpt2	at isa? port 0x3bc
3071.1Sad
3081.1Sad# I2O devices
3091.1Sadiop*	at pci? dev ? function ?	# I/O processor
3101.1Sadiopsp*	at iop? tid ?			# SCSI/FC-AL ports
3111.1Sadld*	at iop? tid ?			# Block devices
3121.1Sad#dpti*	at iop? tid 0			# DPT/Adaptec control interface
3131.1Sad
3141.1Sad# SCSI Controllers and Devices
3151.1Sad
3161.1Sad# PCI SCSI controllers
3171.1Sadadv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
3181.1Sadadw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
3191.1Sadahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
3201.1Sadahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
3211.1Sadbha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
3221.1Saddpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
3231.1Sadiha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
3241.1Sadmfi*	at pci? dev ? function ?	# LSI MegaRAID SAS
3251.1Sadmly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
3261.1Sadmpt*	at pci? dev ? function ?	# LSI Fusion SCSI/FC
3271.1Sadpcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
3281.1Sadsiop*	at pci? dev ? function ?	# NCR 53c8xx SCSI (new driver)
3291.1Sadtrm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
3301.1Sad
3311.1Sad# EISA SCSI controllers
3321.1Sadahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
3331.1Sadahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
3341.1Sadbha*	at eisa? slot ?			# BusLogic 7xx SCSI
3351.1Saddpt*	at eisa? slot ?			# DPT SmartCache/SmartRAID
3361.1Saduha*	at eisa? slot ?			# UltraStor 24f SCSI
3371.1Sad
3381.1Sad# PCMCIA SCSI controllers
3391.1Sadaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
3401.1Sad
3411.1Sad# ISA Plug-and-Play SCSI controllers
3421.13Sryoaha*	at isapnp?			# Adaptec AHA-154[02
3431.1Sadaic*	at isapnp?			# Adaptec AHA-1520B
3441.1Sad
3451.1Sad# ISA SCSI controllers
3461.1Sadadv0	at isa? port ? irq ? drq ?	# AdvanSys APB-514[02]
3471.1Sadaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
3481.1Sadaha1	at isa? port 0x334 irq ? drq ?
3491.1Sadahc0	at isa? port ? irq ?		# Adaptec 284x SCSI
3501.1Sadaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
3511.1Sadbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
3521.1Sadbha1	at isa? port 0x334 irq ? drq ?
3531.1Sad# The "nca" and "dpt" probes might give false hits or hang your machine.
3541.1Sad#dpt0	at isa? port 0x170 irq ? drq ?	# DPT SmartCache/SmartRAID
3551.1Sad#nca0	at isa? port 0x360 irq 15	# Port-mapped NCR 53C80 controller
3561.1Sad#nca1	at isa? iomem 0xd8000 irq 5	# Memory-mapped controller (T128, etc.)
3571.1Sadsea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
3581.1Saduha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
3591.1Saduha1	at isa? port 0x340 irq ? drq ?
3601.1Sadwds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
3611.1Sadwds1	at isa? port 0x358 irq 11 drq 5
3621.1Sad
3631.1Sad# SCSI bus support
3641.1Sadscsibus* at scsi?
3651.1Sad
3661.1Sad# SCSI devices
3671.1Sadsd*	at scsibus? target ? lun ?	# SCSI disk drives
3681.1Sadst*	at scsibus? target ? lun ?	# SCSI tape drives
3691.1Sadcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
3701.1Sad#ch*	at scsibus? target ? lun ?	# SCSI autochangers
3711.1Sad#ss*	at scsibus? target ? lun ?	# SCSI scanners
3721.1Sad#uk*	at scsibus? target ? lun ?	# SCSI unknown
3731.1Sad
3741.1Sad
3751.1Sad# RAID controllers and devices
3761.1Sadaac*	at pci? dev ? function ?	# Adaptec AAC family
3771.1Sadamr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
3781.1Sadcac*	at eisa? slot ?			# Compaq EISA array controllers
3791.1Sadcac*	at pci? dev ? function ?	# Compaq PCI array controllers
3801.1Sadciss*	at pci? dev ? function ?	# HP Smart Array controllers
3811.1Sadicp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
3821.1Sadmlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
3831.1Sadmlx*	at eisa? slot ?			# Mylex DAC960 & DEC SWXCR family
3841.1Sadtwe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
3851.1Sadtwa*	at pci? dev ? function ?	# 3ware Escalade 95xx RAID controllers
3861.1Sad
3871.1Sadld*	at aac? unit ?			# logical disk devices
3881.1Sadld*	at amr? unit ?
3891.1Sadld*	at cac? unit ?
3901.1Sadld*	at icp? unit ?
3911.1Sadld*	at twe? unit ?
3921.1Sadld*	at twa? unit ?
3931.1Sadld*	at mlx? unit ?
3941.1Sad
3951.1Sadicpsp*	at icp? unit ?			# SCSI pass-through
3961.1Sad
3971.1Sad# IDE and related devices
3981.1Sad# PCI IDE controllers - see pciide(4) for supported hardware.
3991.1Sad# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
4001.1Sad# how to set up DMA modes for this chip. This may work, or may cause
4011.1Sad# a machine hang with some controllers.
4021.1Sadpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
4031.1Sadacardide*	at pci? dev ? function ?	# Acard IDE controllers
4041.13Sryoaceride*	at pci? dev ? function ?	# Acer Lab IDE controllers
4051.13Sryo#ahcisata*	at pci? dev ? function ?	# AHCI SATA controllers
4061.1Sadartsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
4071.1Sadcmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
4081.1Sadcypide* 	at pci? dev ? function ?	# Cypress IDE controllers
4091.13Sryogeodeide*	at pci? dev ? function ?	# AMD Geode IDE controllers
4101.1Sadhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
4111.1Saditeide* 	at pci? dev ? function ?	# IT Express IDE controllers
4121.8Sdholland#ixpide* 	at pci? dev ? function ?	# ATI IXP IDE controllers
4131.13Sryooptiide*	at pci? dev ? function ?	# Opti IDE controllers
4141.13Sryopiixide*	at pci? dev ? function ?	# Intel IDE controllers
4151.1Sadpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
4161.1Sadpdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
4171.1Sadrccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
4181.1Sadsatalink*	at pci? dev ? function ?	# SiI SATALink controllers
4191.1Sadsiside* 	at pci? dev ? function ?	# SiS IDE controllers
4201.8Sdhollandslide*		at pci? dev ? function ?	# Symphony Labs IDE controllers
4211.13Sryo#svwsata*	at pci? dev ? function ?	# ServerWorks SATA controllers
4221.1Sadviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
4231.1Sadstpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
4241.1Sad
4251.1Sad# ISA Plug-and-Play IDE controllers
4261.1Sadwdc*	at isapnp?
4271.1Sad
4281.1Sad# PCMCIA IDE controllers
4291.1Sadwdc*	at pcmcia? function ?
4301.1Sad
4311.1Sad# ISA ST506, ESDI, and IDE controllers
4321.1Sad# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
4331.1Sad# fall back to 16bits I/O if 32bits I/O are not functional).
4341.1Sad# Some controllers pass the initial 32bit test, but will fail later.
4351.1Sadwdc0	at isa? port 0x1f0 irq 14 flags 0x00
4361.1Sadwdc1	at isa? port 0x170 irq 15 flags 0x00
4371.1Sad
4381.1Sad# ATA (IDE) bus support
4391.1Sadatabus* at ata?
4401.1Sad
4411.1Sad# IDE drives
4421.1Sad# Flags are used only with controllers that support DMA operations
4431.1Sad# and mode settings (e.g. some pciide controllers)
4441.1Sad# The lowest order four bits (rightmost digit) of the flags define the PIO
4451.1Sad# mode to use, the next set of four bits the DMA mode and the third set the
4461.1Sad# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
4471.1Sad# to use, and the last bit must be 1 for this setting to be used.
4481.1Sad# For DMA and UDMA, 0xf (1111) means 'disable'.
4491.1Sad# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
4501.1Sad# (0xc=1100, 0xa=1010, 0xf=1111)
4511.1Sad# 0x0000 means "use whatever the drive claims to support".
4521.1Sadwd*	at atabus? drive ? flags 0x0000
4531.1Sad
4541.1Sad# ATA RAID configuration support, as found on some Promise controllers.
4551.1Sadpseudo-device	ataraid
4561.1Sadld*	at ataraid? vendtype ? unit ?
4571.1Sad
4581.1Sad# ATAPI bus support
4591.1Sadatapibus* at atapi?
4601.1Sad
4611.1Sad# ATAPI devices
4621.1Sad# flags have the same meaning as for IDE drives.
4631.1Sadcd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
4641.1Sadsd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
4651.1Sadst*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
4661.1Sad#uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
4671.1Sad
4681.1Sad
4691.1Sad# Miscellaneous mass storage devices
4701.1Sad
4711.1Sad# ISA floppy
4721.1Sadfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
4731.1Sad#fdc1	at isa? port 0x370 irq ? drq ?
4741.1Sadfd*	at fdc? drive ?			# the drives themselves
4751.1Sad# some machines need you to do this instead of fd*
4761.1Sad#fd0	at fdc0 drive 0
4771.1Sad
4781.1Sad# ISA CD-ROM devices
4791.1Sad#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
4801.1Sad
4811.1Sad# ISA tape devices
4821.1Sad# note: the wt driver conflicts unpleasantly with ed devices at the
4831.1Sad# same I/O address. The probe reprograms their EEPROMs. Don't
4841.1Sad# uncomment it unless you are actually using it.
4851.1Sad#wt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
4861.1Sad
4871.1Sad
4881.1Sad# Network Interfaces
4891.1Sad
4901.1Sad# PCI network interfaces
4911.1Sadan*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
4921.1Sadath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
4931.1Sadatw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
4941.13Sryobce*	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
4951.13Sryobge*	at pci? dev ? function ?	# Broadcom 570x Gigabit Ethernet
4961.13Sryo# bnx*	at pci? dev ? function ?	# Broadcom NetXtremeII gigabit Ethernet
4971.1Sad#en*	at pci? dev ? function ?	# ENI/Adaptec ATM
4981.1Sadep*	at pci? dev ? function ?	# 3Com 3c59x
4991.7Sdhollandex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
5001.1Sadepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
5011.1Sad#esh*	at pci? dev ? function ?	# Essential HIPPI card
5021.1Sadfpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
5031.1Sadfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
5041.1Sadgsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
5051.1Sad#hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
5061.1Sad#ipw*	at pci? dev ? function ?	# Intel PRO/Wireless 2100
5071.1Sad#iwi*	at pci? dev ? function ?	# Intel PRO/Wireless 2200BG
5081.1Sad#le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
5091.1Sadlii*	at pci? dev ? function ?	# Atheros L2 Fast-Ethernet
5101.1Sad#lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
5111.1Sadmskc*	at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
5121.1Sadmsk*	at mskc?			# Marvell Yukon 2 Gigabit Ethernet
5131.1Sadmtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
5141.1Sadne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
5151.1Sad#nfe*	at pci?	dev ? function ?	# NVIDIA nForce Ethernet
5161.1Sad#ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
5171.1Sadpcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
5181.1Sadre*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
5191.1Sadrtk*	at pci? dev ? function ?	# Realtek 8129/8139
5201.1Sadsf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
5211.1Sadsip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
5221.1Sadskc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
5231.1Sadsk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
5241.1Sadste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
5251.1Sadstge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
5261.1Sadti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
5271.1Sadtl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
5281.1Sadtlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
5291.1Sad#txp*	at pci? dev ? function ?	# 3com 3cr990
5301.1Sad#vge*	at pci? dev ? function ?	# VIATech VT612X Gigabit Ethernet
5311.1Sadvr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
5321.1Sadwi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
5331.1Sadwm*	at pci? dev ? function ?	# Intel 8254x gigabit
5341.1Sad
5351.1Sad# EISA network interfaces
5361.1Sadep*	at eisa? slot ?			# 3Com 3c579 Ethernet
5371.1Sadfea*	at eisa? slot ?			# DEC DEFEA FDDI
5381.1Sadtlp*	at eisa? slot ?			# DEC DE-425 Ethernet
5391.1Sad
5401.1Sad# ISA Plug-and-Play network interfaces
5411.1Sadan*	at isapnp?			# # Aironet 802.11
5421.1Sadep*	at isapnp?			# 3Com 3c509 Ethernet
5431.1Sadfmv*	at isapnp?			# Fujitsu FMV-183
5441.1Sadle*	at isapnp?			# AMD PCnet-ISA Ethernet
5451.1Sadne*	at isapnp?			# NE2000-compatible Ethernet
5461.7Sdhollandtr*	at isapnp?			# IBM/3Com TROPIC Token-Ring
5471.1Sad
5481.1Sad# PCMCIA network interfaces
5491.1Sadan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
5501.1Sadawi*	at pcmcia? function ?		# BayStack 650 (802.11FH)
5511.1Sadcnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
5521.1Sadcs*	at pcmcia? function ?		# CS89xx Ethernet
5531.1Sadep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
5541.1Sadmbe*	at pcmcia? function ?		# MB8696x based Ethernet
5551.1Sadne*	at pcmcia? function ?		# NE2000-compatible Ethernet
5561.13Sryoray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
5571.1Sadsm*	at pcmcia? function ?		# Megahertz Ethernet
5581.7Sdhollandwi*	at pcmcia? function ?		# Lucent/Intersil WaveLAN/IEEE (802.11)
5591.1Sadoptions 	WI_PCMCIA_SPECTRUM24T_FW=0
5601.1Sadxirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
5611.1Sadcom*	at xirc?
5621.1Sadxi*	at xirc?
5631.1Sadmhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
5641.1Sadcom*	at mhzc?
5651.1Sadsm*	at mhzc?
5661.1Sad
5671.1Sad# ISA network interfaces
5681.1Sadate0	at isa? port 0x2a0 irq ?		# AT1700
5691.1Sadcs0	at isa? port 0x300 iomem ? irq ? drq ?	# CS8900 Ethernet
5701.1Sadec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
5711.7Sdhollandeg0	at isa? port 0x280 irq 9		# 3c505 Ethernet cards
5721.7Sdhollandel0	at isa? port 0x300 irq 9		# 3c501 Ethernet cards
5731.7Sdhollandep*	at isa? port ? irq ?			# 3c509 Ethernet cards
5741.7Sdhollandef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3c507
5751.1Sadai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
5761.1Sadfmv0	at isa? port 0x2a0 irq ?		# FMV-181/182
5771.1Sadix0	at isa? port 0x300 irq 10		# EtherExpress/16
5781.1Sadiy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
5791.1Sadlc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
5801.1Saddepca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
5811.1Sadle*	at depca?
5821.1Sadnele0	at isa? port 0x320 irq 9 drq 7		# NE2100
5831.1Sadle*	at nele?
5841.1Sadbicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
5851.1Sadle*	at bicc?
5861.7Sdhollandne0	at isa? port 0x280 irq 9		# NE[12]000 Ethernet cards
5871.1Sadne1	at isa? port 0x300 irq 10
5881.1Sadsm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
5891.1Sadtr0	at isa? port 0xa20 iomem 0xd8000 irq ?	# IBM TROPIC based Token-Ring
5901.1Sadtr1	at isa? port 0xa24 iomem 0xd0000 irq ?	# IBM TROPIC based Token-Ring
5911.7Sdhollandtr*	at isa? port ? irq ?			# 3Com TROPIC based Token-Ring
5921.1Sadwe0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
5931.1Sadwe1	at isa? port 0x300 iomem 0xcc000 irq 10
5941.1Sad
5951.1Sad# MII/PHY support
5961.1Sadacphy*	at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
5971.1Sadamhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
5981.1Sadbmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
5991.1Sadbrgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
6001.1Sad#ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
6011.1Saddmphy*	at mii? phy ?			# Davicom DM9101 PHYs
6021.1Sadexphy*	at mii? phy ?			# 3Com internal PHYs
6031.1Sadglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
6041.1Sadgphyter* at mii? phy ?			# NS83861 Gig-E PHY
6051.8Sdhollandicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
6061.1Sadigphy*	at mii? phy ?			# Intel IGP01E1000
6071.11Schristosihphy*	at mii? phy ?			# Intel 82577 PHYs
6081.1Sadikphy*	at mii? phy ?			# Intel 82563 PHYs
6091.1Sadinphy*	at mii? phy ?			# Intel 82555 PHYs
6101.1Sadiophy*	at mii? phy ?			# Intel 82553 PHYs
6111.8Sdhollandlxtphy* at mii? phy ?			# Level One LXT-970 PHYs
6121.8Sdhollandmakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
6131.1Sadnsphy*	at mii? phy ?			# NS83840 PHYs
6141.8Sdhollandnsphyter* at mii? phy ? 		# NS83843 PHYs
6151.1Sadpnaphy* at mii? phy ?			# generic HomePNA PHYs
6161.1Sadqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
6171.8Sdhollandrgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
6181.1Sadrlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
6191.1Sadsqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
6201.1Sadtlphy*	at mii? phy ?			# ThunderLAN PHYs
6211.1Sadtqphy*	at mii? phy ?			# TDK Semiconductor PHYs
6221.8Sdhollandurlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
6231.1Sadukphy*	at mii? phy ?			# generic unknown PHYs
6241.1Sad
6251.1Sad# USB Controller and Devices
6261.1Sad
6271.1Sad# PCI USB controllers
6281.1Sadehci*	at pci?	dev ? function ?	# Enhanced Host Controller
6291.1Saduhci*	at pci?				# Universal Host Controller (Intel)
6301.1Sadohci*	at pci?				# Open Host Controller
6311.1Sad
6321.1Sad# USB bus support
6331.1Sadusb*	at ehci?
6341.1Sadusb*	at uhci?
6351.1Sadusb*	at ohci?
6361.1Sad
6371.1Sad# USB Hubs
6381.1Saduhub*	at usb?
6391.1Saduhub*	at uhub? port ?
6401.1Sad
6411.1Sad# USB HID device
6421.8Sdhollanduhidev* at uhub? port ? configuration ? interface ?
6431.1Sad
6441.1Sad# USB Mice
6451.1Sad#ums*	at uhidev? reportid ?
6461.1Sad#wsmouse*	at ums?
6471.1Sad
6481.1Sad# USB Keyboards
6491.1Sadukbd*	at uhidev? reportid ?
6501.1Sadwskbd*	at ukbd? console ?
6511.1Sad
6521.1Sad# USB serial adapter
6531.8Sdholland#ucycom* at uhidev? reportid ?
6541.1Sad
6551.1Sad# USB Generic HID devices
6561.1Sad#uhid*	at uhidev? reportid ?
6571.1Sad
6581.1Sad# USB Printer
6591.1Sad#ulpt*	at uhub? port ? configuration ? interface ?
6601.1Sad
6611.1Sad# USB Mass Storage
6621.1Sadumass*	at uhub? port ? configuration ? interface ?
6631.1Sad
6641.1Sad# Y@P firmware loader
6651.1Sad#uyap* at uhub? port ?
6661.1Sad
6671.1Sad# USB Generic driver
6681.1Sad#ugen*	at uhub? port ? configuration ? interface ?
6691.1Sad
6701.1Sad# USB Ethernet adapters
6711.1Sad#atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
6721.13Sryoaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
6731.1Sadaxe*	at uhub? port ?		# ASIX AX88172 based adapters
6741.13Sryocue*	at uhub? port ?		# CATC USB-EL1201A based adapters
6751.13Sryokue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
6761.1Sadurl*	at uhub? port ?		# Realtek RTL8150L based adapters
6771.1Sad
6781.1Sad# Audio Devices
6791.1Sad
6801.1Sad# PCI audio devices
6811.1Sad#eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
6821.1Sad#eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
6831.1Sad#sv*	at pci? dev ? function ?	# S3 SonicVibes
6841.1Sad
6851.1Sad# ISA Plug-and-Play audio devices
6861.8Sdholland#guspnp* at isapnp?			# Gravis Ultra Sound PnP audio
6871.1Sad#sb*	at isapnp?			# SoundBlaster-compatible audio
6881.1Sad
6891.1Sad# ISA audio devices
6901.1Sad# the "aria" probe might give false hits
6911.1Sad#aria0	at isa? port 0x290 irq 10 		# Aria
6921.1Sad#gus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
6931.1Sad#pas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
6941.1Sad#sb0	at isa? port 0x220 irq 7 drq 1 drq2 5	# SoundBlaster
6951.1Sad#wss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
6961.1Sad
6971.1Sad# OPL[23] FM synthesizers
6981.1Sad#opl0	at isa? port 0x388	# use only if not attached to sound card
6991.1Sad#opl*	at eso?
7001.1Sad#opl*	at ess?
7011.1Sad#opl*	at sb?
7021.1Sad#opl*	at sv?
7031.1Sad
7041.1Sad# Audio support
7051.1Sad#audio*	at audiobus?
7061.1Sad
7071.1Sad# MIDI support
7081.1Sad#midi*	at midibus?
7091.1Sad#midi*	at pcppi?		# MIDI interface to the PC speaker
7101.1Sad
7111.1Sad# The spkr driver provides a simple tone interface to the built in speaker.
7121.1Sad#spkr0	at pcppi?		# PC speaker
7131.1Sad
7141.1Sad
7151.1Sad# Mice
7161.1Sad
7171.1Sad# ISA busmice
7181.1Sad#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
7191.1Sad#lms1	at isa? port 0x238 irq 5
7201.1Sad#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
7211.1Sad#mms1	at isa? port 0x238 irq 5
7221.1Sad#wsmouse*	at lms?
7231.1Sad#wsmouse*	at mms?
7241.1Sad
7251.1Sad# Joysticks
7261.1Sad
7271.1Sad# ISA Plug-and-Play joysticks
7281.1Sad#joy*	at isapnp?			# Game ports (usually on audio cards)
7291.1Sad
7301.1Sad# ISA joysticks. Probe is a little strange; add only if you have one.
7311.1Sad#joy0	at isa? port 0x201
7321.1Sad
7331.1Sad
7341.1Sad# Miscellaneous Devices
7351.1Sad
7361.1Sad# Planetconnect Satellite receiver driver.
7371.1Sad#satlink0 at isa? port 0x300 drq 1
7381.1Sad
7391.15Shannken# Virtio devices
7401.15Shannkenvirtio*	at pci? dev ? function ?	# Virtio PCI device
7411.15Shannkenviomb*	at virtio?			# Virtio memory balloon device
7421.15Shannkenld*	at virtio?			# Virtio disk device
7431.15Shannkenvioif*	at virtio?			# Virtio network device
7441.1Sad
7451.1Sad# Pull in optional local configuration
7461.1Sadcinclude "arch/i386/conf/INSTALL.local"
7471.1Sad
7481.1Sad
7491.1Sad# Pseudo-Devices
7501.1Sad
7511.1Sad# disk/mass storage pseudo-devices
7521.18Schristos#pseudo-device	ccd			# concatenated/striped disk devices
7531.19Schristospseudo-device	raid			# RAIDframe disk driver
7541.1Sadoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
7551.9Spooka#pseudo-device	fss			# file system snapshot device
7561.10Shannkenpseudo-device	md			# memory disk device (ramdisk)
7571.1Sad#pseudo-device	vnd			# disk-like interface to files
7581.1Sad
7591.1Sad# network pseudo-devices
7601.1Sadpseudo-device	bpfilter		# Berkeley packet filter
7611.1Sad#pseudo-device	ipfilter		# IP filter (firewall) and NAT
7621.1Sadpseudo-device	loop			# network loopback
7631.1Sad#pseudo-device	ppp			# Point-to-Point Protocol
7641.1Sadpseudo-device	sl			# Serial Line IP
7651.1Sad#pseudo-device	strip			# Starmode Radio IP (Metricom)
7661.1Sad#pseudo-device	tun			# network tunneling over tty
7671.1Sad#pseudo-device	gre			# generic L3 over IP tunnel
7681.1Sad
7691.1Sad# miscellaneous pseudo-devices
7701.18Schristospseudo-device	pty			# pseudo-terminals
7711.1Sadoptions NO_DEV_PTM
7721.20Schristos#pseudo-device	sequencer		# MIDI sequencer
7731.1Sad# rnd works; RND_COM does not on port i386 yet.
7741.1Sad#options 	RND_COM			# use "com" randomness as well (BROKEN)
7751.1Sad
7761.1Sad# a pseudo device needed for Coda	# also needs CODA (above)
7771.19Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
7781.1Sad
7791.1Sad# wscons pseudo-devices
7801.1Sadpseudo-device	wsmux			# mouse & keyboard multiplexor
7811.1Sad#pseudo-device	wsfont
7821.1Sad
783