GENERIC revision 1.69
11.69Sdholland#	$NetBSD: GENERIC,v 1.69 2011/12/18 05:49:29 dholland Exp $
21.1Sgavan#
31.37Sabs# GENERIC machine description file
41.1Sgavan#
51.37Sabs# This machine description file is used to generate the default NetBSD
61.37Sabs# kernel.  The generic kernel does not include all options, subsystems
71.37Sabs# and device drivers, but should be useful for most applications.
81.37Sabs#
91.37Sabs# The machine description file can be customised for your specific
101.37Sabs# machine to reduce the kernel size and improve its performance.
111.37Sabs#
121.37Sabs# For further information on compiling NetBSD kernels, see the config(8)
131.37Sabs# man page.
141.37Sabs#
151.37Sabs# For further information on hardware support for this architecture, see
161.37Sabs# the intro(4) man page.  For further information about kernel options
171.37Sabs# for this architecture, see the options(4) man page.  For an explanation
181.37Sabs# of each device driver in this file see the section 4 man page for the
191.37Sabs# device.
201.1Sgavan
211.1Sgavaninclude	"arch/iyonix/conf/std.iyonix"
221.1Sgavan
231.1Sgavanoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.1Sgavan
251.69Sdholland#ident 		"GENERIC-$Revision: 1.69 $"
261.1Sgavan
271.37Sabsmaxusers	32		# estimated number of users
281.1Sgavan
291.37Sabsoptions		MSGBUFSIZE=65536
301.1Sgavan
311.1Sgavan# CPU options
321.1Sgavan
331.1Sgavan# For XScale systems
341.1Sgavanoptions 	CPU_XSCALE_80321	# Support the XScale core
351.1Sgavanmakeoptions	CPUFLAGS="-mcpu=xscale"
361.1Sgavan
371.1Sgavan# Architecture options
381.1Sgavanoptions 	XSCALE_CACHE_READ_WRITE_ALLOCATE
391.1Sgavan#options 	HZ=512
401.1Sgavan
411.37Sabs# Standard system options
421.1Sgavan
431.37Sabsoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
441.37Sabs#options 	NTP		# NTP phase/frequency locked loop
451.1Sgavan
461.37Sabs#options 	KTRACE		# system call tracing via ktrace(1)
471.1Sgavan
481.1Sgavan
491.1Sgavan#options 	SYSVMSG		# System V-like message queues
501.1Sgavan#options 	SYSVSEM		# System V-like semaphores
511.1Sgavan#options 	SYSVSHM		# System V-like memory sharing
521.37Sabs#options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
531.1Sgavan
541.1Sgavan# Device options
551.1Sgavan
561.1Sgavan# Console options.  The default console is speed is 115200 baud.
571.1Sgavan#options 	CONSPEED=9600		# Console speed
581.1Sgavan
591.1Sgavan# Miscellaneous kernel options
601.1Sgavanoptions 	KTRACE		# system call tracing, a la ktrace(1)
611.1Sgavanoptions 	IRQSTATS	# manage IRQ statistics
621.1Sgavan#options 	KMEMSTATS	# kernel memory statistics
631.1Sgavan#options 	SCSIVERBOSE	# Verbose SCSI errors
641.1Sgavanoptions 	PCIVERBOSE	# Verbose PCI descriptions
651.1Sgavanoptions 	MIIVERBOSE	# Verbose MII autoconfuration messages
661.1Sgavan#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
671.37Sabs
681.1Sgavanoptions 	USERCONF	# userconf(4) support
691.37Sabs#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
701.37Sabs#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
711.1Sgavan
721.1Sgavan# Development and Debugging options
731.1Sgavan
741.37Sabs# Enable experimental buffer queue strategy for better responsiveness under
751.37Sabs# high disk I/O load. Likely stable but not yet the default.
761.37Sabs#options 	BUFQ_READPRIO
771.37Sabs#options 	BUFQ_PRIOCSCAN
781.37Sabs
791.37Sabs# Diagnostic/debugging support options
801.37Sabs#options 	DIAGNOSTIC	# expensive kernel consistency checks
811.37Sabs#options 	DEBUG		# expensive debugging checks/support
821.37Sabs#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
831.37Sabsoptions 	DDB		# in-kernel debugger
841.37Sabs#options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
851.37Sabsoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
861.37Sabs#options 	DDB_KEYCODE=0x40
871.37Sabs#options 	KGDB		# remote debugger
881.37Sabs#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
891.37Sabsmakeoptions	DEBUG="-g"	# compile full symbol table
901.67Schristosoptions 	SYMTAB_SPACE=610000
911.1Sgavanoptions 	PERFCTRS	# performance counters
921.1Sgavan#options 	PMAP_DEBUG	# Enable pmap_debug_level code
931.1Sgavan#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
941.1Sgavan
951.37Sabs#options 	PMAP_INCLUDE_PTE_SYNC
961.37Sabs#options 	LOCKDEBUG
971.37Sabs
981.37Sabs
991.37Sabs# Compatibility options
1001.37Sabs#options 	COMPAT_09	# NetBSD 0.9
1011.37Sabs#options 	COMPAT_10	# NetBSD 1.0
1021.37Sabs#options 	COMPAT_11	# NetBSD 1.1
1031.37Sabs#options 	COMPAT_12	# NetBSD 1.2
1041.37Sabs#options 	COMPAT_13	# NetBSD 1.3
1051.37Sabs#options 	COMPAT_14	# NetBSD 1.4
1061.37Sabs#options 	COMPAT_15	# NetBSD 1.5
1071.37Sabs#options 	COMPAT_16	# NetBSD 1.6
1081.37Sabs#options 	COMPAT_20	# NetBSD 2.0
1091.37Sabs#options 	COMPAT_30	# NetBSD 3.0
1101.48Stsutsui#options 	COMPAT_40	# NetBSD 4.0
1111.54Smrgoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
1121.37Sabs#options 	COMPAT_43	# 4.3BSD
1131.37Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1141.37Sabsoptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1151.37Sabs
1161.37Sabs# File systems
1171.37Sabsfile-system 	FFS		# UFS
1181.37Sabs#file-system 	EXT2FS		# second extended file system (linux)
1191.37Sabs#file-system 	LFS		# log-structured file system
1201.37Sabs#file-system 	MFS		# memory file system
1211.37Sabsfile-system 	NFS		# Network File System client
1221.37Sabs#file-system 	NTFS		# Windows/NT file system (experimental)
1231.37Sabsfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
1241.37Sabsfile-system 	MSDOSFS		# MS-DOS file system
1251.37Sabs#file-system 	FDESC		# /dev/fd
1261.37Sabs#file-system 	KERNFS		# /kern
1271.37Sabs#file-system 	NULLFS		# loopback file system
1281.37Sabs#file-system 	OVERLAY		# overlay file system
1291.37Sabs#file-system 	PROCFS		# /proc
1301.37Sabs#file-system 	UMAPFS		# NULLFS + uid and gid remapping
1311.37Sabs#file-system 	UNION		# union file system
1321.37Sabs#file-system	CODA		# Coda File System; also needs vcoda (below)
1331.37Sabs#file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
1341.37Sabs#file-system	PTYFS		# /dev/ptm support
1351.37Sabs#file-system	TMPFS		# Efficient memory file-system
1361.37Sabs#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1371.37Sabs#file-system	HFS		# experimental - Apple HFS+ (read-only)
1381.37Sabsfile-system     FILECORE        # Acorn filecore file system
1391.37Sabs
1401.37Sabs# File system options
1411.62Sbouyer#options 	QUOTA		# legacy UFS quotas
1421.62Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
1431.37Sabs#options 	FFS_EI		# FFS Endian Independent support
1441.69Sdhollandoptions 	WAPBL		# File system journaling support
1451.37Sabs# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
1461.37Sabs# It is not recommended for general use.
1471.37Sabs#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1481.37Sabs#options 	NFSSERVER	# Network File System server
1491.37Sabsoptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1501.37Sabs#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1511.37Sabs				# immutable) behave as system flags.
1521.37Sabs
1531.37Sabs# Networking options
1541.37Sabs#options 	GATEWAY		# packet forwarding
1551.37Sabsoptions 	INET		# IP + ICMP + TCP + UDP
1561.37Sabs#options 	INET6		# IPV6
1571.37Sabs#options 	IPSEC		# IP security
1581.37Sabs#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1591.37Sabs#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1601.37Sabs#options 	IPSEC_DEBUG	# debug for IP security
1611.37Sabs#options 	MROUTING	# IP multicast routing
1621.37Sabs#options 	PIM		# Protocol Independent Multicast
1631.37Sabs#options 	ISO,TPIP	# OSI
1641.37Sabs#options 	EON		# OSI tunneling over IP
1651.37Sabs#options 	NETATALK	# AppleTalk networking protocols
1661.37Sabs#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1671.37Sabs#options 	PPP_DEFLATE	# Deflate compression support for PPP
1681.37Sabs#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1691.37Sabs#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1701.37Sabs#options 	IPFILTER_LOG	# ipmon(8) log support
1711.37Sabs#options 	IPFILTER_LOOKUP	# ippool(8) support
1721.37Sabs#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1731.37Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1741.37Sabs
1751.37Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1761.37Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1771.37Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1781.37Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1791.37Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1801.37Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1811.37Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1821.37Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1831.37Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1841.37Sabs#options 	ALTQ_RED	# Random Early Detection
1851.37Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1861.37Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1871.37Sabs
1881.37Sabs
1891.37Sabsoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1901.37Sabs
1911.37Sabs# Kernel root file system and dump configuration.
1921.37Sabsconfig		netbsd	root on ? type ?
1931.37Sabs#config		netbsd	root on sd0a type ffs
1941.37Sabs#config		netbsd	root on ? type nfs
1951.1Sgavan
1961.37Sabs#
1971.37Sabs# Device configuration
1981.37Sabs#
1991.1Sgavan
2001.37Sabsmainbus0 at root
2011.1Sgavan
2021.37Sabscpu0 at mainbus?
2031.1Sgavan
2041.1Sgavan# i80321 I/O Processor peripheral support
2051.1Sgavaniopxs*          at mainbus?
2061.1Sgavan
2071.1Sgavaniopaau*         at iopxs?               # Application Accelerator Unit
2081.1Sgavaniopiic*         at iopxs?               # I2C Controller Unit(s) 
2091.1Sgavaniic0            at iopiic?
2101.1Sgavaniic1            at iopiic?
2111.1Sgavaniopwdog*        at iopxs?               # Watchdog timer
2121.1Sgavanpci0            at iopxs? bus ?         # PCI/PCI-X support
2131.1Sgavan
2141.55Sgavan# The curious can see their RAM timings.
2151.55Sgavanspdmem* at iic1 addr 0x56
2161.55Sgavan
2171.1Sgavan# PCI bridges
2181.37Sabsppb*	at pci? dev ? function ?	# PCI-PCI bridges
2191.37Sabspci*	at ppb? bus ?
2201.37Sabs# XXX 'puc's aren't really bridges, but there's no better place for them here
2211.37Sabs#puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
2221.1Sgavan
2231.55Sgavan#options COMCONSOLE
2241.55Sgavan
2251.1Sgavan# VGA
2261.1Sgavan#vga*            at pci? dev ? function ?
2271.55Sgavangenfb*		at pci? dev ? function ?
2281.55Sgavan
2291.55Sgavan# Display
2301.55Sgavanwsdisplay0      at wsemuldisplaydev? console 1
2311.55Sgavanwsdisplay*      at wsemuldisplaydev?
2321.55Sgavan
2331.55Sgavanoptions 	WSEMUL_VT100			# VT100 / VT220 emulation
2341.1Sgavan
2351.37Sabs# CardBus bridge support
2361.37Sabs#cbb*		at pci? dev ? function ?
2371.37Sabs#cardslot*	at cbb?
2381.37Sabs
2391.37Sabs# CardBus bus support
2401.37Sabs#cardbus*	at cardslot?
2411.37Sabs#pcmcia* 	at cardslot?
2421.37Sabs
2431.37Sabs# Serial Devices
2441.37Sabs
2451.37Sabs# PCI serial interfaces
2461.37Sabs#com*	at puc? port ?			# 16x50s on "universal" comm boards
2471.37Sabs#cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
2481.37Sabs#cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
2491.37Sabs
2501.37Sabs# PCMCIA serial interfaces
2511.37Sabs#com*	at pcmcia? function ?		# Modems and serial cards
2521.37Sabs
2531.37Sabs#pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
2541.37Sabs#com*	at pcmcom? slave ?		# ...and the slave devices
2551.37Sabs
2561.37Sabs# CardBus serial interfaces
2571.37Sabs#com*	at cardbus? function ?	# Modems and serial cards
2581.37Sabs
2591.37Sabs# I2O devices
2601.37Sabs#iop*	at pci? dev ? function ?	# I/O processor
2611.37Sabs#iopsp*	at iop? tid ?			# SCSI/FC-AL ports
2621.37Sabs#ld*	at iop? tid ?			# block devices
2631.37Sabs#dpti*	at iop? tid 0			# DPT/Adaptec control interface
2641.37Sabs
2651.37Sabs# SCSI Controllers and Devices
2661.37Sabs
2671.37Sabs# PCI SCSI controllers
2681.37Sabs#adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
2691.37Sabs#adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
2701.37Sabs#ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
2711.37Sabs#ahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
2721.37Sabs#bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
2731.37Sabs#dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
2741.37Sabs#iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
2751.37Sabs#isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
2761.37Sabs#mfi*	at pci? dev ? function ?	# LSI MegaRAID SAS
2771.37Sabs#mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
2781.37Sabs#mpt*	at pci? dev ? function ?	# LSI Fusion SCSI/FC
2791.37Sabs#njs*	at pci? dev ? function ?	# Workbit NinjaSCSI-32
2801.37Sabs#pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
2811.37Sabs#siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
2821.37Sabs#esiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
2831.37Sabs##options 	SIOP_SYMLED		# drive the act. LED in software
2841.37Sabs#trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
2851.37Sabs
2861.37Sabs# PCMCIA SCSI controllers
2871.37Sabs#aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
2881.37Sabs#esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
2891.37Sabs#spc* 	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
2901.37Sabs
2911.37Sabs# CardBus SCSI cards
2921.37Sabs#adv*	at cardbus? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
2931.37Sabs#ahc*	at cardbus? function ?	# Adaptec ADP-1480
2941.37Sabs#njs*	at cardbus? function ?	# Workbit NinjaSCSI-32
2951.37Sabs
2961.37Sabs# SCSI bus support
2971.37Sabs#scsibus* at scsi?
2981.37Sabs
2991.37Sabs# SCSI devices
3001.37Sabs#sd*	at scsibus? target ? lun ?	# SCSI disk drives
3011.37Sabs#st*	at scsibus? target ? lun ?	# SCSI tape drives
3021.37Sabs#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
3031.37Sabs#ch*	at scsibus? target ? lun ?	# SCSI autochangers
3041.37Sabs#ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
3051.37Sabs#ss*	at scsibus? target ? lun ?	# SCSI scanners
3061.37Sabs#uk*	at scsibus? target ? lun ?	# SCSI unknown
3071.37Sabs
3081.37Sabs
3091.37Sabs# RAID controllers and devices
3101.37Sabs#aac*	at pci? dev ? function ?	# Adaptec AAC family
3111.37Sabs#amr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
3121.37Sabs#cac*	at pci? dev ? function ?	# Compaq PCI array controllers
3131.37Sabs#ciss*	at pci? dev ? function ?	# HP Smart Array controllers
3141.37Sabs#icp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
3151.37Sabs#mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
3161.37Sabs#mlx*	at eisa? slot ?			# Mylex DAC960 & DEC SWXCR family
3171.37Sabs#twa*	at pci? dev ? function ?	# 3ware Escalade 95xx RAID controllers
3181.37Sabs#twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
3191.37Sabs
3201.37Sabs#ld*	at aac? unit ?			# logical disk devices
3211.37Sabs#ld*	at amr? unit ?
3221.37Sabs#ld*	at cac? unit ?
3231.37Sabs#ld*	at icp? unit ?
3241.37Sabs#ld*	at twa? unit ?
3251.37Sabs#ld*	at twe? unit ?
3261.37Sabs#ld*	at mlx? unit ?
3271.37Sabs
3281.37Sabs#icpsp*	at icp? unit ?			# SCSI pass-through
3291.37Sabs
3301.1Sgavan# IDE and related devices
3311.1Sgavan# PCI IDE controllers - see pciide(4) for supported hardware.
3321.1Sgavan# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
3331.1Sgavan# how to set up DMA modes for this chip. This may work, or may cause
3341.1Sgavan# a machine hang with some controllers.
3351.1Sgavanpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
3361.1Sgavanacardide*	at pci? dev ? function ?	# Acard IDE controllers
3371.1Sgavanaceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
3381.37Sabs#ahcisata* 	at pci? dev ? function ?	# AHCI SATA controllers
3391.1Sgavanartsata* 	at pci? dev ? function ?	# Intel i31244 SATA controller
3401.1Sgavancmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
3411.1Sgavancypide* 	at pci? dev ? function ?	# Cypress IDE controllers
3421.37Sabs#geodeide* 	at pci? dev ? function ?	# AMD Geode IDE controllers
3431.1Sgavanhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
3441.37Sabs#iteide* 	at pci? dev ? function ?	# IT Express IDE controllers
3451.37Sabs#ixpide* 	at pci? dev ? function ?	# ATI IXP IDE controllers
3461.1Sgavanoptiide* 	at pci? dev ? function ?	# Opti IDE controllers
3471.37Sabs#piixide* 	at pci? dev ? function ?	# Intel IDE controllers
3481.1Sgavanpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
3491.4Sbouyerpdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
3501.1Sgavanrccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
3511.1Sgavansatalink*	at pci? dev ? function ?	# SiI SATALink controllers
3521.1Sgavansiside* 	at pci? dev ? function ?	# SiS IDE controllers
3531.1Sgavanslide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
3541.37Sabs#svwsata* 	at pci? dev ? function ?	# ServerWorks SATA controllers
3551.1Sgavanstpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
3561.1Sgavanviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
3571.1Sgavan
3581.37Sabs# PCMCIA IDE controllers
3591.37Sabs#wdc*	at pcmcia? function ?
3601.37Sabs
3611.37Sabs# CardBus IDE controllers
3621.37Sabs#njata*	at cardbus? function ? flags 0x01	# Workbit NinjaATA-32
3631.37Sabs
3641.1Sgavan# ATA (IDE) bus support
3651.1Sgavanatabus* at ata?
3661.37Sabs#options	ATADEBUG
3671.1Sgavan
3681.1Sgavan# IDE drives
3691.1Sgavan# Flags are used only with controllers that support DMA operations
3701.1Sgavan# and mode settings (e.g. some pciide controllers)
3711.1Sgavan# The lowest order four bits (rightmost digit) of the flags define the PIO
3721.1Sgavan# mode to use, the next set of four bits the DMA mode and the third set the
3731.1Sgavan# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
3741.1Sgavan# to use, and the last bit must be 1 for this setting to be used.
3751.1Sgavan# For DMA and UDMA, 0xf (1111) means 'disable'.
3761.1Sgavan# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
3771.1Sgavan# (0xc=1100, 0xa=1010, 0xf=1111)
3781.1Sgavan# 0x0000 means "use whatever the drive claims to support".
3791.1Sgavanwd*	at atabus? drive ? flags 0x0000
3801.1Sgavan
3811.1Sgavan# ATA RAID configuration support, as found on some Promise controllers.
3821.1Sgavanpseudo-device	ataraid
3831.1Sgavanld*	at ataraid? vendtype ? unit ?
3841.1Sgavan
3851.1Sgavan# ATAPI bus support
3861.1Sgavanatapibus* at atapi?
3871.1Sgavan
3881.1Sgavan# ATAPI devices
3891.1Sgavan# flags have the same meaning as for IDE drives.
3901.1Sgavan# XXX No DMA on IDE devices for now
3911.1Sgavancd*	at atapibus? drive ? flags 0x0ff0	# ATAPI CD-ROM drives
3921.1Sgavansd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
3931.1Sgavanst*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
3941.1Sgavanuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
3951.1Sgavan
3961.37Sabs
3971.37Sabs# Network Interfaces
3981.37Sabs
3991.1Sgavan# PCI network interfaces
4001.37Sabs#an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
4011.37Sabs#ath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
4021.37Sabs#atw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
4031.37Sabs#bce* 	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
4041.37Sabs#bge* 	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
4051.37Sabs#bnx* 	at pci? dev ? function ?	# Broadcom NetXtremeII gigabit Ethernet
4061.37Sabs#dge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
4071.37Sabs#en*	at pci? dev ? function ?	# ENI/Adaptec ATM
4081.37Sabs#ep*	at pci? dev ? function ?	# 3Com 3c59x
4091.37Sabs#epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
4101.37Sabs#esh*	at pci? dev ? function ?	# Essential HIPPI card
4111.37Sabs#ex*	at pci? dev ? function ?	# 3Com 90x[BC]
4121.37Sabs#fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
4131.37Sabs#fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
4141.37Sabs#gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
4151.1Sgavan#hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
4161.37Sabs#ipw*	at pci? dev ? function ?	# Intel PRO/Wireless 2100
4171.37Sabs#iwi*	at pci? dev ? function ?	# Intel PRO/Wireless 2200BG
4181.37Sabs#le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
4191.37Sabs#lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
4201.37Sabs#mskc*	at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
4211.37Sabs#msk*	at mskc?			# Marvell Yukon 2 Gigabit Ethernet
4221.37Sabs#mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
4231.37Sabs##ndis* 	at pci? dev ? function ?	# Experimental - NDIS Network Driver
4241.37Sabs#ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
4251.37Sabs#nfe*	at pci?	dev ? function ?	# NVIDIA nForce Ethernet
4261.37Sabs#ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
4271.37Sabs#pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
4281.37Sabs#ral*	at pci? dev ? function ?	# Ralink Technology RT25x0 802.11a/b/g
4291.37Sabs#re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
4301.1Sgavanrtk*	at pci? dev ? function ?	# Realtek 8129/8139
4311.37Sabs#rtw*	at pci? dev ? function ?	# Realtek 8180L (802.11)
4321.37Sabs#sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
4331.37Sabs#sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
4341.37Sabs#skc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
4351.37Sabs#sk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
4361.37Sabs#ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
4371.37Sabs#stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
4381.37Sabs#ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
4391.37Sabs#tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
4401.37Sabs#tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
4411.37Sabs#txp*	at pci? dev ? function ?	# 3com 3cr990
4421.37Sabs#vge*	at pci? dev ? function ?	# VIATech VT612X Gigabit Ethernet
4431.37Sabs#vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
4441.37Sabs#wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
4451.1Sgavanwm*	at pci? dev ? function ?	# Intel 8254x gigabit
4461.37Sabs#wpi*	at pci? dev ? function ?	# Intel PRO/Wireless 3945ABG
4471.37Sabs#xge*	at pci? dev ? function ?	# Neterion (S2io) Xframe-I 10GbE
4481.37Sabs
4491.37Sabs# PCMCIA network interfaces
4501.37Sabs#an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
4511.37Sabs#awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
4521.37Sabs#cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
4531.37Sabs#cs*	at pcmcia? function ?		# CS89xx Ethernet
4541.37Sabs#ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
4551.37Sabs#mbe*	at pcmcia? function ?		# MB8696x based Ethernet
4561.37Sabs#ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
4571.37Sabs#ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
4581.37Sabs#sm*	at pcmcia? function ?		# Megahertz Ethernet
4591.37Sabs## tr at pcmcia has problems with Cardbus bridges
4601.37Sabs##tr*	at pcmcia? function ?		# TROPIC based Token-Ring
4611.37Sabs#wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
4621.37Sabs#xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
4631.37Sabs#com*	at xirc?
4641.37Sabs#xi*	at xirc?
4651.37Sabs#mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
4661.37Sabs#com*	at mhzc?
4671.37Sabs#sm*	at mhzc?
4681.37Sabs
4691.37Sabs# CardBus network cards
4701.37Sabs#ath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11
4711.37Sabs#atw*	at cardbus? function ?	# ADMtek ADM8211 (802.11)
4721.37Sabs#ex*	at cardbus? function ?	# 3Com 3C575TX
4731.37Sabs#fxp*	at cardbus? function ?	# Intel i8255x
4741.37Sabs#ral*	at cardbus? function ?	# Ralink Technology RT25x0 802.11a/b/g
4751.37Sabs#rtk*	at cardbus? function ?	# Realtek 8129/8139
4761.37Sabs#rtw*	at cardbus? function ?	# Realtek 8180L (802.11)
4771.37Sabs#tlp*	at cardbus? function ?	# DECchip 21143
4781.1Sgavan
4791.1Sgavan# MII/PHY support
4801.1Sgavanacphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
4811.1Sgavanamhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
4821.1Sgavanbmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
4831.1Sgavanbrgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
4841.37Sabs#ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
4851.1Sgavandmphy*	at mii? phy ?			# Davicom DM9101 PHYs
4861.1Sgavanexphy*	at mii? phy ?			# 3Com internal PHYs
4871.1Sgavangentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
4881.1Sgavanglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
4891.1Sgavangphyter* at mii? phy ?			# NS83861 Gig-E PHY
4901.1Sgavanicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
4911.1Sgavanigphy*	at mii? phy ?			# Intel IGP01E1000
4921.37Sabs#ikphy*	at mii? phy ?			# Intel 82563 PHYs
4931.1Sgavaninphy*	at mii? phy ?			# Intel 82555 PHYs
4941.1Sgavaniophy*	at mii? phy ?			# Intel 82553 PHYs
4951.1Sgavanlxtphy* at mii? phy ?			# Level One LXT-970 PHYs
4961.1Sgavanmakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
4971.1Sgavannsphy*	at mii? phy ?			# NS83840 PHYs
4981.1Sgavannsphyter* at mii? phy ? 		# NS83843 PHYs
4991.1Sgavanpnaphy* at mii? phy ?			# generic HomePNA PHYs
5001.1Sgavanqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
5011.37Sabs#rgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
5021.37Sabs#rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
5031.1Sgavansqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
5041.1Sgavantlphy*	at mii? phy ?			# ThunderLAN PHYs
5051.1Sgavantqphy*	at mii? phy ?			# TDK Semiconductor PHYs
5061.1Sgavanukphy*	at mii? phy ?			# generic unknown PHYs
5071.1Sgavanurlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
5081.1Sgavan
5091.37Sabs
5101.1Sgavan# USB Controller and Devices
5111.1Sgavan
5121.1Sgavan# PCI USB controllers
5131.1Sgavan#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
5141.1Sgavanohci*	at pci?	dev ? function ?	# Open Host Controller
5151.1Sgavanuhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
5161.1Sgavan
5171.1Sgavan# CardBus USB controllers
5181.37Sabs#ehci*	at cardbus? function ?		# Enhanced Host Controller
5191.37Sabs#ohci*	at cardbus? function ?		# Open Host Controller
5201.37Sabs#uhci*	at cardbus? function ?		# Universal Host Controller (Intel)
5211.1Sgavan
5221.1Sgavan# ISA USB controllers
5231.1Sgavan#slhci0	at isa? port 0x300 irq 5	# ScanLogic SL811HS
5241.1Sgavan
5251.41Skiyohara# PCMCIA USB controllers
5261.42Skiyohara#slhci*	at pcmcia? function ?		# ScanLogic SL811HS
5271.41Skiyohara
5281.1Sgavan# USB bus support
5291.1Sgavan#usb*	at ehci?
5301.1Sgavanusb*	at ohci?
5311.1Sgavanusb*	at uhci?
5321.1Sgavan#usb*	at slhci?
5331.1Sgavan
5341.1Sgavan# USB Hubs
5351.37Sabsuhub*	at usb?
5361.37Sabsuhub*	at uhub? port ?
5371.1Sgavan
5381.1Sgavan# USB HID device
5391.37Sabsuhidev*	at uhub? port ? configuration ? interface ?
5401.1Sgavan
5411.1Sgavan# USB Mice
5421.37Sabsums*	at uhidev? reportid ?
5431.37Sabswsmouse* at ums? mux 0
5441.1Sgavan
5451.1Sgavan# USB eGalax touch-panel
5461.37Sabs#uep*	at uhub? port ?
5471.37Sabs#wsmouse* at uep? mux 0
5481.1Sgavan
5491.1Sgavan# USB Keyboards
5501.37Sabsukbd*	at uhidev? reportid ?
5511.37Sabswskbd*	at ukbd? console ? mux 1
5521.1Sgavan
5531.31Sskrll# USB serial adapter
5541.37Sabsucycom*	at uhidev? reportid ?
5551.16Sskrll
5561.1Sgavan# USB Generic HID devices
5571.37Sabsuhid*	at uhidev? reportid ?
5581.1Sgavan
5591.1Sgavan# USB Printer
5601.37Sabsulpt*	at uhub? port ? configuration ? interface ?
5611.1Sgavan
5621.1Sgavan# USB Modem
5631.37Sabsumodem*	at uhub? port ? configuration ?
5641.37Sabsucom*	at umodem?
5651.1Sgavan
5661.58Splunky# Option N.V. Wireless WAN modems
5671.58Splunkyuhso*	at uhub? port ? configuration ?
5681.58Splunky
5691.1Sgavan# USB Mass Storage
5701.37Sabsumass*	at uhub? port ? configuration ? interface ?
5711.37Sabswd*	at umass?
5721.1Sgavan
5731.1Sgavan# USB audio
5741.37Sabsuaudio*	at uhub? port ? configuration ?
5751.1Sgavan
5761.1Sgavan# USB MIDI
5771.37Sabs#umidi* at uhub? port ? configuration ?
5781.1Sgavan
5791.1Sgavan# USB IrDA
5801.1Sgavan# USB-IrDA bridge spec
5811.37Sabs#uirda* at uhub? port ? configuration ? interface ?
5821.37Sabs#irframe* at uirda?
5831.1Sgavan
5841.1Sgavan# SigmaTel STIr4200 USB/IrDA Bridge
5851.37Sabs#ustir* at uhub? port ?
5861.37Sabs#irframe* at ustir?
5871.1Sgavan
5881.1Sgavan# USB Ethernet adapters
5891.37Sabs#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
5901.37Sabs#axe*	at uhub? port ?		# ASIX AX88172 based adapters
5911.37Sabs#cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
5921.37Sabs#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
5931.37Sabs#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
5941.37Sabs#udav*	at uhub? port ?		# Davicom DM9601 based adapters
5951.37Sabs#url*	at uhub? port ?		# Realtek RTL8150L based adapters
5961.37Sabs
5971.37Sabs# USB 802.11 adapters
5981.37Sabs#atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
5991.37Sabs#ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
6001.37Sabs#rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
6011.39Skiyohara#zyd*	at uhub? port ?		# Zydas ZD1211
6021.1Sgavan
6031.1Sgavan# Prolific PL2301/PL2302 host-to-host adapter
6041.37Sabsupl*	at uhub? port ?
6051.1Sgavan
6061.1Sgavan# Serial adapters
6071.37Sabsubsa*	at uhub? port ?		# Belkin serial adapter
6081.37Sabsucom*	at ubsa? portno ?
6091.37Sabs
6101.37Sabsuftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
6111.37Sabsucom*	at uftdi? portno ?
6121.1Sgavan
6131.37Sabsuipaq*	at uhub? port ?		# iPAQ PDAs
6141.37Sabsucom*	at uipaq? portno ?
6151.1Sgavan
6161.37Sabsumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
6171.37Sabsucom*	at umct? portno ?
6181.1Sgavan
6191.37Sabsuplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
6201.37Sabsucom*	at uplcom? portno ?
6211.1Sgavan
6221.37Sabsuvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
6231.37Sabsucom*	at uvscom? portno ?
6241.1Sgavan
6251.1Sgavan# Diamond Multimedia Rio 500
6261.37Sabs#urio*	at uhub? port ?
6271.1Sgavan
6281.1Sgavan# USB Handspring Visor
6291.37Sabs#uvisor*	at uhub? port ?
6301.37Sabs#ucom*	at uvisor?
6311.1Sgavan
6321.9Sitohy# Kyocera AIR-EDGE PHONE
6331.9Sitohy#ukyopon* at uhub? port ?
6341.9Sitohy#ucom*	at ukyopon? portno ?
6351.9Sitohy
6361.1Sgavan# USB scanners
6371.37Sabs#uscanner* at uhub? port ?
6381.1Sgavan
6391.1Sgavan# USB scanners that use SCSI emulation, e.g., HP5300
6401.37Sabs#usscanner* at uhub? port ?
6411.37Sabs
6421.37Sabs# Topfield TF5000PVR range of DVB recorders
6431.37Sabs#utoppy*	at uhub? port ?
6441.1Sgavan
6451.1Sgavan# Y@P firmware loader
6461.37Sabs#uyap* at uhub? port ?
6471.1Sgavan
6481.1Sgavan# D-Link DSB-R100 USB radio
6491.37Sabs#udsbr*	at uhub? port ?
6501.37Sabs#radio*	at udsbr?
6511.1Sgavan
6521.1Sgavan# USB Generic driver
6531.37Sabs#ugen*	at uhub? port ?
6541.1Sgavan
6551.1Sgavan
6561.1Sgavan# IrDA and Consumer Ir devices
6571.1Sgavan
6581.1Sgavan# Toshiba Oboe
6591.37Sabs#oboe* 	at pci? dev ? function ?
6601.37Sabs#irframe* at oboe?
6611.37Sabs
6621.1Sgavan
6631.1Sgavan# PCI IEEE1394 controllers
6641.1Sgavan#fwohci* at pci? dev ? function ?	# IEEE1394 Open Host Controller
6651.1Sgavan
6661.1Sgavan# CardBus IEEE1394 controllers
6671.37Sabs#fwohci*	at cardbus? function ?	# IEEE1394 Open Host Controller
6681.1Sgavan
6691.37Sabs#ieee1394if* at fwohci?
6701.37Sabs#fwip*	at ieee1394if?			# IP over IEEE1394
6711.37Sabs#sbp*	at ieee1394if? euihi ? euilo ?	# SCSI over IEEE1394
6721.1Sgavan
6731.1Sgavan
6741.1Sgavan# Audio Devices
6751.1Sgavan
6761.1Sgavan# PCI audio devices
6771.37Sabs#auacer* at pci? dev ? function ?	# ALi M5455 integrated AC'97 Audio
6781.1Sgavanauich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
6791.37Sabs#auixp*	at pci? dev ? function ?	# ATI IXP AC'97 Audio
6801.1Sgavanautri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
6811.1Sgavanauvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
6821.37Sabs#azalia*	at pci? dev ? function ?	# High Definition Audio
6831.1Sgavanclcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
6841.1Sgavanclct*	at pci? dev ? function ?	# Cirrus Logic CS4281
6851.1Sgavancmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
6861.1Sgavaneap*	at pci? dev ? function ?	# Ensoniq AudioPCI
6871.1Sgavanemuxki* at pci? dev ? function ?	# Creative SBLive! and PCI512
6881.1Sgavanesa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
6891.1Sgavanesm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
6901.1Sgavaneso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
6911.1Sgavanfms*	at pci? dev ? function ?	# Forte Media FM801
6921.1Sgavanneo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
6931.1Sgavansv*	at pci? dev ? function ?	# S3 SonicVibes
6941.1Sgavanyds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
6951.1Sgavan
6961.1Sgavan# OPL[23] FM synthesizers
6971.1Sgavanopl*	at cmpci? flags 1
6981.1Sgavanopl*	at eso?
6991.1Sgavanopl*	at fms?
7001.1Sgavanopl*	at sv?
7011.1Sgavanopl*	at yds?
7021.1Sgavan
7031.1Sgavan# Audio support
7041.1Sgavanaudio*	at audiobus?
7051.1Sgavan
7061.1Sgavan# MPU 401 UARTs
7071.1Sgavanmpu*	at cmpci?
7081.1Sgavanmpu*	at eso?
7091.1Sgavanmpu*	at fms?
7101.1Sgavanmpu*	at yds?
7111.1Sgavan
7121.1Sgavan# MIDI support
7131.1Sgavanmidi*	at midibus?
7141.1Sgavan
7151.37Sabs# PCI radio devices
7161.37Sabs#gtp*	at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card
7171.37Sabs
7181.37Sabs# Radio support
7191.37Sabs#radio*	at gtp?
7201.37Sabs
7211.37Sabs# TV cards
7221.37Sabs
7231.37Sabs# Brooktree 848/849/878/879 based TV cards
7241.37Sabs#bktr* at pci? dev ? function ?
7251.37Sabs#radio* at bktr?
7261.37Sabs
7271.37Sabs
7281.37Sabs# Bluetooth Controller and Device support
7291.37Sabs
7301.37Sabs# Bluetooth PCMCIA Controllers
7311.37Sabs#bt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
7321.40Skiyohara#btbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
7331.37Sabs
7341.37Sabs# Bluetooth USB Controllers
7351.37Sabs#ubt* at uhub? port ?
7361.64Sjakllsch#aubtfwl* at uhub? port ?
7371.37Sabs
7381.37Sabs# Bluetooth Device Hub
7391.45Skiyohara#bthub* at bcsp?
7401.37Sabs#bthub* at bt3c?
7411.40Skiyohara#bthub* at btbc?
7421.37Sabs#bthub* at btuart?
7431.37Sabs#bthub* at ubt?
7441.37Sabs
7451.37Sabs# Bluetooth HID support
7461.37Sabs#bthidev* at bthub?
7471.37Sabs
7481.37Sabs# Bluetooth Mouse
7491.37Sabs#btms* at bthidev? reportid ?
7501.37Sabs#wsmouse* at btms? mux 0
7511.37Sabs
7521.37Sabs# Bluetooth Keyboard
7531.37Sabs#btkbd* at bthidev? reportid ?
7541.37Sabs#wskbd* at btkbd? console ? mux 1
7551.37Sabs
7561.60Splunky# Bluetooth Apple Magic Mouse
7571.60Splunky#btmagic* at bthub?
7581.60Splunky#wsmouse* at btmagic? mux 0
7591.60Splunky
7601.37Sabs# Bluetooth Audio support
7611.37Sabs#btsco* at bthub?
7621.37Sabs
7631.37Sabs# Cryptographic Devices
7641.37Sabs
7651.37Sabs# PCI cryptographic devices
7661.37Sabs#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
7671.37Sabs#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
7681.37Sabs
7691.1Sgavan# On-board device support
7701.37Sabs
7711.1Sgavanobio*	at mainbus?
7721.1Sgavan#com1	at obio? addr 0x900003e8 xint 1 # on-board UART
7731.1Sgavancom0	at obio? addr 0x900002f8 xint 1 # on-board UART
7741.1Sgavan#com*	at obio? addr 0x900003e8 xint 1 # on-board UART
7751.1Sgavan#com*	at obio? addr 0x900003f8 xint 1 # on-board UART
7761.1Sgavan
7771.1Sgavan# Pseudo-Devices
7781.1Sgavan
7791.37Sabs#pseudo-device 	crypto		# /dev/crypto device
7801.37Sabs#pseudo-device	swcrypto	# software crypto implementation
7811.37Sabs
7821.1Sgavan# disk/mass storage pseudo-devices
7831.37Sabs
7841.37Sabs#pseudo-device	bio			# RAID control device driver
7851.37Sabs#pseudo-device	ccd		4	# concatenated/striped disk devices
7861.37Sabs#pseudo-device	cgd		4	# cryptographic disk devices
7871.37Sabs#pseudo-device	raid		8	# RAIDframe disk driver
7881.37Sabs#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
7891.37Sabs# Options to enable various other RAIDframe RAID types.
7901.37Sabs#options 	RF_INCLUDE_EVENODD=1
7911.37Sabs#options 	RF_INCLUDE_RAID5_RS=1
7921.37Sabs#options 	RF_INCLUDE_PARITYLOGGING=1
7931.37Sabs#options 	RF_INCLUDE_CHAINDECLUSTER=1
7941.37Sabs#options 	RF_INCLUDE_INTERDECLUSTER=1
7951.37Sabs#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
7961.37Sabs#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
7971.59Spookapseudo-device	fss			# file system snapshot device
7981.37Sabs
7991.61Shannkenpseudo-device	md			# memory disk device (ramdisk)
8001.27Scube#pseudo-device	vnd			# disk-like interface to files
8011.13Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
8021.1Sgavan
8031.1Sgavan# network pseudo-devices
8041.26Srpaulopseudo-device	bpfilter		# Berkeley packet filter
8051.30Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
8061.37Sabs#pseudo-device	ipfilter		# IP filter (firewall) and NAT
8071.1Sgavanpseudo-device	loop			# network loopback
8081.37Sabs#pseudo-device	ppp			# Point-to-Point Protocol
8091.37Sabs#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
8101.37Sabs#pseudo-device	sl			# Serial Line IP
8111.37Sabs#pseudo-device	strip			# Starmode Radio IP (Metricom)
8121.37Sabs#pseudo-device	irframetty		# IrDA frame line discipline
8131.37Sabs#pseudo-device	tap			# virtual Ethernet
8141.37Sabs#pseudo-device	tun			# network tunneling over tty
8151.37Sabs#pseudo-device	gre			# generic L3 over IP tunnel
8161.37Sabs#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
8171.37Sabs#pseudo-device	faith			# IPv[46] tcp relay translation i/f#
8181.37Sabs#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
8191.37Sabs#pseudo-device	vlan			# IEEE 802.1q encapsulation
8201.37Sabs#pseudo-device	bridge			# simple inter-network bridging
8211.37Sabs#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
8221.38Smartin#pseudo-device	agr			# IEEE 802.3ad link aggregation
8231.37Sabs#pseudo-device	pf			# PF packet filter
8241.37Sabs#pseudo-device	pflog			# PF log if
8251.37Sabs# srt is EXPERIMENTAL
8261.37Sabs#pseudo-device	srt			# source-address-based routing
8271.1Sgavan
8281.50Stls#
8291.50Stls# accept filters
8301.50Stlspseudo-device   accf_data		# "dataready" accept filter
8311.50Stlspseudo-device   accf_http		# "httpready" accept filter
8321.50Stls
8331.1Sgavan# miscellaneous pseudo-devices
8341.1Sgavanpseudo-device	pty			# pseudo-terminals
8351.37Sabs#pseudo-device	sequencer	1	# MIDI sequencer
8361.37Sabs#options 	RND_COM			# use "com" randomness as well (BROKEN)
8371.1Sgavanpseudo-device	clockctl		# user control of clock subsystem
8381.1Sgavanpseudo-device	ksyms			# /dev/ksyms
8391.37Sabs#pseudo-device	lockstat		# lock profiling
8401.45Skiyohara#pseudo-device	bcsp			# BlueCore Serial Protocol
8411.37Sabs#pseudo-device	btuart			# Bluetooth HCI UART (H4)
8421.37Sabs
8431.37Sabs# a pseudo device needed for Coda	# also needs CODA (above)
8441.37Sabs#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
8451.37Sabs
8461.37Sabs# a pseudo device needed for SMBFS
8471.37Sabs#pseudo-device	nsmb			# experimental - SMB requester
8481.1Sgavan
8491.37Sabs# wscons pseudo-devices
8501.37Sabspseudo-device	wsmux			# mouse & keyboard multiplexor
8511.55Sgavanpseudo-device	wsfont
8521.37Sabs
8531.37Sabs#options 	FILEASSOC		# fileassoc(9) - required for Veriexec
8541.24Selad
8551.24Selad# Veriexec
8561.37Sabs#pseudo-device	veriexec
8571.24Selad#
8581.24Selad# Uncomment the fingerprint methods below that are desired. Note that
8591.24Selad# removing fingerprint methods will have almost no impact on the kernel
8601.24Selad# code size.
8611.24Selad#
8621.24Selad#options VERIFIED_EXEC_FP_RMD160
8631.24Selad#options VERIFIED_EXEC_FP_SHA256
8641.24Selad#options VERIFIED_EXEC_FP_SHA384
8651.24Selad#options VERIFIED_EXEC_FP_SHA512
8661.24Selad#options VERIFIED_EXEC_FP_SHA1
8671.24Selad#options VERIFIED_EXEC_FP_MD5
8681.37Sabs
8691.37Sabs#options PAX_MPROTECT=0			# PaX mprotect(2) restrictions
870