GENERIC revision 1.44
11.44Saugustss# $NetBSD: GENERIC,v 1.44 2003/02/16 17:35:14 augustss Exp $
21.1Schris#
31.14Sgmcgarry# GENERIC machine description file
41.14Sgmcgarry# 
51.14Sgmcgarry# This machine description file is used to generate the default NetBSD
61.14Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.14Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Schris#
91.14Sgmcgarry# The machine description file can be customised for your specific
101.14Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.14Sgmcgarry#
121.14Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.14Sgmcgarry# man page.
141.14Sgmcgarry#
151.14Sgmcgarry# For further information on hardware support for this architecture, see
161.14Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.14Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.14Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.14Sgmcgarry# device.
201.1Schris
211.14Sgmcgarryinclude		"arch/cats/conf/std.cats"
221.27Satatat
231.27Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.1Schris
251.1Schris# estimated number of users
261.1Schris
271.1Schrismaxusers	32
281.1Schris
291.1Schris# Standard system options
301.1Schris
311.1Schrisoptions 	UCONSOLE	# users can use TIOCCONS (for xconsole)
321.1Schrisoptions 	INSECURE	# disable kernel securelevel
331.1Schris
341.1Schrisoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
351.1Schrisoptions 	NTP		# NTP phase/frequency locked loop
361.40Sjunyoung
371.43Swiz# Enable experimental buffer queue strategy for better responsiveness under 
381.40Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
391.40Sjunyoung#options 	NEW_BUFQ_STRATEGY
401.1Schris
411.1Schris# CPU options
421.1Schris
431.1Schris# For StrongARM systems
441.1Schrisoptions 	CPU_SA110	# Support the SA110 core
451.1Schrismakeoptions	COPTS="-O2 -march=armv4 -mtune=strongarm"
461.1Schris
471.1Schris# FPA options
481.1Schris
491.1Schris#options 	ARMFPE		# ARM Ltd FPE
501.1Schris
511.1Schris# File systems
521.1Schris
531.1Schrisfile-system	FFS		# UFS
541.1Schrisfile-system	LFS		# log-structured file system
551.1Schrisfile-system	MFS		# memory file system
561.1Schrisfile-system	NFS		# Network file system
571.1Schrisfile-system 	ADOSFS		# AmigaDOS-compatible file system
581.1Schrisfile-system 	EXT2FS		# second extended file system (linux)
591.1Schrisfile-system	CD9660		# ISO 9660 + Rock Ridge file system
601.1Schrisfile-system	MSDOSFS		# MS-DOS file system
611.1Schrisfile-system	FDESC		# /dev/fd
621.1Schrisfile-system	KERNFS		# /kern
631.1Schrisfile-system	NULLFS		# loopback file system
641.1Schrisfile-system 	OVERLAY		# overlay filesystem
651.1Schrisfile-system	PORTAL		# portal filesystem (still experimental)
661.1Schrisfile-system	PROCFS		# /proc
671.1Schrisfile-system	UMAPFS		# NULLFS + uid and gid remapping
681.1Schrisfile-system	UNION		# union file system
691.1Schrisfile-system	CODA		# Coda File System; also needs vcode (below)
701.1Schris
711.1Schris# File system options
721.1Schrisoptions 	QUOTA		# UFS quotas
731.1Schris#options 	FFS_EI		# FFS Endian Independant support
741.1Schrisoptions 	NFSSERVER
751.12Slukemoptions 	SOFTDEP		# FFS soft updates support
761.1Schris
771.1Schris# Networking options
781.1Schris
791.1Schris#options 	GATEWAY		# packet forwarding
801.1Schrisoptions 	INET		# IP + ICMP + TCP + UDP
811.1Schrisoptions 	INET6		# IPV6
821.1Schris#options 	IPSEC		# IP security
831.1Schris#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
841.1Schris#options 	IPSEC_DEBUG	# debug for IP security
851.1Schris#options 	MROUTING	# IP multicast routing
861.1Schrisoptions 	NS		# XNS
871.1Schris#options 	NSIP		# XNS tunneling over IP
881.1Schrisoptions 	ISO,TPIP	# OSI
891.1Schris#options 	EON		# OSI tunneling over IP
901.1Schrisoptions 	CCITT,LLC,HDLC	# X.25
911.1Schrisoptions 	NETATALK	# AppleTalk networking
921.1Schrisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
931.1Schrisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
941.1Schrisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
951.1Schrisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
961.1Schrisoptions 	IPFILTER_LOG	# ipmon(8) log support
971.32Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
981.8Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
991.1Schris
1001.1Schrisoptions 	NFS_BOOT_BOOTP
1011.1Schrisoptions 	NFS_BOOT_DHCP
1021.1Schris#options 	NFS_BOOT_BOOTPARAM
1031.1Schris
1041.1Schris# Compatibility options
1051.1Schris
1061.1Schris#options 	COMPAT_43	# 4.3BSD compatibility.
1071.1Schrisoptions 	COMPAT_14	# NetBSD 1.4 compatibility.
1081.1Schrisoptions 	COMPAT_13	# NetBSD 1.3 compatibility.
1091.1Schris#options 	COMPAT_12	# NetBSD 1.2 compatibility.
1101.1Schris#options 	COMPAT_11	# NetBSD 1.1 compatibility.
1111.1Schris#options 	COMPAT_10	# NetBSD 1.0 compatibility.
1121.1Schris#options 	COMPAT_09	# NetBSD 0.9 compatibility.
1131.8Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1141.1Schris
1151.1Schris# Shared memory options
1161.1Schris
1171.1Schrisoptions 	SYSVMSG		# System V-like message queues
1181.1Schrisoptions 	SYSVSEM		# System V-like semaphores
1191.12Slukem#options 	SEMMNI=10	# number of semaphore identifiers
1201.12Slukem#options 	SEMMNS=60	# number of semaphores in system
1211.12Slukem#options 	SEMUME=10	# max number of undo entries per process
1221.12Slukem#options 	SEMMNU=30	# number of undo structures in system
1231.1Schrisoptions 	SYSVSHM		# System V-like memory sharing
1241.1Schris#options 	SHMMAXPGS=1024	# 1024 pages is the default
1251.1Schris
1261.1Schris# Device options
1271.1Schris
1281.3Schris#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1291.22Slukem#options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
1301.1Schris#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1311.1Schris
1321.1Schris# Miscellaneous kernel options
1331.1Schrisoptions 	KTRACE		# system call tracing, a la ktrace(1)
1341.37Sprovosoptions 	SYSTRACE	# system call vetting via systrace(1)
1351.1Schrisoptions 	IRQSTATS	# manage IRQ statistics
1361.1Schris#options 	LKM		# loadable kernel modules
1371.1Schris#options 	KMEMSTATS	# kernel memory statistics
1381.1Schrisoptions 	SCSIVERBOSE	# Verbose SCSI errors
1391.1Schrisoptions 	PCIVERBOSE	# Verbose PCI descriptions
1401.1Schrisoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1411.1Schris#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1421.1Schrisoptions 	USBVERBOSE	# verbose USB device autoconfig messages
1431.12Slukemoptions 	PMAP_STATIC_L1S=128
1441.30Slukemoptions 	USERCONF	# userconf(4) support
1451.17Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1461.41Schris
1471.41Schris# if set defines a keycode for the fcom console to break into ddb.
1481.41Schris# 0x40 == @, see man ascii(7)
1491.41Schris#options 	DDB_KEYCODE=0x40
1501.1Schris
1511.1Schris# wscons options
1521.1Schris#options 	WSEMUL_SUN		# sun terminal emulation
1531.1Schrisoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1541.1Schris# different kernel output - see dev/wscons/wsdisplayvar.h
1551.1Schrisoptions 	WS_KERNEL_FG=WSCOL_GREEN
1561.1Schrisoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1571.1Schrisoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1581.1Schrisoptions 	WSDISPLAY_COMPAT_USL		# VT handling
1591.1Schrisoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1601.1Schris# see dev/wscons/wskbdmap_mfii.h for implemented layouts
1611.1Schris#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1621.36Schris# the following enables some functions to get mouse console support.
1631.36Schris# if you want a really secure system, it may be better not to enable them,
1641.36Schris# see wsmoused(8), section SECURITY CONSIDERATIONS for more info.
1651.36Schris#options 	WSDISPLAY_CHARFUNCS		# mouse console support
1661.1Schris
1671.1Schris# Development and Debugging options
1681.1Schris
1691.1Schris#options 	ARM700BUGTRACK	# track the ARM700 swi bug
1701.1Schris#options 	PORTMASTER	# Enable PortMaster only options
1711.1Schrisoptions 	DIAGNOSTIC	# internally consistency checks
1721.12Slukem#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1731.1Schris#options 	IPKDB		# remote kernel debugging
1741.1Schrisoptions 	DDB		# in-kernel debugger
1751.1Schrisoptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1761.1Schris#makeoptions	DEBUG="-g"	# compile full symbol table
1771.38Schrisoptions		SYMTAB_SPACE=380000
1781.1Schris
1791.1Schrisconfig		netbsd	root on ? type ?
1801.1Schris
1811.1Schris# The main bus device
1821.1Schrismainbus0 at root
1831.1Schris
1841.1Schris# The boot cpu
1851.1Schriscpu0 at mainbus?
1861.1Schris
1871.1Schris# Core logic
1881.1Schrisfootbridge0	at mainbus?
1891.1Schris
1901.1Schris# footbridge uart
1911.1Schrisfcom0	at footbridge?
1921.1Schris
1931.1Schris# system clock via footbridge
1941.1Schris#clock*	at footbridge?
1951.1Schris
1961.1Schris# time-of-day device via footbridge or RTC
1971.1Schristodclock0	at todservice?
1981.1Schris
1991.1Schris# PCI bus support
2001.1Schris# PCI bus via footbridge
2011.1Schrispci0	at footbridge?			# PCI bus
2021.1Schris
2031.1Schrispci*	at ppb? bus ?
2041.1Schris
2051.1Schris# PCI bridges
2061.1Schrisppb*	at pci? dev ? function ?	# PCI-PCI bridges
2071.1Schris# XXX 'puc's aren't really bridges, but there's no better place for them here
2081.1Schris#puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
2091.1Schris
2101.1Schris# PCI serial interfaces
2111.1Schris#com*	at puc? port ?			# 16x50s on "universal" comm boards
2121.1Schris#cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
2131.1Schris
2141.1Schris# PCI parallel printer interfaces
2151.1Schris#lpt*	at puc? port ?			# || ports on "universal" comm boards
2161.1Schris
2171.1Schris# PCI SCSI Controllers and Buses
2181.1Schrisadv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], ULTRA SCSI
2191.1Schrisscsibus* at adv?
2201.1Schris#adw*	at pci? dev ? function ?	# AdvanSys 9xxUW SCSI
2211.1Schris#scsibus* at adw?
2221.1Schrisahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
2231.1Schrisscsibus* at ahc?
2241.1Schris#bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
2251.1Schris#scsibus* at bha?
2261.5Stsutsuiiha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
2271.5Stsutsuiscsibus* at iha?
2281.1Schrisisp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
2291.1Schrisscsibus* at isp?
2301.1Schrispcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
2311.1Schrisscsibus* at pcscp?
2321.1Schrissiop*	at pci? dev ? function ?	# NCR 53c8xx SCSI
2331.1Schrisscsibus* at siop?
2341.1Schris
2351.1Schris# SCSI devices
2361.1Schrissd*	at scsibus? target ? lun ?	# SCSI disk drives
2371.1Schrisst*	at scsibus? target ? lun ?	# SCSI tape drives
2381.1Schriscd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2391.1Schris#ch*	at scsibus? target ? lun ?	# SCSI auto-changers
2401.1Schris#uk*	at scsibus? target ? lun ?	# SCSI unknown device
2411.1Schris#ss*	at scsibus? target ? lun ?	# SCSI scanner
2421.1Schris
2431.1Schris# PCI IDE Controllers and Devices
2441.1Schris# PCI IDE controllers - see pciide(4) for supported hardware.
2451.1Schris# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
2461.1Schris# how to set up DMA modes for this chip. This may work, or may cause
2471.1Schris# a machine hang with some controllers.
2481.1Schrispciide* at pci? dev ? function ? flags 0x0000
2491.1Schris
2501.1Schris# IDE drives
2511.1Schris# Flags are used only with controllers that support DMA operations
2521.1Schris# and mode settings (e.g. some pciide controllers)
2531.1Schris# The lowest order four bits (rightmost digit) of the flags define the PIO
2541.1Schris# mode to use, the next set of four bits the DMA mode and the third set the
2551.1Schris# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2561.1Schris# to use, and the last bit must be 1 for this setting to be used.
2571.1Schris# For DMA and UDMA, 0xf (1111) means 'disable'.
2581.1Schris# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2591.1Schris# (0xc=1100, 0xa=1010, 0xf=1111)
2601.1Schris# 0x0000 means "use whatever the drive claims to support".
2611.1Schriswd*	at pciide? channel ? drive ? flags 0x0000	# the drives themselves
2621.1Schris
2631.1Schris# ATAPI bus support
2641.1Schrisatapibus* at pciide? channel ?
2651.1Schris
2661.1Schris# ATAPI devices
2671.1Schriscd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
2681.1Schrissd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2691.1Schrisuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
2701.1Schris
2711.1Schris# PCI network interfaces
2721.1Schris#en*	at pci? dev ? function ?	# ENI/Adaptec ATM
2731.19Sskrllep*	at pci? dev ? function ?	# 3C590 ethernet cards
2741.1Schrisex*	at pci? dev ? function ?	# 3Com 90x[B]
2751.4Stsutsuiepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
2761.1Schris#esh*	at pci? dev ? function ?	# Essential HIPPI card
2771.1Schris#fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
2781.4Stsutsuifxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
2791.1Schris#le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
2801.1Schrisne*	at pci? dev ? function ?	# NE2000 compat ethernet
2811.1Schris#ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
2821.4Stsutsuisip*	at pci? dev ? function ?	# SiS 900 Ethernet
2831.1Schris#tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
2841.26Smycrofttlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
2851.1Schrisvr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
2861.1Schris#lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
2871.1Schrisrtk*	at pci? dev ? function ?	# Realtek 8129/8139
2881.1Schris
2891.1Schris# MII/PHY support
2901.29Snathanwacphy*	at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
2911.29Snathanwamhphy*	at mii? phy ?			# AMD 79c901 Ethernet PHYs
2921.29Snathanwbmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
2931.29Snathanwbrgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
2941.29Snathanwdmphy*	at mii? phy ?			# Davicom DM9101 PHYs
2951.1Schrisexphy*	at mii? phy ?			# 3Com internal PHYs
2961.29Snathanwglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
2971.29Snathanwgphyter* at mii? phy ?			# NS83861 Gig-E PHY
2981.29Snathanwicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
2991.4Stsutsuiinphy*	at mii? phy ?			# Intel 82555 PHYs
3001.35Srearnshaiophy*	at mii? phy ?			# Intel 82553 PHYs
3011.29Snathanwlxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
3021.29Snathanwmakphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
3031.1Schrisnsphy*	at mii? phy ?			# NS83840 PHYs
3041.29Snathanwnsphyter* at mii? phy ?			# NS83843 PHYs
3051.29Snathanwpnaphy*	at mii? phy ?			# generic HomePNA PHYs
3061.4Stsutsuiqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3071.29Snathanwsqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3081.29Snathanwtlphy*	at mii? phy ?			# ThunderLAN PHYs
3091.29Snathanwtqphy*	at mii? phy ?			# TDK Semiconductor PHYs
3101.1Schrisukphy*	at mii? phy ?			# generic unknown PHYs
3111.29Snathanwurlphy*	at mii? phy ?			# Realtek RTL8150L internal PHYs
3121.1Schris
3131.1Schris# USB Controller and Devices
3141.1Schris
3151.1Schris# PCI USB controllers
3161.1Schrisohci*	at pci?				# Open Host Controller
3171.1Schris
3181.1Schris# USB bus support
3191.1Schrisusb*	at ohci?
3201.1Schris
3211.1Schris# USB Hubs
3221.1Schrisuhub*	at usb?
3231.1Schrisuhub*	at uhub? port ? configuration ? interface ?
3241.1Schris
3251.16Saugustss# USB HID device
3261.16Saugustssuhidev*	at uhub? port ? configuration ? interface ?
3271.16Saugustss
3281.1Schris# USB Mice
3291.16Saugustssums*	at uhidev? reportid ?
3301.1Schriswsmouse*	at ums?
3311.1Schris
3321.1Schris# USB Keyboards
3331.16Saugustssukbd*	at uhidev? reportid ?
3341.1Schriswskbd*	at ukbd? console ?
3351.1Schris
3361.1Schris# USB Generic HID devices
3371.16Saugustssuhid*	at uhidev? reportid ?
3381.1Schris
3391.1Schris# USB Printer
3401.1Schrisulpt*	at uhub? port ? configuration ? interface ?
3411.1Schris
3421.1Schris# USB Modem
3431.1Schrisumodem*	at uhub? port ? configuration ?
3441.1Schrisucom*	at umodem?
3451.1Schris
3461.1Schris# USB Mass Storage
3471.1Schrisumass*	at uhub? port ? configuration ? interface ?
3481.1Schrisatapibus* at umass? channel ?
3491.1Schrisscsibus* at umass? channel ?
3501.1Schris
3511.1Schris# USB audio
3521.1Schrisuaudio*	at uhub? port ? configuration ?
3531.1Schrisaudio*	at uaudio?
3541.1Schris
3551.1Schris# USB MIDI
3561.12Slukemumidi*	at uhub? port ? configuration ?
3571.12Slukemmidi*	at umidi?
3581.1Schris
3591.1Schris# USB Ethernet adapters
3601.1Schrisaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
3611.1Schriscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
3621.1Schriskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
3631.44Saugustssuax*	at uhub? port ?		# ASIX AX88172 based adapters
3641.44Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
3651.1Schris
3661.1Schris# Prolofic PL2301/PL2302 host-to-host adapter
3671.1Schrisupl*	at uhub? port ?
3681.1Schris
3691.1Schris# Serial adapters
3701.1Schris# FTDI FT8U100AX serial adapter
3711.1Schrisuftdi*	at uhub? port ?
3721.1Schrisucom*	at uftdi? portno ?
3731.1Schris
3741.1Schrisuplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
3751.12Slukemucom*	at uplcom? portno ?
3761.1Schris
3771.1Schrisumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
3781.1Schrisucom*	at umct? portno ?
3791.1Schris
3801.1Schris# Diamond Multimedia Rio 500
3811.1Schrisurio*	at uhub? port ?
3821.1Schris
3831.1Schris# USB Handspring Visor
3841.1Schrisuvisor*	at uhub? port ?
3851.1Schrisucom*	at uvisor?
3861.1Schris
3871.1Schris# USB scanners
3881.1Schrisuscanner* at uhub? port ?
3891.1Schris
3901.1Schris# USB scanners that use SCSI emulation, e.g., HP5300
3911.1Schrisusscanner* at uhub? port ?
3921.1Schrisscsibus* at usscanner? channel ?
3931.1Schris
3941.1Schris# Y@P firmware loader
3951.1Schrisuyap* at uhub? port ?
3961.1Schris
3971.1Schris# USB Generic driver
3981.1Schrisugen* at uhub? port ?
3991.1Schris
4001.1Schris# Audio Devices
4011.1Schris
4021.1Schris# PCI audio devices
4031.1Schris#eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
4041.1Schris#sv*	at pci? dev ? function ?	# S3 SonicVibes
4051.1Schris
4061.1Schris# Audio support
4071.1Schris#audio*	at eap?
4081.1Schris#audio*	at sv?
4091.1Schris
4101.1Schrisvga*		at pci?
4111.1Schriswsdisplay*	at vga? console ?
4121.1Schris
4131.1Schris# ISA bus bridging
4141.1Schris
4151.1Schrispcib*	at pci? dev ? function ?	# PCI-ISA bridge
4161.1Schrisisa*	at pcib?			# ISA bus
4171.1Schris
4181.1Schris# ISA Plug-and-Play bus support
4191.1Schrisisapnp0	at isa?
4201.1Schris
4211.1Schris# wscons
4221.1Schrispckbc0	at isa?			# pc keyboard controller
4231.1Schrispckbd*	at pckbc?		# PC keyboard
4241.1Schrispms*		at pckbc?		# PS/2 mouse for wsmouse
4251.1Schriswskbd*		at pckbd? console ?
4261.1Schriswsmouse*	at pms?
4271.1Schris
4281.1Schrispcppi0	at isa?
4291.1Schrissysbeep0	at pcppi?
4301.1Schris
4311.1Schris# ISA Plug-and-Play serial interfaces
4321.1Schriscom*	at isapnp?			# Modems and serial boards
4331.1Schris
4341.1Schris# ISA Plug-and-Play network interfaces
4351.1Schrisep*	at isapnp?			# 3Com 3c509 Ethernet
4361.42Stsutsuifmv*	at isapnp?			# Fujitsu FMV-183
4371.42Stsutsuine*	at isapnp?			# NE2000-compatible
4381.1Schris
4391.1Schris# ISA serial interfaces
4401.1Schriscom0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
4411.1Schriscom1	at isa? port 0x2f8 irq 3
4421.1Schris#com2	at isa? port 0x3e8 irq 9
4431.1Schris#com3	at isa? port 0x2e8 irq 10
4441.1Schris
4451.1Schris# ISA parallel printer interfaces
4461.1Schrislpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
4471.1Schrislpt1	at isa? port 0x278 irq 5
4481.1Schris#lpt2	at isa? port 0x3bc
4491.1Schris
4501.1Schris# ISA floppy
4511.1Schris#fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
4521.1Schris#fdc1	at isa? port 0x370 irq ? drq ?
4531.1Schris#fd*	at fdc? drive ?			# the drives themselves
4541.1Schris
4551.1Schris# ISA network interface
4561.1Schris#ne0	at isa? port 0x280 irq 9
4571.1Schris#ne1	at isa? port 0x300 irq 10
4581.1Schris#ep*	at isa? port ? irq ?
4591.1Schris
4601.1Schris# The spkr driver provides a simple tone interface to the built in speaker.
4611.1Schrisspkr0	at pcppi?			# PC speaker
4621.1Schris
4631.1Schrisdsrtc0	at isa? port 0x72		# Dallas RTC
4641.1Schris
4651.1Schris# ISA Plug-and-Play audio devices
4661.1Schrisess*	at isapnp?			# ESS Tech ES1887, ES1888, ES888 audio
4671.1Schrissb*	at isapnp?			# SoundBlaster-compatible audio
4681.1Schriswss*	at isapnp?			# Windows Sound System
4691.1Schris
4701.1Schris# OPL[23] FM syntheziers
4711.1Schrisopl*	at ess?
4721.1Schrisopl*	at sb?
4731.1Schris
4741.1Schris# Audio support
4751.1Schrisaudio*	at ess?
4761.1Schrisaudio*	at sb?
4771.1Schrisaudio*	at wss?
4781.1Schris
4791.1Schris# MPU 401 UARTs
4801.1Schris#mpu*	at sb?
4811.1Schris
4821.1Schris# MIDI support
4831.1Schrismidi*	at pcppi?		# MIDI interface to the PC speaker
4841.1Schrismidi*	at sb?			# SB MPU401 port
4851.1Schrismidi*	at opl?			# OPL FM synth
4861.1Schris#midi*	at mpu?			# MPU 401
4871.1Schris
4881.1Schris# Joysticks
4891.1Schris
4901.1Schris# ISA Plug-and-Play joysticks
4911.1Schrisjoy*	at isapnp?			# Game ports (usually on audio cards)
4921.1Schris
4931.1Schris# ISA joysticks. Probe is a little strange; add only if you have one.
4941.1Schris#joy0	at isa? port 0x201
4951.1Schris
4961.1Schris# Pseudo-Devices
4971.1Schris
4981.1Schris# disk/mass storage pseudo-devices
4991.1Schrispseudo-device	ccd		2	# concatenated/striped disk devices
5001.39Selric#pseudo-device	cgd		2	# cryptographic disk devices
5011.1Schrispseudo-device	md		1	# memory disk device (ramdisk)
5021.1Schrispseudo-device	vnd		4	# disk-like interface to files
5031.1Schris
5041.1Schris# network pseudo-devices
5051.1Schrispseudo-device	bpfilter	4	# Berkeley packet filter
5061.1Schrispseudo-device	ipfilter		# IP filter (firewall) and NAT
5071.1Schrispseudo-device	loop			# network loopback
5081.1Schrispseudo-device	ppp		2	# Point-to-Point Protocol
5091.15Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5101.1Schrispseudo-device	sl		2	# Serial Line IP
5111.1Schrispseudo-device	strip		2	# Starmode Radio IP (Metricom)
5121.1Schrispseudo-device	tun		2	# network tunneling over tty
5131.1Schrispseudo-device	gre		2	# generic L3 over IP tunnel
5141.1Schrispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
5151.1Schris#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
5161.1Schris#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
5171.1Schrispseudo-device	vlan			# IEEE 802.1q encapsulation
5181.13Satatatpseudo-device	bridge			# simple inter-network bridging
5191.1Schris
5201.1Schris# miscellaneous pseudo-devices
5211.1Schrispseudo-device	pty			# pseudo-terminals
5221.1Schrispseudo-device	tb		1	# tablet line discipline
5231.1Schrispseudo-device	sequencer	1	# MIDI sequencer
5241.1Schrispseudo-device	rnd			# /dev/random and in-kernel generator
5251.1Schris#options 	RND_COM			# use "com" randomness as well (BROKEN)
5261.28Slukempseudo-device	clockctl		# user control of clock subsystem
5271.1Schris
5281.1Schris# a pseudo device needed for Coda	# also needs CODA (above)
5291.1Schrispseudo-device	vcoda		4	# coda minicache <-> venus comm.
5301.1Schris
5311.1Schris# mouse & keyboard multiplexor pseudo-devices
5321.11Saugustsspseudo-device	wsmux
533