GENERIC revision 1.24
11.24Selad#	$NetBSD: GENERIC,v 1.24 2005/12/09 23:34:02 elad Exp $
21.1Sgavan#
31.1Sgavan#	GENERIC -- Generic kernel
41.1Sgavan#
51.1Sgavan
61.1Sgavaninclude	"arch/iyonix/conf/std.iyonix"
71.1Sgavan
81.1Sgavanoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Sgavanoptions		MSGBUFSIZE=65536
101.1Sgavan
111.1Sgavan# Enable the hooks used for initializing the root memory-disk.
121.1Sgavan#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
131.1Sgavan# options 	MEMORY_DISK_HOOKS
141.1Sgavan# options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
151.1Sgavan# options 	MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks
161.1Sgavan
171.1Sgavan# estimated number of users
181.1Sgavan
191.1Sgavanmaxusers	32
201.1Sgavan
211.1Sgavan# Standard system options
221.1Sgavan
231.1Sgavanoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
241.1Sgavan#options 	NTP		# NTP phase/frequency locked loop
251.1Sgavan
261.1Sgavan# CPU options
271.1Sgavan
281.1Sgavan# For XScale systems
291.1Sgavanoptions 	CPU_XSCALE_80321	# Support the XScale core
301.1Sgavanmakeoptions	CPUFLAGS="-mcpu=xscale"
311.1Sgavan
321.1Sgavan# Architecture options
331.1Sgavanoptions 	XSCALE_CACHE_READ_WRITE_ALLOCATE
341.1Sgavan#options 	HZ=512
351.1Sgavan
361.1Sgavan# File systems
371.1Sgavan
381.1Sgavanfile-system	FFS		# UFS
391.1Sgavan#file-system	LFS		# log-structured file system
401.1Sgavanfile-system	MFS		# memory file system
411.1Sgavanfile-system	NFS		# Network file system
421.1Sgavan#file-system 	ADOSFS		# AmigaDOS-compatible file system
431.1Sgavan#file-system 	EXT2FS		# second extended file system (linux)
441.1Sgavanfile-system	CD9660		# ISO 9660 + Rock Ridge file system
451.1Sgavan#file-system	MSDOSFS		# MS-DOS file system
461.1Sgavan#file-system	FDESC		# /dev/fd
471.1Sgavanfile-system     FILECORE        # Acorn filecore file system
481.1Sgavan#file-system	KERNFS		# /kern
491.1Sgavan#file-system	NULLFS		# loopback file system
501.1Sgavan#file-system	PORTAL		# portal filesystem (still experimental)
511.1Sgavan#file-system	PROCFS		# /proc
521.1Sgavan#file-system	UMAPFS		# NULLFS + uid and gid remapping
531.1Sgavan#file-system	UNION		# union file system
541.18Schristosfile-system	PTYFS		# /dev/pts/N support
551.20Sjmmv#file-system	TMPFS		# experimental - Efficient memory file-system
561.1Sgavan
571.1Sgavan# File system options
581.1Sgavan#options 	QUOTA		# UFS quotas
591.1Sgavan#options 	FFS_EI		# FFS Endian Independant support
601.1Sgavan#options 	NFSSERVER
611.1Sgavan#options 	SOFTDEP
621.5Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
631.23Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
641.1Sgavan
651.1Sgavan# Networking options
661.1Sgavan
671.1Sgavan#options 	GATEWAY		# packet forwarding
681.1Sgavanoptions 	INET		# IP + ICMP + TCP + UDP
691.1Sgavan#options 	INET6		# IPV6
701.1Sgavan#options 	IPSEC		# IP security
711.1Sgavan#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
721.12Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
731.1Sgavan#options 	IPSEC_DEBUG	# debug for IP security
741.1Sgavan#options 	MROUTING	# IP multicast routing
751.1Sgavan#options 	NS		# XNS
761.1Sgavan#options 	NSIP		# XNS tunneling over IP
771.1Sgavan#options 	ISO,TPIP	# OSI
781.1Sgavan#options 	EON		# OSI tunneling over IP
791.1Sgavan#options 	CCITT,LLC,HDLC	# X.25
801.1Sgavan#options 	NETATALK	# AppleTalk networking
811.1Sgavan#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
821.1Sgavan#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
831.1Sgavan#options 	PPP_DEFLATE	# Deflate compression support for PPP
841.1Sgavan#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
851.1Sgavan#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
861.1Sgavan
871.1Sgavanoptions 	NFS_BOOT_BOOTP
881.1Sgavanoptions 	NFS_BOOT_DHCP
891.1Sgavan#options 	NFS_BOOT_BOOTPARAM
901.1Sgavan
911.1Sgavan# Compatibility options
921.1Sgavan
931.1Sgavanoptions 	COMPAT_16	# NetBSD 1.6
941.17Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
951.1Sgavanoptions 	COMPAT_20	# NetBSD 2.0
961.1Sgavan#options 	COMPAT_43	# 4.3BSD compatibility.
971.1Sgavan#options 	COMPAT_16	# NetBSD 1.6 compatibility.
981.1Sgavan#options 	COMPAT_15	# NetBSD 1.5 compatibility.
991.1Sgavan#options 	COMPAT_14	# NetBSD 1.4 compatibility.
1001.1Sgavan#options 	COMPAT_13	# NetBSD 1.3 compatibility.
1011.1Sgavan#options 	COMPAT_12	# NetBSD 1.2 compatibility.
1021.1Sgavan#options 	COMPAT_11	# NetBSD 1.1 compatibility.
1031.1Sgavan#options 	COMPAT_10	# NetBSD 1.0 compatibility.
1041.1Sgavan#options 	COMPAT_09	# NetBSD 0.9 compatibility.
1051.1Sgavan#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1061.3Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1071.1Sgavan
1081.1Sgavan# Shared memory options
1091.1Sgavan
1101.1Sgavan#options 	SYSVMSG		# System V-like message queues
1111.1Sgavan#options 	SYSVSEM		# System V-like semaphores
1121.1Sgavan#options 	SEMMNI=10	# number of semaphore identifiers
1131.1Sgavan#options 	SEMMNS=60	# number of semaphores in system
1141.1Sgavan#options 	SEMUME=10	# max number of undo entries per process
1151.1Sgavan#options 	SEMMNU=30	# number of undo structures in system
1161.1Sgavan#options 	SYSVSHM		# System V-like memory sharing
1171.1Sgavan#options 	SHMMAXPGS=1024	# 1024 pages is the default
1181.1Sgavan
1191.1Sgavan# Device options
1201.1Sgavan
1211.1Sgavan#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1221.1Sgavan#options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
1231.1Sgavan#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1241.1Sgavan
1251.1Sgavan# Console options.  The default console is speed is 115200 baud.
1261.1Sgavan#options 	CONSPEED=9600		# Console speed
1271.1Sgavan
1281.1Sgavan# Miscellaneous kernel options
1291.1Sgavanoptions 	KTRACE		# system call tracing, a la ktrace(1)
1301.1Sgavanoptions 	IRQSTATS	# manage IRQ statistics
1311.1Sgavan#options 	LKM		# loadable kernel modules
1321.1Sgavan#options 	KMEMSTATS	# kernel memory statistics
1331.1Sgavan#options 	SCSIVERBOSE	# Verbose SCSI errors
1341.1Sgavanoptions 	PCIVERBOSE	# Verbose PCI descriptions
1351.1Sgavanoptions 	MIIVERBOSE	# Verbose MII autoconfuration messages
1361.1Sgavan#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1371.1Sgavan#options 	DDB_KEYCODE=0x40
1381.1Sgavanoptions 	USERCONF	# userconf(4) support
1391.1Sgavan#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1401.1Sgavan
1411.1Sgavan# Development and Debugging options
1421.1Sgavan
1431.1Sgavanoptions 	PERFCTRS	# performance counters
1441.21Schs#options 	DIAGNOSTIC	# internally consistency checks
1451.21Schs#options 	DEBUG
1461.1Sgavan#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1471.1Sgavan#options 	IPKDB		# remote kernel debugging
1481.1Sgavan#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
1491.1Sgavanoptions 	DDB		# in-kernel debugger
1501.1Sgavanoptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1511.1Sgavanmakeoptions	DEBUG="-g"	# compile full symbol table
1521.22Sheoptions 	SYMTAB_SPACE=270000
1531.1Sgavan
1541.1Sgavan##options 	PMAP_INCLUDE_PTE_SYNC
1551.1Sgavan##options 	LOCKDEBUG
1561.1Sgavan
1571.1Sgavan##config		netbsd		root on ? type ?
1581.1Sgavanconfig		netbsd		root on rtk0 type nfs
1591.1Sgavan#config		netbsd-wm0	root on wm0 type nfs
1601.1Sgavan#config		netbsd-wd0	root on wd0 type ffs
1611.1Sgavan#config		netbsd-sd0	root on sd0 type ffs
1621.1Sgavan
1631.1Sgavan# The main bus device
1641.1Sgavanmainbus0	at root
1651.1Sgavan
1661.1Sgavan# The boot cpu
1671.1Sgavancpu0		at mainbus?
1681.1Sgavan
1691.1Sgavan# i80321 I/O Processor peripheral support
1701.1Sgavaniopxs*          at mainbus?
1711.1Sgavan
1721.1Sgavaniopaau*         at iopxs?               # Application Accelerator Unit
1731.1Sgavaniopiic*         at iopxs?               # I2C Controller Unit(s) 
1741.1Sgavaniic0            at iopiic?
1751.1Sgavaniic1            at iopiic?
1761.1Sgavaniopwdog*        at iopxs?               # Watchdog timer
1771.1Sgavanpci0            at iopxs? bus ?         # PCI/PCI-X support
1781.1Sgavan
1791.1Sgavan# PCI bridges
1801.1Sgavanppb*            at pci? dev ? function ?
1811.1Sgavanpci*            at ppb? bus ?
1821.1Sgavan
1831.1Sgavan# VGA
1841.1Sgavan#vga*            at pci? dev ? function ?
1851.1Sgavan
1861.1Sgavan# IDE and related devices
1871.1Sgavan# PCI IDE controllers - see pciide(4) for supported hardware.
1881.1Sgavan# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
1891.1Sgavan# how to set up DMA modes for this chip. This may work, or may cause
1901.1Sgavan# a machine hang with some controllers.
1911.1Sgavanpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
1921.1Sgavanacardide*	at pci? dev ? function ?	# Acard IDE controllers
1931.1Sgavanaceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
1941.1Sgavanartsata* 	at pci? dev ? function ?	# Intel i31244 SATA controller
1951.1Sgavancmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
1961.1Sgavancypide* 	at pci? dev ? function ?	# Cypress IDE controllers
1971.1Sgavanhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
1981.1Sgavanoptiide* 	at pci? dev ? function ?	# Opti IDE controllers
1991.1Sgavanpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
2001.4Sbouyerpdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
2011.1Sgavanrccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
2021.1Sgavansatalink*	at pci? dev ? function ?	# SiI SATALink controllers
2031.1Sgavansiside* 	at pci? dev ? function ?	# SiS IDE controllers
2041.1Sgavanslide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
2051.1Sgavanstpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
2061.1Sgavanviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
2071.1Sgavan
2081.1Sgavan# ATA (IDE) bus support
2091.1Sgavanatabus* at ata?
2101.1Sgavan
2111.1Sgavan# IDE drives
2121.1Sgavan# Flags are used only with controllers that support DMA operations
2131.1Sgavan# and mode settings (e.g. some pciide controllers)
2141.1Sgavan# The lowest order four bits (rightmost digit) of the flags define the PIO
2151.1Sgavan# mode to use, the next set of four bits the DMA mode and the third set the
2161.1Sgavan# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2171.1Sgavan# to use, and the last bit must be 1 for this setting to be used.
2181.1Sgavan# For DMA and UDMA, 0xf (1111) means 'disable'.
2191.1Sgavan# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2201.1Sgavan# (0xc=1100, 0xa=1010, 0xf=1111)
2211.1Sgavan# 0x0000 means "use whatever the drive claims to support".
2221.1Sgavanwd*	at atabus? drive ? flags 0x0000
2231.1Sgavan
2241.1Sgavan# ATA RAID configuration support, as found on some Promise controllers.
2251.1Sgavanpseudo-device	ataraid
2261.1Sgavanld*	at ataraid? vendtype ? unit ?
2271.1Sgavan
2281.1Sgavan# ATAPI bus support
2291.1Sgavanatapibus* at atapi?
2301.1Sgavan
2311.1Sgavan# ATAPI devices
2321.1Sgavan# flags have the same meaning as for IDE drives.
2331.1Sgavan# XXX No DMA on IDE devices for now
2341.1Sgavancd*	at atapibus? drive ? flags 0x0ff0	# ATAPI CD-ROM drives
2351.1Sgavansd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2361.1Sgavanst*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
2371.1Sgavanuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
2381.1Sgavan
2391.1Sgavan# PCI network interfaces
2401.1Sgavan# an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
2411.1Sgavan# ath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
2421.1Sgavan# atw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
2431.1Sgavan# bce* 	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
2441.1Sgavan# bge* 	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
2451.1Sgavan# en*	at pci? dev ? function ?	# ENI/Adaptec ATM
2461.1Sgavan# ep*	at pci? dev ? function ?	# 3Com 3c59x
2471.1Sgavan# epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
2481.1Sgavan# esh*	at pci? dev ? function ?	# Essential HIPPI card
2491.1Sgavan# ex*	at pci? dev ? function ?	# 3Com 90x[BC]
2501.1Sgavan# fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
2511.1Sgavan# fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
2521.1Sgavan# gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
2531.1Sgavan#hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
2541.1Sgavan# le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
2551.1Sgavan# lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
2561.1Sgavan# mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
2571.1Sgavan# ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
2581.1Sgavan# ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
2591.1Sgavan# pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
2601.1Sgavan# re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
2611.1Sgavanrtk*	at pci? dev ? function ?	# Realtek 8129/8139
2621.1Sgavan# sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
2631.1Sgavan# sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
2641.1Sgavan# skc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
2651.1Sgavan# sk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
2661.1Sgavan# ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
2671.1Sgavan# stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
2681.1Sgavan# ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
2691.1Sgavan# tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
2701.1Sgavan# tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
2711.1Sgavan# vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
2721.1Sgavan# wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
2731.1Sgavanwm*	at pci? dev ? function ?	# Intel 8254x gigabit
2741.1Sgavan
2751.1Sgavan# MII/PHY support
2761.1Sgavanacphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
2771.1Sgavanamhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
2781.1Sgavanbmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
2791.1Sgavanbrgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
2801.1Sgavandmphy*	at mii? phy ?			# Davicom DM9101 PHYs
2811.1Sgavanexphy*	at mii? phy ?			# 3Com internal PHYs
2821.1Sgavangentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
2831.1Sgavanglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
2841.1Sgavangphyter* at mii? phy ?			# NS83861 Gig-E PHY
2851.1Sgavanicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
2861.1Sgavanigphy*	at mii? phy ?			# Intel IGP01E1000
2871.1Sgavaninphy*	at mii? phy ?			# Intel 82555 PHYs
2881.1Sgavaniophy*	at mii? phy ?			# Intel 82553 PHYs
2891.1Sgavanlxtphy* at mii? phy ?			# Level One LXT-970 PHYs
2901.1Sgavanmakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
2911.1Sgavannsphy*	at mii? phy ?			# NS83840 PHYs
2921.1Sgavannsphyter* at mii? phy ? 		# NS83843 PHYs
2931.1Sgavanpnaphy* at mii? phy ?			# generic HomePNA PHYs
2941.1Sgavanqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2951.1Sgavansqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2961.1Sgavantlphy*	at mii? phy ?			# ThunderLAN PHYs
2971.1Sgavantqphy*	at mii? phy ?			# TDK Semiconductor PHYs
2981.1Sgavanukphy*	at mii? phy ?			# generic unknown PHYs
2991.1Sgavanurlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
3001.1Sgavan
3011.1Sgavan# USB Controller and Devices
3021.1Sgavan
3031.1Sgavan# PCI USB controllers
3041.1Sgavan# The EHCI is not ready for prime time.
3051.1Sgavan#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
3061.1Sgavanohci*	at pci?	dev ? function ?	# Open Host Controller
3071.1Sgavanuhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
3081.1Sgavan
3091.1Sgavan# CardBus USB controllers
3101.19Sdrochner#ehci*	at cardbus? function ?	# Enhanced Host Controller
3111.19Sdrochner#ohci*	at cardbus? function ?	# Open Host Controller
3121.1Sgavan
3131.1Sgavan# ISA USB controllers
3141.1Sgavan#slhci0	at isa? port 0x300 irq 5	# ScanLogic SL811HS
3151.1Sgavan
3161.1Sgavan# USB bus support
3171.1Sgavan#usb*	at ehci?
3181.1Sgavanusb*	at ohci?
3191.1Sgavanusb*	at uhci?
3201.1Sgavan#usb*	at slhci?
3211.1Sgavan
3221.1Sgavan# USB Hubs
3231.1Sgavan# uhub*	at usb?
3241.1Sgavan# uhub*	at uhub? port ? configuration ? interface ?
3251.1Sgavan
3261.1Sgavan# USB HID device
3271.1Sgavan# uhidev*	at uhub? port ? configuration ? interface ?
3281.1Sgavan
3291.1Sgavan# USB Mice
3301.1Sgavan# ums*	at uhidev? reportid ?
3311.1Sgavan# wsmouse* at ums? mux 0
3321.1Sgavan
3331.1Sgavan# USB eGalax touch-panel
3341.1Sgavan# uep*	at uhub? port ?
3351.1Sgavan# wsmouse* at uep? mux 0
3361.1Sgavan
3371.1Sgavan# USB Keyboards
3381.1Sgavan# ukbd*	at uhidev? reportid ?
3391.1Sgavan# wskbd*	at ukbd? console ? mux 1
3401.1Sgavan
3411.16Sskrll# USB serial adpater
3421.16Sskrll# ucycom*	at uhidev? reportid ?
3431.16Sskrll
3441.1Sgavan# USB Generic HID devices
3451.1Sgavan# uhid*	at uhidev? reportid ?
3461.1Sgavan
3471.1Sgavan# USB Printer
3481.1Sgavan# ulpt*	at uhub? port ? configuration ? interface ?
3491.1Sgavan
3501.1Sgavan# USB Modem
3511.1Sgavan# umodem*	at uhub? port ? configuration ?
3521.1Sgavan# ucom*	at umodem?
3531.1Sgavan
3541.1Sgavan# USB Mass Storage
3551.1Sgavan# umass*	at uhub? port ? configuration ? interface ?
3561.1Sgavan# scsibus* at umass?
3571.1Sgavan# wd*	at umass?
3581.1Sgavan
3591.1Sgavan# USB audio
3601.1Sgavan# uaudio*	at uhub? port ? configuration ?
3611.1Sgavan
3621.1Sgavan# USB MIDI
3631.1Sgavan# umidi* at uhub? port ? configuration ?
3641.1Sgavan
3651.1Sgavan# USB IrDA
3661.1Sgavan# USB-IrDA bridge spec
3671.1Sgavan# uirda* at uhub? port ? configuration ? interface ?
3681.1Sgavan# irframe* at uirda?
3691.1Sgavan
3701.1Sgavan# SigmaTel STIr4200 USB/IrDA Bridge
3711.1Sgavan# ustir* at uhub? port ?
3721.1Sgavan# irframe* at ustir?
3731.1Sgavan
3741.1Sgavan# USB Ethernet adapters
3751.1Sgavan# aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
3761.2Saugustss# axe*	at uhub? port ?		# ASIX AX88172 based adapters
3771.1Sgavan# cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
3781.1Sgavan# kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
3791.1Sgavan# udav*	at uhub? port ?		# Davicom DM9601 based adapters
3801.1Sgavan# url*	at uhub? port ?		# Realtek RTL8150L based adapters
3811.1Sgavan
3821.1Sgavan# Prolific PL2301/PL2302 host-to-host adapter
3831.1Sgavan# upl*	at uhub? port ?
3841.1Sgavan
3851.1Sgavan# Serial adapters
3861.1Sgavan# ubsa*	at uhub? port ?		# Belkin serial adapter
3871.1Sgavan# ucom*	at ubsa? portno ?
3881.1Sgavan
3891.1Sgavan# uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
3901.1Sgavan# ucom*	at uftdi? portno ?
3911.1Sgavan
3921.1Sgavan# umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
3931.1Sgavan# ucom*	at umct? portno ?
3941.1Sgavan
3951.1Sgavan# uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
3961.1Sgavan# ucom*	at uplcom? portno ?
3971.1Sgavan
3981.1Sgavan# uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
3991.1Sgavan# ucom*	at uvscom? portno ?
4001.1Sgavan
4011.1Sgavan# Diamond Multimedia Rio 500
4021.1Sgavan# urio*	at uhub? port ?
4031.1Sgavan
4041.1Sgavan# USB Handspring Visor
4051.1Sgavan# uvisor*	at uhub? port ?
4061.1Sgavan# ucom*	at uvisor?
4071.1Sgavan
4081.9Sitohy# Kyocera AIR-EDGE PHONE
4091.9Sitohy#ukyopon* at uhub? port ?
4101.9Sitohy#ucom*	at ukyopon? portno ?
4111.9Sitohy
4121.1Sgavan# USB scanners
4131.1Sgavan# uscanner* at uhub? port ?
4141.1Sgavan
4151.1Sgavan# USB scanners that use SCSI emulation, e.g., HP5300
4161.1Sgavan# usscanner* at uhub? port ?
4171.1Sgavan
4181.1Sgavan# Y@P firmware loader
4191.1Sgavan# uyap* at uhub? port ?
4201.1Sgavan
4211.1Sgavan# D-Link DSB-R100 USB radio
4221.1Sgavan# udsbr*	at uhub? port ?
4231.1Sgavan# radio*	at udsbr?
4241.1Sgavan
4251.1Sgavan# USB Generic driver
4261.1Sgavan# ugen*	at uhub? port ?
4271.1Sgavan
4281.1Sgavan
4291.1Sgavan# IrDA and Consumer Ir devices
4301.1Sgavan
4311.1Sgavan# Toshiba Oboe
4321.1Sgavan# oboe* 	at pci? dev ? function ?
4331.1Sgavan# irframe* at oboe?
4341.1Sgavan
4351.1Sgavan# PCI IEEE1394 controllers
4361.1Sgavan#fwohci* at pci? dev ? function ?	# IEEE1394 Open Host Controller
4371.1Sgavan
4381.1Sgavan# CardBus IEEE1394 controllers
4391.19Sdrochner#fwohci* at cardbus? function ?	# IEEE1394 Open Host Controller
4401.1Sgavan
4411.1Sgavan#fw*	at fwbus?			# IP over 1394
4421.1Sgavan
4431.1Sgavan# IEEE1394 nodes
4441.1Sgavan#fwnode* at fwbus? idhi ? idlo ?
4451.1Sgavan#sbpscsi* at fwnode?
4461.1Sgavan#scsibus* at sbpscsi?
4471.1Sgavan
4481.1Sgavan# Audio Devices
4491.1Sgavan
4501.1Sgavan# PCI audio devices
4511.1Sgavanauich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
4521.1Sgavanautri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
4531.1Sgavanauvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
4541.1Sgavanclcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
4551.1Sgavanclct*	at pci? dev ? function ?	# Cirrus Logic CS4281
4561.1Sgavancmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
4571.1Sgavaneap*	at pci? dev ? function ?	# Ensoniq AudioPCI
4581.1Sgavanemuxki* at pci? dev ? function ?	# Creative SBLive! and PCI512
4591.1Sgavanesa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
4601.1Sgavanesm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
4611.1Sgavaneso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
4621.1Sgavanfms*	at pci? dev ? function ?	# Forte Media FM801
4631.1Sgavanneo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
4641.1Sgavansv*	at pci? dev ? function ?	# S3 SonicVibes
4651.1Sgavanyds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
4661.1Sgavan
4671.1Sgavan# OPL[23] FM synthesizers
4681.1Sgavanopl*	at cmpci? flags 1
4691.1Sgavanopl*	at eso?
4701.1Sgavanopl*	at fms?
4711.1Sgavanopl*	at sv?
4721.1Sgavanopl*	at yds?
4731.1Sgavan
4741.1Sgavan# Audio support
4751.1Sgavanaudio*	at audiobus?
4761.1Sgavan
4771.1Sgavan# MPU 401 UARTs
4781.1Sgavanmpu*	at cmpci?
4791.1Sgavanmpu*	at eso?
4801.1Sgavanmpu*	at fms?
4811.1Sgavanmpu*	at yds?
4821.1Sgavan
4831.1Sgavan# MIDI support
4841.1Sgavanmidi*	at midibus?
4851.1Sgavan
4861.1Sgavan# On-board device support
4871.1Sgavanobio*	at mainbus?
4881.1Sgavan#com1	at obio? addr 0x900003e8 xint 1 # on-board UART
4891.1Sgavancom0	at obio? addr 0x900002f8 xint 1 # on-board UART
4901.1Sgavan#com*	at obio? addr 0x900003e8 xint 1 # on-board UART
4911.1Sgavan#com*	at obio? addr 0x900003f8 xint 1 # on-board UART
4921.1Sgavan
4931.1Sgavan# Pseudo-Devices
4941.1Sgavan
4951.1Sgavan# disk/mass storage pseudo-devices
4961.1Sgavanpseudo-device	md		1	# memory disk device (ramdisk)
4971.1Sgavan#pseudo-device	vnd		4	# disk-like interface to files
4981.13Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
4991.6Shannkenpseudo-device	fss		4	# file system snapshot device
5001.1Sgavan
5011.1Sgavan# network pseudo-devices
5021.1Sgavanpseudo-device	bpfilter	4	# Berkeley packet filter
5031.1Sgavanpseudo-device	loop			# network loopback
5041.1Sgavan#pseudo-device	kttcp			# network loopback
5051.1Sgavan
5061.1Sgavan# miscellaneous pseudo-devices
5071.1Sgavanpseudo-device	pty			# pseudo-terminals
5081.1Sgavanpseudo-device	rnd			# /dev/random and in-kernel generator
5091.1Sgavanpseudo-device	clockctl		# user control of clock subsystem
5101.1Sgavanpseudo-device	ksyms			# /dev/ksyms
5111.1Sgavan
5121.1Sgavan# data mover pseudo-devices
5131.1Sgavan#pseudo-device	swdmover		# softare dmover(9) back-end
5141.1Sgavan#pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
5151.24Selad
5161.24Selad# Veriexec
5171.24Selad#options VERIFIED_EXEC
5181.24Selad#
5191.24Selad# a pseudo device needed for veriexec
5201.24Selad#pseudo-device	veriexec		1
5211.24Selad#
5221.24Selad# Uncomment the fingerprint methods below that are desired. Note that
5231.24Selad# removing fingerprint methods will have almost no impact on the kernel
5241.24Selad# code size.
5251.24Selad#
5261.24Selad#options VERIFIED_EXEC_FP_RMD160
5271.24Selad#options VERIFIED_EXEC_FP_SHA256
5281.24Selad#options VERIFIED_EXEC_FP_SHA384
5291.24Selad#options VERIFIED_EXEC_FP_SHA512
5301.24Selad#options VERIFIED_EXEC_FP_SHA1
5311.24Selad#options VERIFIED_EXEC_FP_MD5
532