GENERIC revision 1.11
11.11Schristos# $NetBSD: GENERIC,v 1.11 2016/12/13 20:42:18 christos Exp $
21.1Sskrll#
31.1Sskrll# GENERIC machine description file
41.1Sskrll#
51.1Sskrll# This machine description file is used to generate the default NetBSD
61.1Sskrll# kernel.  The generic kernel does not include all options, subsystems
71.1Sskrll# and device drivers, but should be useful for most applications.
81.1Sskrll#
91.1Sskrll# The machine description file can be customised for your specific
101.1Sskrll# machine to reduce the kernel size and improve its performance.
111.1Sskrll#
121.1Sskrll# For further information on compiling NetBSD kernels, see the config(8)
131.1Sskrll# man page.
141.1Sskrll#
151.1Sskrll# For further information on hardware support for this architecture, see
161.1Sskrll# the intro(4) man page.  For further information about kernel options
171.1Sskrll# for this architecture, see the options(4) man page.  For an explanation
181.1Sskrll# of each device driver in this file see the section 4 man page for the
191.1Sskrll# device.
201.1Sskrll
211.1Sskrllinclude 	"arch/hppa/conf/std.hppa"
221.1Sskrll
231.1Sskrlloptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.1Sskrlloptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
251.1Sskrll
261.11Schristos#ident 		"GENERIC-$Revision: 1.11 $"
271.1Sskrll
281.1Sskrllmaxusers	32		# estimated number of users
291.1Sskrll
301.1Sskrll# CPU support.  At least one is REQUIRED.
311.1Sskrlloptions 	HP7000_CPU		# PCX, PCX-S
321.1Sskrlloptions 	HP7100_CPU,HP7150_CPU	# PCX-T
331.1Sskrlloptions 	HP7100LC_CPU		# PCX-L
341.1Sskrlloptions 	HP7200_CPU,HP7250_CPU	# PCX-T'
351.1Sskrlloptions 	HP7300LC_CPU		# PCX-L2
361.1Sskrlloptions 	HP8000_CPU		# PCX-U  (in 32bit mode)
371.1Sskrlloptions 	HP8200_CPU		# PCX-V/U+ (in 32bit mode)
381.1Sskrlloptions 	HP8500_CPU		# PCX-W  (in 32bit mode)
391.1Sskrlloptions 	HP8600_CPU		# PCX-W+ (in 32bit mode)
401.1Sskrlloptions 	HP8700_CPU		# PCX-W2 (in 32bit mode)
411.1Sskrll
421.1Sskrll# CPU-related options.
431.1Sskrlloptions 	USELEDS		# blink 'em
441.1Sskrll
451.1Sskrll# delay between "rebooting ..." message and hardware reset, in milliseconds
461.1Sskrll#options 	CPURESET_DELAY=2000
471.1Sskrll
481.1Sskrll# Standard system options
491.1Sskrll
501.1Sskrlloptions 	INSECURE	# disable kernel security levels
511.1Sskrll
521.1Sskrlloptions 	NTP		# NTP phase/frequency locked loop
531.1Sskrll
541.1Sskrlloptions 	KTRACE		# system call tracing via ktrace(1)
551.1Sskrll
561.1Sskrlloptions 	SYSVMSG		# System V-like message queues
571.1Sskrlloptions 	SYSVSEM		# System V-like semaphores
581.1Sskrlloptions 	SYSVSHM		# System V-like memory sharing
591.1Sskrll
601.1Sskrlloptions 	USERCONF	# userconf(4) support
611.1Sskrll
621.1Sskrll# Enable experimental buffer queue strategy for better responsiveness under
631.1Sskrll# high disk I/O load. Use it with caution - it's not proven to be stable yet.
641.1Sskrll#options 	BUFQ_READPRIO
651.1Sskrll#options 	BUFQ_PRIOCSCAN
661.1Sskrll
671.1Sskrll# Diagnostic/debugging support options
681.1Sskrll#options 	DIAGNOSTIC	# expensive kernel consistency checks
691.1Sskrll#options 	DEBUG		# expensive debugging checks/support
701.1Sskrlloptions 	DDB		# in-kernel debugger
711.1Sskrlloptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
721.1Sskrll#options 	KGDB		# remote debugger
731.1Sskrll#options 	KGDB_DEVNAME="\"com\"",KGDBADDR=0xf0822000,KGDBRATE=9600
741.1Sskrll#makeoptions	DEBUG="-g"	# compile full symbol table
751.1Sskrll
761.1Sskrll# Compatibility options
771.3Sdhollandoptions 	COMPAT_20	# NetBSD 2.0,
781.3Sdhollandoptions 	COMPAT_30	# NetBSD 3.0,
791.3Sdhollandoptions 	COMPAT_40	# NetBSD 4.0,
801.3Sdhollandoptions 	COMPAT_50	# NetBSD 5.0,
811.3Sdhollandoptions 	COMPAT_60	# NetBSD 6.0, and
821.3Sdhollandoptions 	COMPAT_70	# NetBSD 7.0 binary compatibility.
831.1Sskrlloptions 	COMPAT_43	# and 4.3BSD
841.1Sskrll#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
851.1Sskrll
861.1Sskrll#options 	COMPAT_OSF1	# OSF1 binary compatibility
871.1Sskrll#options 	COMPAT_LINUX	# binary compatibility with Linux
881.1Sskrlloptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
891.1Sskrll
901.1Sskrll# File systems
911.1Sskrllfile-system 	FFS		# UFS
921.1Sskrllfile-system 	EXT2FS		# second extended file system (linux)
931.1Sskrllfile-system 	LFS		# log-structured file system
941.1Sskrllfile-system 	MFS		# memory file system
951.1Sskrllfile-system 	NFS		# Network File System client
961.1Sskrllfile-system 	NTFS		# Windows/NT file system (experimental)
971.1Sskrllfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
981.1Sskrllfile-system 	MSDOSFS		# MS-DOS file system
991.1Sskrllfile-system 	FDESC		# /dev/fd
1001.1Sskrllfile-system 	KERNFS		# /kern
1011.1Sskrllfile-system 	NULLFS		# loopback file system
1021.1Sskrllfile-system 	OVERLAY		# overlay file system
1031.1Sskrllfile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
1041.1Sskrllfile-system 	PROCFS		# /proc
1051.1Sskrllfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1061.1Sskrllfile-system 	UNION		# union file system
1071.1Sskrllfile-system	CODA		# Coda File System; also needs vcoda (below)
1081.1Sskrllfile-system	PTYFS		# /dev/pts/N support
1091.1Sskrllfile-system	TMPFS		# Efficient memory file-system
1101.1Sskrll#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1111.1Sskrll
1121.1Sskrll# File system options
1131.1Sskrlloptions 	QUOTA		# legacy UFS quotas
1141.1Sskrlloptions 	QUOTA2		# new, in-filesystem UFS quotas
1151.1Sskrll#options 	FFS_EI		# FFS Endian Independent support
1161.1Sskrlloptions 	WAPBL		# File system journaling support
1171.1Sskrll#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1181.1Sskrlloptions 	NFSSERVER	# Network File System server
1191.1Sskrll#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1201.5Smanuoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
1211.1Sskrll#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1221.1Sskrll				# immutable) behave as system flags.
1231.1Sskrll
1241.1Sskrll# Networking options
1251.1Sskrll#options 	GATEWAY		# packet forwarding
1261.1Sskrlloptions 	INET		# IP + ICMP + TCP + UDP
1271.1Sskrlloptions 	INET6		# IPV6
1281.1Sskrll#options 	IPSEC		# IP security
1291.1Sskrll#options 	IPSEC_DEBUG	# debug for IP security
1301.1Sskrll#options 	MROUTING	# IP multicast routing
1311.1Sskrll#options 	PIM		# Protocol Independent Multicast
1321.1Sskrll#options 	NETATALK	# AppleTalk networking protocols
1331.1Sskrlloptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1341.1Sskrlloptions 	PPP_DEFLATE	# Deflate compression support for PPP
1351.1Sskrlloptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1361.1Sskrlloptions 	IPFILTER_LOG	# ipmon(8) log support
1371.1Sskrlloptions 	IPFILTER_LOOKUP	# ippool(8) support
1381.1Sskrlloptions 	IPFILTER_COMPAT # Compat for IP-Filter
1391.1Sskrll#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1401.1Sskrll#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1411.1Sskrll
1421.1Sskrll#options 	ALTQ		# Manipulate network interfaces' output queues
1431.1Sskrll#options 	ALTQ_BLUE	# Stochastic Fair Blue
1441.1Sskrll#options 	ALTQ_CBQ	# Class-Based Queueing
1451.1Sskrll#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1461.1Sskrll#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1471.1Sskrll#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1481.1Sskrll#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1491.1Sskrll#options 	ALTQ_LOCALQ	# Local queueing discipline
1501.1Sskrll#options 	ALTQ_PRIQ	# Priority Queueing
1511.1Sskrll#options 	ALTQ_RED	# Random Early Detection
1521.1Sskrll#options 	ALTQ_RIO	# RED with IN/OUT
1531.1Sskrll#options 	ALTQ_WFQ	# Weighted Fair Queueing
1541.1Sskrll
1551.1Sskrll# These options enable verbose messages for several subsystems.
1561.1Sskrll# Warning, these may compile large string tables into the kernel!
1571.1Sskrlloptions 	GSCVERBOSE	# verbose GSC device autoconfig messages
1581.1Sskrlloptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1591.1Sskrlloptions 	EISAVERBOSE	# verbose EISA device autoconfig messages
1601.1Sskrlloptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1611.1Sskrlloptions 	SCSIVERBOSE	# human readable SCSI error messages
1621.1Sskrll
1631.1Sskrlloptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1641.1Sskrll
1651.1Sskrll#
1661.1Sskrll# wscons options
1671.1Sskrll#
1681.1Sskrll# builtin terminal emulations
1691.1Sskrll#options 	WSEMUL_SUN		# sun terminal emulation
1701.1Sskrlloptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1711.1Sskrll# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
1721.1Sskrlloptions 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
1731.1Sskrll#options 	WS_DEFAULT_FG=WSCOL_WHITE
1741.1Sskrll#options 	WS_DEFAULT_BG=WSCOL_BLACK
1751.1Sskrll#options 	WS_DEFAULT_COLATTR=""
1761.1Sskrll#options 	WS_DEFAULT_MONOATTR=""
1771.1Sskrlloptions 	WS_KERNEL_FG=WSCOL_GREEN
1781.1Sskrll#options 	WS_KERNEL_BG=WSCOL_BLACK
1791.1Sskrll#options 	WS_KERNEL_COLATTR=""
1801.1Sskrll#options 	WS_KERNEL_MONOATTR=""
1811.1Sskrll# customization of console border color
1821.1Sskrlloptions 	WSDISPLAY_CUSTOM_BORDER	# border customization from wsconsctl(8)
1831.1Sskrll#options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
1841.1Sskrll# compatibility to other console drivers
1851.1Sskrlloptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1861.1Sskrlloptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1871.1Sskrlloptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1881.1Sskrlloptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1891.1Sskrll# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
1901.1Sskrll#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1911.1Sskrll# allocate a number of virtual screens at autoconfiguration time
1921.1Sskrll#options 	WSDISPLAY_DEFAULTSCREENS=4
1931.1Sskrll# use a large software cursor that doesn't blink
1941.1Sskrlloptions 	PCDISPLAY_SOFTCURSOR
1951.1Sskrll# modify the screen type of the console; defaults to "80x25"
1961.1Sskrll#options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
1971.1Sskrll# work around a hardware bug that loaded fonts don't work; found on ATI cards
1981.1Sskrll#options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
1991.1Sskrll# console scrolling support.
2001.1Sskrll#options 	WSDISPLAY_SCROLLSUPPORT
2011.1Sskrll# enable VGA raster mode capable of displaying multilingual text on console
2021.1Sskrll#options 	VGA_RASTERCONSOLE
2031.1Sskrll
2041.1Sskrll# Kernel root file system and dump configuration.
2051.1Sskrllconfig		netbsd	root on ? type ?
2061.1Sskrll#config		netbsd	root on sd0a type ffs
2071.1Sskrll#config		netbsd	root on ? type nfs
2081.1Sskrll
2091.1Sskrll#
2101.1Sskrll# Device configuration
2111.1Sskrll#
2121.1Sskrll
2131.1Sskrllmainbus0 at root
2141.1Sskrll
2151.1Sskrll# CPU and memory - DO NOT REMOVE THESE
2161.1Sskrllcpu*	at mainbus0 irq 31	# HP PA-RISC CPU
2171.1Sskrllmem*	at mainbus0		# /dev/*mem and memory controller
2181.1Sskrll
2191.1Sskrll# Coprocessor/SFU Support
2201.1Sskrll#fpu*	at mainbus0		# HP PA-RISC fpu (iv N/A)
2211.1Sskrll#pmu*	at mainbus0		# HP PA-RISC perfomance monitor unit (iv 29)
2221.1Sskrll
2231.1Sskrll# Miscellaneous
2241.1Sskrllpdc0	at mainbus0		# PDC/IODC wrapper for boot console
2251.1Sskrllpower0	at mainbus0		# power/fail manager
2261.1Sskrlllcd0	at mainbus0		# LCD
2271.1Sskrll
2281.1Sskrll# Basic Bus Support
2291.1Sskrlllasi0	at mainbus0 irq 28	# LASI host adapter
2301.1Sskrlllasi0	at phantomas0 irq 28	# LASI on [AB]*
2311.1Sskrlllasi0	at uturn? irq 28	# LASI on [CJ]*
2321.1Sskrlllasi1	at mainbus0 irq 27	# 712 GIO card
2331.1Sskrllasp*	at mainbus0 irq 28	# this one comes w/ Viper and LEDs
2341.1Sskrllwax*	at mainbus0		# Wax GSC to GSC Bus Adapter
2351.1Sskrllmongoose* at mainbus0		# EISA Bus Adapter ( i82350 or TI??? )
2361.1Sskrll#vmeb*	at mainbus0 irq ?	# VME bus adapter
2371.1Sskrllphantomas*	at mainbus0	# Phantom PseudoBC GSC+ Port
2381.1Sskrll
2391.1Sskrlllasi*	at phantomas?		# LASI on [ABCJ?]*
2401.1Sskrlldino*	at phantomas?		# PCI bus bridge
2411.1Sskrllwax*	at phantomas?		# Wax GSC to GSC Bus Adapter
2421.1Sskrll
2431.1Sskrll# GSC bus support
2441.1Sskrllgsc*	at lasi?		# 712
2451.1Sskrllgsc*	at asp?			# 7xx (old)
2461.1Sskrllgsc*	at wax?			# {725,715}/{64,80,100}, C*, B*, J*
2471.1Sskrll
2481.1Sskrll# Wax GSC to EISA Bus Adapter
2491.1Sskrll#weisa*	at mainbus0		# 7xx
2501.1Sskrll#weisa*	at gsc?			# C*, B*
2511.1Sskrll
2521.1Sskrll# Uturn/U2 IOA
2531.1Sskrlluturn0	at mainbus0		# U2/UTurn Runway IOA
2541.1Sskrlluturn1	at mainbus0
2551.1Sskrlllasi*	at uturn?		# LASI on [CJ]*
2561.1Sskrlldino*	at uturn?		# PCI bus bridge
2571.1Sskrll#wax*	at uturn?		# Wax on C*
2581.1Sskrll
2591.1Sskrll#gecko*	at uturn?		# GeckoBOA
2601.1Sskrll#lasi*	at gecko?		# LASI
2611.1Sskrll#dino*	at gecko?		# PCI bus bridge
2621.1Sskrll#wax*	at gecko?		# Wax GSC to GSC Bus Adapter
2631.1Sskrll
2641.1Sskrll# Astro memory & I/O controller 
2651.1Sskrllastro*	at mainbus0		# Astro memory & I/O controller
2661.1Sskrllelroy*	at astro?
2671.1Sskrll
2681.1Sskrll# PCI bus support
2691.1Sskrllpci*	at elroy?
2701.1Sskrllpci*	at dino?
2711.1Sskrllcom*	at dino?
2721.1Sskrllppb*	at pci? dev ? function ?
2731.1Sskrllpci*	at ppb?
2741.1Sskrll
2751.1Sskrllssio*	at pci?
2761.1Sskrll
2771.1Sskrll# EISA bus support
2781.1Sskrlleisa*	at mongoose?
2791.1Sskrll#eisa*	at weisa?
2801.1Sskrll
2811.1Sskrll# ISA bus support
2821.1Sskrll# Beware: Most ISA MI drivers are not endianness clean!
2831.1Sskrll#isa*	at mongoose?
2841.1Sskrll#isa*	at weisa?
2851.1Sskrll
2861.1Sskrll# VME bus support
2871.1Sskrll#vme*	at vmeb?
2881.1Sskrll
2891.1Sskrll# Console Devices
2901.1Sskrll
2911.1Sskrll# STI graphics
2921.1Sskrllsti*	at mainbus0		# [H]CRX-{8,24,48}[Z] and Visualize graphics
2931.1Sskrllsti*	at phantomas?		# [H]CRX-{8,24,48}[Z] and Visualize graphics
2941.1Sskrllsti*	at uturn?
2951.1Sskrllsti*	at pci?			# EG-PCI, FX*
2961.1Sskrll
2971.1Sskrll# Human Interface Loop
2981.1Sskrllhil*		at gsc? irq 1	# Human Interface Loop, kbd and mouse
2991.1Sskrllhilkbd*		at hil?		# keyboard, knob and buttons
3001.1Sskrllhilms*		at hil?		# mouse and tablets
3011.1Sskrllhilid*		at hil?		# ID module
3021.1Sskrll
3031.1Sskrll# wscons
3041.1Sskrllgsckbc*		at gsc?			# pc keyboard controller
3051.1Sskrllpckbd*		at gsckbc?		# PC keyboard
3061.1Sskrllpms*		at gsckbc?		# PS/2 mouse for wsmouse
3071.1Sskrllwskbd*		at pckbd? console ?
3081.1Sskrllwsmouse*	at pms? mux 0
3091.1Sskrllwskbd*		at hilkbd? console ?
3101.1Sskrllwsmouse*	at hilms? mux 0
3111.1Sskrllwsdisplay*	at sti?
3121.1Sskrll
3131.1Sskrll# Serial Devices
3141.1Sskrll
3151.1Sskrll# SSIO serial interfaces
3161.1Sskrllcom0	at ssio? irq 4
3171.1Sskrllcom1	at ssio? irq 3
3181.1Sskrll
3191.1Sskrll# GSC serial interfaces
3201.1Sskrllcom*	at gsc?				# RS/232 serial port
3211.1Sskrll
3221.1Sskrll# PCI serial interfaces
3231.1Sskrllpuc*	at pci? dev ? function ?	# PCI "universal" comm. cards
3241.1Sskrllcom*	at puc? port ?			# 16x50s on "universal" comm boards
3251.1Sskrllcy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
3261.1Sskrllcz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
3271.1Sskrll
3281.1Sskrll# Parallel Printer Interfaces
3291.1Sskrll
3301.1Sskrll# SSIO parallel printer interface
3311.1Sskrlllpt0	at ssio?
3321.1Sskrll
3331.1Sskrll# GSC parallel printer interface
3341.1Sskrlllpt*	at gsc?
3351.1Sskrll
3361.1Sskrll# PCI parallel printer interfaces
3371.1Sskrlllpt*	at puc? port ?			# || ports on "universal" comm boards
3381.1Sskrll
3391.1Sskrll# SCSI Controllers and Devices
3401.1Sskrll
3411.1Sskrll# GSC SCSI controllers
3421.1Sskrlloosiop*	at gsc?				# NCR 53c700
3431.1Sskrllosiop*	at gsc? flags 0x00000		# NCR 53c710
3441.1Sskrllsiop*	at gsc?				# NCR 53c720 (Fast/Wide)
3451.1Sskrllsiop*	at mainbus0			# NCR 53c720 (Fast/Wide)
3461.1Sskrllsiop*	at phantomas?			# NCR 53c720 (Fast/Wide)
3471.1Sskrllsiop*	at uturn? 			# NCR 53c720 (Fast/Wide)
3481.1Sskrll
3491.1Sskrll# PCI SCSI controllers
3501.1Sskrlladv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
3511.1Sskrlladw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
3521.1Sskrllahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
3531.1Sskrllahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
3541.1Sskrllbha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
3551.1Sskrlldpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
3561.1Sskrlliha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
3571.1Sskrllisp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
3581.1Sskrllmly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
3591.1Sskrllmpt*	at pci? dev ? function ?	# LSI Fusion SCSI/FC
3601.1Sskrllpcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
3611.1Sskrllsiop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
3621.1Sskrllesiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
3631.1Sskrll#options 	SIOP_SYMLED		# drive the act. LED in software
3641.1Sskrlltrm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
3651.1Sskrll
3661.1Sskrll# EISA SCSI controllers
3671.1Sskrllahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
3681.1Sskrllahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
3691.1Sskrllbha*	at eisa? slot ?			# BusLogic 7xx SCSI
3701.1Sskrlldpt*	at eisa? slot ?			# DPT EATA SCSI
3711.1Sskrlluha*	at eisa? slot ?			# UltraStor 24f SCSI
3721.1Sskrll
3731.1Sskrll# SCSI bus support
3741.1Sskrllscsibus* at scsi?
3751.1Sskrll
3761.1Sskrll# SCSI devices
3771.1Sskrllsd*	at scsibus? target ? lun ?	# SCSI disk drives
3781.1Sskrllst*	at scsibus? target ? lun ?	# SCSI tape drives
3791.1Sskrllcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
3801.1Sskrllch*	at scsibus? target ? lun ?	# SCSI autochangers
3811.1Sskrllses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
3821.1Sskrllss*	at scsibus? target ? lun ?	# SCSI scanners
3831.1Sskrlluk*	at scsibus? target ? lun ?	# SCSI unknown
3841.1Sskrll
3851.1Sskrll
3861.1Sskrll# RAID controllers and devices
3871.1Sskrll# aac is broken
3881.1Sskrll#aac*	at pci? dev ? function ?	# Adaptec AAC family
3891.1Sskrllamr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
3901.1Sskrllcac*	at eisa? slot ?			# Compaq EISA array controllers
3911.1Sskrllcac*	at pci? dev ? function ?	# Compaq PCI array controllers
3921.1Sskrllicp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
3931.1Sskrllmlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
3941.1Sskrllmlx*	at eisa? slot ?			# Mylex DAC960 & DEC SWXCR family
3951.1Sskrlltwe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
3961.1Sskrll
3971.1Sskrll#ld*	at aac? unit ?			# logical disk devices
3981.1Sskrllld*	at amr? unit ?
3991.1Sskrllld*	at cac? unit ?
4001.1Sskrllld*	at icp? unit ?
4011.1Sskrllld*	at mlx? unit ?
4021.1Sskrllld*	at twe? unit ?
4031.1Sskrll
4041.1Sskrllicpsp*	at icp? unit ?			# SCSI pass-through
4051.1Sskrll
4061.1Sskrll# IDE and related devices
4071.1Sskrll# PCI IDE controllers - see pciide(4) for supported hardware.
4081.1Sskrll# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
4091.1Sskrll# how to set up DMA modes for this chip. This may work, or may cause
4101.1Sskrll# a machine hang with some controllers.
4111.1Sskrllpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
4121.1Sskrllacardide*	at pci? dev ? function ?	# Acard IDE controllers
4131.1Sskrllaceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
4141.1Sskrllartsata* 	at pci? dev ? function ?	# Intel i31244 SATA controller
4151.1Sskrllcmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
4161.1Sskrllcypide* 	at pci? dev ? function ?	# Cypress IDE controllers
4171.1Sskrllgeodeide* 	at pci? dev ? function ?	# AMD Geode IDE controllers
4181.1Sskrllhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
4191.1Sskrllnside*  	at pci? dev ? function ?	# National Semiconductor IDE controllers
4201.1Sskrlloptiide* 	at pci? dev ? function ?	# Opti IDE controllers
4211.1Sskrllpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
4221.1Sskrllpdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
4231.1Sskrllrccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
4241.1Sskrllsatalink*	at pci? dev ? function ?	# SiI SATALink controllers
4251.1Sskrllsiside* 	at pci? dev ? function ?	# SiS IDE controllers
4261.1Sskrllslide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
4271.1Sskrllstpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
4281.1Sskrllviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
4291.1Sskrll
4301.1Sskrll# ATA (IDE) bus support
4311.1Sskrllatabus* at ata?
4321.1Sskrll
4331.1Sskrll# IDE drives
4341.1Sskrll# Flags are used only with controllers that support DMA operations
4351.1Sskrll# and mode settings (e.g. some pciide controllers)
4361.1Sskrll# The lowest order four bits (rightmost digit) of the flags define the PIO
4371.1Sskrll# mode to use, the next set of four bits the DMA mode and the third set the
4381.1Sskrll# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
4391.1Sskrll# to use, and the last bit must be 1 for this setting to be used.
4401.1Sskrll# For DMA and UDMA, 0xf (1111) means 'disable'.
4411.1Sskrll# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
4421.1Sskrll# (0xc=1100, 0xa=1010, 0xf=1111)
4431.1Sskrll# 0x0000 means "use whatever the drive claims to support".
4441.1Sskrllwd*	at atabus? drive ? flags 0x0000
4451.1Sskrll
4461.1Sskrll# ATA RAID configuration support, as found on some Promise controllers.
4471.1Sskrllpseudo-device	ataraid
4481.1Sskrllld*	at ataraid? vendtype ? unit ?
4491.1Sskrll
4501.1Sskrll# ATAPI bus support
4511.1Sskrllatapibus* at atapi?
4521.1Sskrll
4531.1Sskrll# ATAPI devices
4541.1Sskrll# flags have the same meaning as for IDE drives.
4551.1Sskrllcd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
4561.1Sskrllsd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
4571.1Sskrllst*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
4581.1Sskrlluk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
4591.1Sskrll
4601.1Sskrll# Miscellaneous mass storage devices
4611.1Sskrll
4621.1Sskrll# GSC floppy
4631.1Sskrll#fdc*	at gsc? 			# PC floppy controller (WD37C65C)
4641.1Sskrll#fd*	at fdc? drive ?			# the drives themselves
4651.1Sskrll
4661.1Sskrll# Network Interfaces
4671.1Sskrll
4681.1Sskrll# GSC network interfaces
4691.1Sskrll#medusa* at gsc?			# FDDI
4701.1Sskrllie*	at gsc?				# old 82C5[89]6 Ethernet, use iee(4)
4711.1Sskrlliee*	at gsc?				# 82C596 Ethernet
4721.1Sskrll
4731.1Sskrll# PCI network interfaces
4741.1Sskrllan*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
4751.1Sskrllatw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
4761.1Sskrllbce* 	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
4771.1Sskrllbge* 	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
4781.1Sskrll# en is broken, uses vtophys
4791.1Sskrll#en*	at pci? dev ? function ?	# ENI/Adaptec ATM
4801.1Sskrllep*	at pci? dev ? function ?	# 3Com 3c59x
4811.1Sskrllepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
4821.1Sskrllesh*	at pci? dev ? function ?	# Essential HIPPI card
4831.1Sskrllex*	at pci? dev ? function ?	# 3Com 90x[BC]
4841.1Sskrll# fpa is broken, does funky things with bus_dma
4851.1Sskrll#fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
4861.1Sskrllfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
4871.1Sskrllgsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
4881.1Sskrllle*	at pci? dev ? function ?	# PCnet-PCI Ethernet
4891.1Sskrlllmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
4901.1Sskrllmtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
4911.1Sskrllne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
4921.1Sskrllntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
4931.1Sskrllpcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
4941.1Sskrllre*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
4951.1Sskrllrtk*	at pci? dev ? function ?	# Realtek 8129/8139
4961.1Sskrllsf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
4971.1Sskrllsip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
4981.1Sskrllskc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
4991.1Sskrllsk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
5001.1Sskrllste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
5011.1Sskrllstge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
5021.1Sskrllti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
5031.1Sskrlltl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
5041.1Sskrlltlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
5051.1Sskrllvr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
5061.1Sskrllwi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
5071.1Sskrllwm*	at pci? dev ? function ?	# Intel 8254x gigabit
5081.1Sskrll
5091.1Sskrll# EISA network interfaces
5101.1Sskrllep*	at eisa? slot ?			# 3Com 3c579 Ethernet
5111.1Sskrll#fea*	at eisa? slot ?			# DEC DEFEA FDDI
5121.1Sskrlltlp*	at eisa? slot ?			# DEC DE-425 Ethernet
5131.1Sskrll#sh*	at eisa? slot ?			# Interphase Seahawk 4811 FDDI
5141.1Sskrll#ie*	at eisa? slot ?			# Intel Ethernet
5151.1Sskrll
5161.1Sskrll# MII/PHY support
5171.1Sskrllacphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
5181.1Sskrllamhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
5191.1Sskrllbmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
5201.1Sskrllbrgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
5211.1Sskrlldmphy*	at mii? phy ?			# Davicom DM9101 PHYs
5221.1Sskrllexphy*	at mii? phy ?			# 3Com internal PHYs
5231.1Sskrllgentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
5241.1Sskrllglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
5251.1Sskrllgphyter* at mii? phy ?			# NS83861 Gig-E PHY
5261.1Sskrllicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
5271.1Sskrlligphy*	at mii? phy ?			# Intel IGP01E1000
5281.1Sskrllikphy*	at mii? phy ?			# Intel 82563 PHYs
5291.1Sskrllinphy*	at mii? phy ?			# Intel 82555 PHYs
5301.1Sskrlliophy*	at mii? phy ?			# Intel 82553 PHYs
5311.1Sskrlllxtphy* at mii? phy ?			# Level One LXT-970 PHYs
5321.1Sskrllmakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
5331.1Sskrllnsphy*	at mii? phy ?			# NS83840 PHYs
5341.1Sskrllnsphyter* at mii? phy ? 		# NS83843 PHYs
5351.1Sskrllpnaphy* at mii? phy ?			# generic HomePNA PHYs
5361.1Sskrllqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
5371.1Sskrllsqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
5381.1Sskrlltlphy*	at mii? phy ?			# ThunderLAN PHYs
5391.1Sskrlltqphy*	at mii? phy ?			# TDK Semiconductor PHYs
5401.1Sskrllukphy*	at mii? phy ?			# generic unknown PHYs
5411.1Sskrllurlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
5421.1Sskrll
5431.1Sskrll# Audio Devices
5441.1Sskrll
5451.1Sskrll# GSC audio devices
5461.1Sskrll#aone*	at gsc?				# Audio Type 1 (PSB 2160-N)
5471.1Sskrllharmony* at gsc?			# Audio Type 2 (CS4215)
5481.1Sskrll#com*	at harmony?			# Telephone add-in card
5491.1Sskrllaudio*	at audiobus?
5501.1Sskrll
5511.11Schristosspkr*	at audio?			# PC speaker (synthesized)
5521.9Snat
5531.1Sskrll# USB Controller and Devices
5541.1Sskrll
5551.1Sskrll# PCI USB controllers
5561.1Sskrllehci*	at pci?	dev ? function ?	# Enhanced Host Controller
5571.1Sskrllohci*	at pci?	dev ? function ?	# Open Host Controller
5581.1Sskrlluhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
5591.1Sskrll
5601.1Sskrll# USB bus support
5611.1Sskrllusb*	at ehci?
5621.1Sskrllusb*	at ohci?
5631.1Sskrllusb*	at uhci?
5641.1Sskrll
5651.1Sskrll# USB Hubs
5661.1Sskrlluhub*	at usb?
5671.1Sskrlluhub*	at uhub? port ?
5681.1Sskrll
5691.1Sskrll# USB HID device
5701.1Sskrlluhidev* at uhub? port ? configuration ? interface ?
5711.1Sskrll
5721.1Sskrll# USB Mice
5731.1Sskrllums*	at uhidev? reportid ?
5741.1Sskrllwsmouse* at ums? mux 0
5751.1Sskrll
5761.1Sskrll# USB eGalax touch-panel
5771.1Sskrlluep*	at uhub? port ?
5781.1Sskrllwsmouse* at uep? mux 0
5791.1Sskrll
5801.1Sskrll# USB Keyboards
5811.1Sskrllukbd*	at uhidev? reportid ?
5821.1Sskrllwskbd*	at ukbd? console ? mux 1
5831.1Sskrll
5841.1Sskrll# USB serial adapter
5851.1Sskrllucycom* at uhidev? reportid ?
5861.1Sskrll
5871.1Sskrll# USB Generic HID devices
5881.1Sskrlluhid*	at uhidev? reportid ?
5891.1Sskrll
5901.1Sskrll# USB LCDs and USB-VGA adaptors
5911.1Sskrlludl*	at uhub? port ?		# DisplayLink DL-1x0/1x5
5921.1Sskrllwsdisplay* at udl?
5931.1Sskrll
5941.1Sskrll# USB Printer
5951.1Sskrllulpt*	at uhub? port ? configuration ? interface ?
5961.1Sskrll
5971.1Sskrll# USB Modem
5981.1Sskrllumodem* at uhub? port ? configuration ?
5991.1Sskrllucom*	at umodem?
6001.1Sskrll
6011.1Sskrll# Option N.V. Wireless WAN modems
6021.1Sskrlluhso*	at uhub? port ? configuration ?
6031.1Sskrll
6041.1Sskrll# USB Mass Storage
6051.1Sskrllumass*	at uhub? port ? configuration ? interface ?
6061.1Sskrllwd*	at umass?
6071.1Sskrll
6081.1Sskrll# USB audio
6091.1Sskrlluaudio* at uhub? port ? configuration ?
6101.1Sskrll
6111.1Sskrll# USB MIDI
6121.1Sskrllumidi* at uhub? port ? configuration ?
6131.4Suebayasimidi* at midibus?
6141.1Sskrll
6151.1Sskrll# USB IrDA
6161.1Sskrll# USB-IrDA bridge spec
6171.1Sskrlluirda* at uhub? port ? configuration ? interface ?
6181.1Sskrllirframe* at uirda?
6191.1Sskrll
6201.1Sskrllstuirda* at uhub? port ? configuration ? interface ?
6211.1Sskrllirframe* at stuirda?
6221.1Sskrll
6231.1Sskrll# SigmaTel STIr4200 USB/IrDA Bridge
6241.1Sskrllustir* at uhub? port ?
6251.1Sskrllirframe* at ustir?
6261.1Sskrll
6271.1Sskrll# USB Ethernet adapters
6281.1Sskrllaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
6291.1Sskrllaxe*	at uhub? port ?		# ASIX AX88172 based adapters
6301.1Sskrllcdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
6311.1Sskrllcue*	at uhub? port ?		# CATC USB-EL1201A based adapters
6321.1Sskrllkue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
6331.1Sskrlludav*	at uhub? port ?		# Davicom DM9601 based adapters
6341.1Sskrllurl*	at uhub? port ?		# Realtek RTL8150L based adapters
6351.1Sskrll
6361.1Sskrll# USB 802.11 adapters
6371.1Sskrllatu*	at uhub? port ?		# Atmel AT76C50XX based adapters
6381.1Sskrllural*	at uhub? port ?		# Ralink Technology RT2500USB 802.11a/b/g
6391.1Sskrllrum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
6401.1Sskrllzyd*	at uhub? port ?		# Zydas ZD1211
6411.1Sskrll
6421.1Sskrll# Prolific PL2301/PL2302 host-to-host adapter
6431.1Sskrllupl*	at uhub? port ?
6441.1Sskrll
6451.1Sskrll# Serial adapters
6461.1Sskrllubsa*	at uhub? port ?		# Belkin serial adapter
6471.1Sskrllucom*	at ubsa? portno ?
6481.1Sskrll
6491.1Sskrlluchcom* at uhub? port ? 	# WinChipHead CH341/CH340 serial adapter
6501.1Sskrllucom*	at uchcom? portno ?
6511.1Sskrll
6521.1Sskrlluftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
6531.1Sskrllucom*	at uftdi? portno ?
6541.1Sskrll
6551.1Sskrlluipaq*	at uhub? port ?		# iPAQ PDAs
6561.1Sskrllucom*	at uipaq? portno ?
6571.1Sskrll
6581.1Sskrllumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
6591.1Sskrllucom*	at umct? portno ?
6601.1Sskrll
6611.1Sskrlluplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
6621.1Sskrllucom*	at uplcom? portno ?
6631.1Sskrll
6641.1Sskrlluslsa*	at uhub? port ?		# Silicon Labs USB-RS232 serial adapter
6651.1Sskrllucom*	at uslsa? portno ?
6661.1Sskrll
6671.1Sskrlluvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
6681.1Sskrllucom*	at uvscom? portno ?
6691.1Sskrll
6701.1Sskrll# RIM BlackBerry
6711.1Sskrlluberry* at uhub? port ?
6721.1Sskrll
6731.1Sskrll# Diamond Multimedia Rio 500
6741.1Sskrllurio*	at uhub? port ?
6751.1Sskrll
6761.1Sskrll# USB Handspring Visor
6771.1Sskrlluvisor* at uhub? port ?
6781.1Sskrllucom*	at uvisor?
6791.1Sskrll
6801.1Sskrll# Kyocera AIR-EDGE PHONE
6811.1Sskrllukyopon* at uhub? port ?
6821.1Sskrllucom*	at ukyopon? portno ?
6831.1Sskrll
6841.1Sskrll# USB scanners
6851.8Sgdt#uscanner* at uhub? port ?
6861.1Sskrll
6871.1Sskrll# USB scanners that use SCSI emulation, e.g., HP5300
6881.1Sskrllusscanner* at uhub? port ?
6891.1Sskrll
6901.1Sskrll# Topfield TF5000PVR range of DVB recorders
6911.1Sskrllutoppy* at uhub? port ?
6921.1Sskrll
6931.1Sskrll# Y@P firmware loader
6941.1Sskrlluyap*	at uhub? port ?
6951.1Sskrll
6961.1Sskrll# D-Link DSB-R100 USB radio
6971.1Sskrlludsbr*	at uhub? port ?
6981.1Sskrllradio*	at udsbr?
6991.1Sskrll
7001.1Sskrll# USB Generic driver
7011.1Sskrllugen*	at uhub? port ?
7021.1Sskrll
7031.1Sskrll# USB 3G datacards
7041.1Sskrllu3ginit* at uhub? port ?
7051.1Sskrllu3g*	at uhub? port ?
7061.1Sskrllucom*	at u3g?
7071.1Sskrll
7081.1Sskrll# USB generic serial port (e.g., data over cellular)
7091.1Sskrllugensa* at uhub? port ?
7101.1Sskrllucom*	at ugensa?
7111.1Sskrll
7121.1Sskrll# Pseudo-Devices
7131.1Sskrll
7141.1Sskrllpseudo-device 	crypto			# /dev/crypto device
7151.1Sskrllpseudo-device	swcrypto		# software crypto implementation
7161.1Sskrll
7171.1Sskrll# disk/mass storage pseudo-devices
7181.1Sskrllpseudo-device	ccd			# concatenated/striped disk devices
7191.1Sskrll#pseudo-device	cgd			# cryptographic disk devices
7201.1Sskrllpseudo-device	raid			# RAIDframe disk driver
7211.1Sskrlloptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
7221.1Sskrll#Options to enable various other RAIDframe RAID types.
7231.1Sskrll#options 	RF_INCLUDE_EVENODD=1
7241.1Sskrll#options 	RF_INCLUDE_RAID5_RS=1
7251.1Sskrll#options 	RF_INCLUDE_PARITYLOGGING=1
7261.1Sskrll#options 	RF_INCLUDE_CHAINDECLUSTER=1
7271.1Sskrll#options 	RF_INCLUDE_INTERDECLUSTER=1
7281.1Sskrll#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
7291.1Sskrll#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
7301.1Sskrllpseudo-device	fss			# file system snapshot device
7311.1Sskrllpseudo-device	md			# memory disk device (ramdisk)
7321.1Sskrllpseudo-device	vnd			# disk-like interface to files
7331.1Sskrll#options 	VND_COMPRESSION		# compressed vnd(4)
7341.1Sskrllpseudo-device	putter			# for puffs and pud
7351.1Sskrll
7361.1Sskrll# network pseudo-devices
7371.1Sskrllpseudo-device	bpfilter		# Berkeley packet filter
7381.1Sskrll#pseudo-device	carp			# Common Address Redundancy Protocol
7391.1Sskrllpseudo-device	ipfilter		# IP filter (firewall) and NAT
7401.1Sskrllpseudo-device	loop			# network loopback
7411.1Sskrllpseudo-device	ppp			# Point-to-Point Protocol
7421.1Sskrllpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
7431.1Sskrllpseudo-device	sl			# Serial Line IP
7441.1Sskrllpseudo-device	strip			# Starmode Radio IP (Metricom)
7451.1Sskrllpseudo-device	irframetty		# IrDA frame line discipline
7461.1Sskrllpseudo-device	tun			# network tunneling over tty
7471.1Sskrllpseudo-device	tap			# virtual Ethernet
7481.1Sskrllpseudo-device	gre			# generic L3 over IP tunnel
7491.1Sskrllpseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
7501.1Sskrll#pseudo-device	faith			# IPv[46] tcp relay translation i/f
7511.1Sskrllpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
7521.1Sskrllpseudo-device	vlan			# IEEE 802.1q encapsulation
7531.1Sskrllpseudo-device	bridge			# simple inter-network bridging
7541.1Sskrll#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
7551.1Sskrllpseudo-device	agr			# IEEE 802.3ad link aggregation
7561.1Sskrll
7571.1Sskrll#
7581.1Sskrll# accept filters
7591.1Sskrllpseudo-device   accf_data		# "dataready" accept filter
7601.1Sskrllpseudo-device   accf_http		# "httpready" accept filter
7611.1Sskrll
7621.1Sskrll# miscellaneous pseudo-devices
7631.1Sskrllpseudo-device	pty			# pseudo-terminals
7641.1Sskrllpseudo-device	sequencer		# MIDI sequencer
7651.1Sskrll# rnd works; RND_COM does not on port hppa yet.
7661.1Sskrll#options 	RND_COM			# use "com" randomness as well (BROKEN)
7671.1Sskrllpseudo-device	clockctl		# user control of clock subsystem
7681.1Sskrll
7691.1Sskrll# a pseudo device needed for Coda	# also needs CODA (above)
7701.1Sskrllpseudo-device	vcoda			# coda minicache <-> venus comm.
7711.1Sskrll
7721.1Sskrll# wscons pseudo-devices
7731.1Sskrllpseudo-device	wsmux			# mouse & keyboard multiplexor
7741.1Sskrllpseudo-device	wsfont
7751.1Sskrllpseudo-device	ksyms			# /dev/ksyms
7761.1Sskrll#pseudo-device	pf			# PF packet filter
7771.1Sskrll#pseudo-device	pflog			# PF log if
7781.1Sskrll
7791.1Sskrll# userland interface to drivers, including autoconf and properties retrieval
7801.1Sskrllpseudo-device	drvctl
7811.1Sskrll
7821.1Sskrll# Veriexec
7831.1Sskrll#
7841.1Sskrll# a pseudo device needed for veriexec
7851.1Sskrll#pseudo-device	veriexec
7861.1Sskrll#
7871.1Sskrll# Uncomment the fingerprint methods below that are desired. Note that
7881.1Sskrll# removing fingerprint methods will have almost no impact on the kernel
7891.1Sskrll# code size.
7901.1Sskrll#
7911.1Sskrll#options VERIFIED_EXEC_FP_RMD160
7921.1Sskrll#options VERIFIED_EXEC_FP_SHA256
7931.1Sskrll#options VERIFIED_EXEC_FP_SHA384
7941.1Sskrll#options VERIFIED_EXEC_FP_SHA512
7951.1Sskrll#options VERIFIED_EXEC_FP_SHA1
7961.1Sskrll#options VERIFIED_EXEC_FP_MD5
797