GENERIC revision 1.30
1# $NetBSD: GENERIC,v 1.30 2020/01/20 18:38:20 thorpej Exp $
2#
3# GENERIC machine description file
4#
5# This machine description file is used to generate the default NetBSD
6# kernel.  The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance.
11#
12# For further information on compiling NetBSD kernels, see the config(8)
13# man page.
14#
15# For further information on hardware support for this architecture, see
16# the intro(4) man page.  For further information about kernel options
17# for this architecture, see the options(4) man page.  For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21include 	"arch/hppa/conf/std.hppa"
22
23options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
25
26#ident 		"GENERIC-$Revision: 1.30 $"
27
28maxusers	32		# estimated number of users
29
30# CPU support.  At least one is REQUIRED.
31options 	HP7000_CPU		# PCX, PCX-S
32options 	HP7100_CPU,HP7150_CPU	# PCX-T
33options 	HP7100LC_CPU		# PCX-L
34options 	HP7200_CPU,HP7250_CPU	# PCX-T'
35options 	HP7300LC_CPU		# PCX-L2
36options 	HP8000_CPU		# PCX-U  (in 32bit mode)
37options 	HP8200_CPU		# PCX-V/U+ (in 32bit mode)
38options 	HP8500_CPU		# PCX-W  (in 32bit mode)
39options 	HP8600_CPU		# PCX-W+ (in 32bit mode)
40options 	HP8700_CPU		# PCX-W2 (in 32bit mode)
41
42# CPU-related options.
43options 	USELEDS		# blink 'em
44
45# delay between "rebooting ..." message and hardware reset, in milliseconds
46#options 	CPURESET_DELAY=2000
47
48# Standard system options
49
50options 	INSECURE	# disable kernel security levels
51
52options 	NTP		# NTP phase/frequency locked loop
53
54options 	KTRACE		# system call tracing via ktrace(1)
55
56options 	SYSVMSG		# System V-like message queues
57options 	SYSVSEM		# System V-like semaphores
58options 	SYSVSHM		# System V-like memory sharing
59
60options 	USERCONF	# userconf(4) support
61
62# Alternate buffer queue strategies for better responsiveness under high
63# disk I/O load.
64#options 	BUFQ_READPRIO
65options 	BUFQ_PRIOCSCAN
66
67# Diagnostic/debugging support options
68#options 	DIAGNOSTIC	# expensive kernel consistency checks
69#options 	DEBUG		# expensive debugging checks/support
70options 	DDB		# in-kernel debugger
71options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
72#options 	KGDB		# remote debugger
73#options 	KGDB_DEVNAME="\"com\"",KGDBADDR=0xf0822000,KGDBRATE=9600
74#makeoptions	DEBUG="-g"	# compile full symbol table
75
76# Compatibility options
77include 	"conf/compat_netbsd20.config"
78
79#options 	COMPAT_LINUX	# binary compatibility with Linux
80
81# File systems
82file-system 	FFS		# UFS
83file-system 	EXT2FS		# second extended file system (linux)
84file-system 	LFS		# log-structured file system
85file-system 	MFS		# memory file system
86file-system 	NFS		# Network File System client
87file-system 	NTFS		# Windows/NT file system (experimental)
88file-system 	CD9660		# ISO 9660 + Rock Ridge file system
89file-system 	MSDOSFS		# MS-DOS file system
90file-system 	FDESC		# /dev/fd
91file-system 	KERNFS		# /kern
92file-system 	NULLFS		# loopback file system
93file-system 	OVERLAY		# overlay file system
94file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
95file-system 	PROCFS		# /proc
96file-system 	UMAPFS		# NULLFS + uid and gid remapping
97file-system 	UNION		# union file system
98file-system	CODA		# Coda File System; also needs vcoda (below)
99file-system	PTYFS		# /dev/pts/N support
100file-system	TMPFS		# Efficient memory file-system
101#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
102
103# File system options
104options 	QUOTA		# legacy UFS quotas
105options 	QUOTA2		# new, in-filesystem UFS quotas
106#options 	FFS_EI		# FFS Endian Independent support
107options 	WAPBL		# File system journaling support
108#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
109options 	NFSSERVER	# Network File System server
110#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
111options 	UFS_EXTATTR	# Extended attribute support for UFS1
112#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
113				# immutable) behave as system flags.
114
115# Networking options
116#options 	GATEWAY		# packet forwarding
117options 	INET		# IP + ICMP + TCP + UDP
118options 	INET6		# IPV6
119#options 	IPSEC		# IP security
120#options 	IPSEC_DEBUG	# debug for IP security
121#options 	MROUTING	# IP multicast routing
122#options 	PIM		# Protocol Independent Multicast
123#options 	NETATALK	# AppleTalk networking protocols
124options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
125options 	PPP_DEFLATE	# Deflate compression support for PPP
126options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
127#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
128
129#options 	ALTQ		# Manipulate network interfaces' output queues
130#options 	ALTQ_BLUE	# Stochastic Fair Blue
131#options 	ALTQ_CBQ	# Class-Based Queueing
132#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
133#options 	ALTQ_FIFOQ	# First-In First-Out Queue
134#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
135#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
136#options 	ALTQ_LOCALQ	# Local queueing discipline
137#options 	ALTQ_PRIQ	# Priority Queueing
138#options 	ALTQ_RED	# Random Early Detection
139#options 	ALTQ_RIO	# RED with IN/OUT
140#options 	ALTQ_WFQ	# Weighted Fair Queueing
141
142# These options enable verbose messages for several subsystems.
143# Warning, these may compile large string tables into the kernel!
144options 	GSCVERBOSE	# verbose GSC device autoconfig messages
145options 	PCIVERBOSE	# verbose PCI device autoconfig messages
146options 	EISAVERBOSE	# verbose EISA device autoconfig messages
147options 	MIIVERBOSE	# verbose PHY autoconfig messages
148options 	SCSIVERBOSE	# human readable SCSI error messages
149
150options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
151
152#
153# wscons options
154#
155# builtin terminal emulations
156#options 	WSEMUL_SUN		# sun terminal emulation
157options 	WSEMUL_VT100		# VT100 / VT220 emulation
158# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
159options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
160#options 	WS_DEFAULT_FG=WSCOL_WHITE
161#options 	WS_DEFAULT_BG=WSCOL_BLACK
162#options 	WS_DEFAULT_COLATTR=""
163#options 	WS_DEFAULT_MONOATTR=""
164options 	WS_KERNEL_FG=WSCOL_GREEN
165#options 	WS_KERNEL_BG=WSCOL_BLACK
166#options 	WS_KERNEL_COLATTR=""
167#options 	WS_KERNEL_MONOATTR=""
168# customization of console border color
169options 	WSDISPLAY_CUSTOM_BORDER	# border customization from wsconsctl(8)
170#options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
171# compatibility to other console drivers
172options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
173options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
174options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
175options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
176# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
177#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
178# allocate a number of virtual screens at autoconfiguration time
179#options 	WSDISPLAY_DEFAULTSCREENS=4
180# use a large software cursor that doesn't blink
181options 	PCDISPLAY_SOFTCURSOR
182# modify the screen type of the console; defaults to "80x25"
183#options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
184# work around a hardware bug that loaded fonts don't work; found on ATI cards
185#options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
186# console scrolling support.
187#options 	WSDISPLAY_SCROLLSUPPORT
188# enable VGA raster mode capable of displaying multilingual text on console
189#options 	VGA_RASTERCONSOLE
190
191# Kernel root file system and dump configuration.
192config		netbsd	root on ? type ?
193#config		netbsd	root on sd0a type ffs
194#config		netbsd	root on ? type nfs
195
196#
197# Device configuration
198#
199
200mainbus0 at root
201
202# CPU and memory - DO NOT REMOVE THESE
203cpu*	at mainbus0 irq 31	# HP PA-RISC CPU
204mem*	at mainbus0		# /dev/*mem and memory controller
205
206# Coprocessor/SFU Support
207#fpu*	at mainbus0		# HP PA-RISC fpu (iv N/A)
208#pmu*	at mainbus0		# HP PA-RISC performance monitor unit (iv 29)
209
210# Miscellaneous
211pdc0	at mainbus0		# PDC/IODC wrapper for boot console
212power0	at mainbus0		# power/fail manager
213lcd0	at mainbus0		# LCD
214
215# Basic Bus Support
216lasi0	at mainbus0 irq 28	# LASI host adapter
217lasi0	at phantomas0 irq 28	# LASI on [AB]*
218lasi0	at uturn? irq 28	# LASI on [CJ]*
219lasi1	at mainbus0 irq 27	# 712 GIO card
220asp*	at mainbus0 irq 28	# this one comes w/ Viper and LEDs
221wax*	at mainbus0		# Wax GSC to GSC Bus Adapter
222mongoose* at mainbus0		# EISA Bus Adapter ( i82350 or TI??? )
223#vmeb*	at mainbus0 irq ?	# VME bus adapter
224phantomas*	at mainbus0	# Phantom PseudoBC GSC+ Port
225
226lasi*	at phantomas?		# LASI on [ABCJ?]*
227dino*	at phantomas?		# PCI bus bridge
228wax*	at phantomas?		# Wax GSC to GSC Bus Adapter
229
230# GSC bus support
231gsc*	at lasi?		# 712
232gsc*	at asp?			# 7xx (old)
233gsc*	at wax?			# {725,715}/{64,80,100}, C*, B*, J*
234
235# Wax GSC to EISA Bus Adapter
236#weisa*	at mainbus0		# 7xx
237#weisa*	at gsc?			# C*, B*
238
239# Uturn/U2 IOA
240uturn0	at mainbus0		# U2/UTurn Runway IOA
241uturn1	at mainbus0
242lasi*	at uturn?		# LASI on [CJ]*
243dino*	at uturn?		# PCI bus bridge
244#wax*	at uturn?		# Wax on C*
245
246#gecko*	at uturn?		# GeckoBOA
247#lasi*	at gecko?		# LASI
248#dino*	at gecko?		# PCI bus bridge
249#wax*	at gecko?		# Wax GSC to GSC Bus Adapter
250
251# Astro memory & I/O controller
252astro*	at mainbus0		# Astro memory & I/O controller
253elroy*	at astro?
254
255# PCI bus support
256pci*	at elroy?
257pci*	at dino?
258com*	at dino?
259ppb*	at pci? dev ? function ?
260pci*	at ppb?
261
262ssio*	at pci?
263
264# EISA bus support
265eisa*	at mongoose?
266#eisa*	at weisa?
267
268# ISA bus support
269# Beware: Most ISA MI drivers are not endianness clean!
270#isa*	at mongoose?
271#isa*	at weisa?
272
273# VME bus support
274#vme*	at vmeb?
275
276# Console Devices
277
278# STI graphics
279sti*	at mainbus0		# [H]CRX-{8,24,48}[Z] and Visualize graphics
280sti*	at phantomas?		# [H]CRX-{8,24,48}[Z] and Visualize graphics
281sti*	at uturn?
282sti*	at pci?			# EG-PCI, FX*
283
284# Human Interface Loop
285hil*		at gsc? irq 1	# Human Interface Loop, kbd and mouse
286hilkbd*		at hil?		# keyboard, knob and buttons
287hilms*		at hil?		# mouse and tablets
288hilid*		at hil?		# ID module
289
290# wscons
291gsckbc*		at gsc?			# pc keyboard controller
292pckbd*		at gsckbc?		# PC keyboard
293pms*		at gsckbc?		# PS/2 mouse for wsmouse
294wskbd*		at pckbd? console ?
295wsmouse*	at pms? mux 0
296wskbd*		at hilkbd? console ?
297wsmouse*	at hilms? mux 0
298wsdisplay*	at sti?
299
300# Serial Devices
301
302# SSIO serial interfaces
303com0	at ssio? irq 4
304com1	at ssio? irq 3
305
306# GSC serial interfaces
307com*	at gsc?				# RS/232 serial port
308
309# PCI serial interfaces
310puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
311com*	at puc? port ?			# 16x50s on "universal" comm boards
312cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
313cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
314
315# Parallel Printer Interfaces
316
317# SSIO parallel printer interface
318lpt0	at ssio?
319
320# GSC parallel printer interface
321lpt*	at gsc?
322
323# PCI parallel printer interfaces
324lpt*	at puc? port ?			# || ports on "universal" comm boards
325
326# SCSI Controllers and Devices
327
328# GSC SCSI controllers
329oosiop*	at gsc?				# NCR 53c700
330osiop*	at gsc? flags 0x00000		# NCR 53c710
331siop*	at gsc?				# NCR 53c720 (Fast/Wide)
332siop*	at mainbus0			# NCR 53c720 (Fast/Wide)
333siop*	at phantomas?			# NCR 53c720 (Fast/Wide)
334siop*	at uturn? 			# NCR 53c720 (Fast/Wide)
335
336# PCI SCSI controllers
337adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
338adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
339ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
340ahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
341bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
342dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
343iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
344isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
345mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
346mpt*	at pci? dev ? function ?	# LSI Fusion SCSI/FC
347pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
348siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
349esiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
350#options 	SIOP_SYMLED		# drive the act. LED in software
351trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
352
353# EISA SCSI controllers
354ahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
355ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
356bha*	at eisa? slot ?			# BusLogic 7xx SCSI
357dpt*	at eisa? slot ?			# DPT EATA SCSI
358uha*	at eisa? slot ?			# UltraStor 24f SCSI
359
360# SCSI bus support
361scsibus* at scsi?
362
363# SCSI devices
364sd*	at scsibus? target ? lun ?	# SCSI disk drives
365st*	at scsibus? target ? lun ?	# SCSI tape drives
366cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
367ch*	at scsibus? target ? lun ?	# SCSI autochangers
368ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
369ss*	at scsibus? target ? lun ?	# SCSI scanners
370uk*	at scsibus? target ? lun ?	# SCSI unknown
371
372
373# RAID controllers and devices
374# aac is broken
375#aac*	at pci? dev ? function ?	# Adaptec AAC family
376amr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
377cac*	at eisa? slot ?			# Compaq EISA array controllers
378cac*	at pci? dev ? function ?	# Compaq PCI array controllers
379icp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
380mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
381mlx*	at eisa? slot ?			# Mylex DAC960 & DEC SWXCR family
382twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
383
384#ld*	at aac? unit ?			# logical disk devices
385ld*	at amr? unit ?
386ld*	at cac? unit ?
387ld*	at icp? unit ?
388ld*	at mlx? unit ?
389ld*	at twe? unit ?
390
391icpsp*	at icp? unit ?			# SCSI pass-through
392
393# IDE and related devices
394# PCI IDE controllers - see pciide(4) for supported hardware.
395# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
396# how to set up DMA modes for this chip. This may work, or may cause
397# a machine hang with some controllers.
398pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
399acardide*	at pci? dev ? function ?	# Acard IDE controllers
400aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
401artsata* 	at pci? dev ? function ?	# Intel i31244 SATA controller
402cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
403cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
404geodeide* 	at pci? dev ? function ?	# AMD Geode IDE controllers
405hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
406nside*  	at pci? dev ? function ?	# National Semiconductor IDE controllers
407optiide* 	at pci? dev ? function ?	# Opti IDE controllers
408pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
409pdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
410rccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
411satalink*	at pci? dev ? function ?	# SiI SATALink controllers
412siside* 	at pci? dev ? function ?	# SiS IDE controllers
413slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
414stpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
415viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
416
417# ATA (IDE) bus support
418atabus* at ata?
419
420# IDE drives
421# Flags are used only with controllers that support DMA operations
422# and mode settings (e.g. some pciide controllers)
423# The lowest order four bits (rightmost digit) of the flags define the PIO
424# mode to use, the next set of four bits the DMA mode and the third set the
425# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
426# to use, and the last bit must be 1 for this setting to be used.
427# For DMA and UDMA, 0xf (1111) means 'disable'.
428# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
429# (0xc=1100, 0xa=1010, 0xf=1111)
430# 0x0000 means "use whatever the drive claims to support".
431wd*	at atabus? drive ? flags 0x0000
432
433# ATA RAID configuration support, as found on some Promise controllers.
434pseudo-device	ataraid
435ld*	at ataraid? vendtype ? unit ?
436
437# ATAPI bus support
438atapibus* at atapi?
439
440# ATAPI devices
441# flags have the same meaning as for IDE drives.
442cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
443sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
444st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
445uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
446
447# Miscellaneous mass storage devices
448
449# GSC floppy
450#fdc*	at gsc? 			# PC floppy controller (WD37C65C)
451#fd*	at fdc? drive ?			# the drives themselves
452
453# Network Interfaces
454
455# GSC network interfaces
456#medusa* at gsc?			# FDDI
457ie*	at gsc?				# old 82C5[89]6 Ethernet, use iee(4)
458iee*	at gsc?				# 82C596 Ethernet
459
460# PCI network interfaces
461an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
462atw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
463bce* 	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
464bge* 	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
465ep*	at pci? dev ? function ?	# 3Com 3c59x
466epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
467ex*	at pci? dev ? function ?	# 3Com 90x[BC]
468# fpa is broken, does funky things with bus_dma
469fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
470gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
471le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
472mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
473ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
474ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
475pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
476re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
477rtk*	at pci? dev ? function ?	# Realtek 8129/8139
478sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
479sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
480skc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
481sk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
482ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
483stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
484ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
485tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
486tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
487vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
488wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
489wm*	at pci? dev ? function ?	# Intel 8254x gigabit
490
491# EISA network interfaces
492ep*	at eisa? slot ?			# 3Com 3c579 Ethernet
493tlp*	at eisa? slot ?			# DEC DE-425 Ethernet
494#sh*	at eisa? slot ?			# Interphase Seahawk 4811 FDDI
495#ie*	at eisa? slot ?			# Intel Ethernet
496
497# MII/PHY support
498acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
499amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
500bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
501brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
502dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
503exphy*	at mii? phy ?			# 3Com internal PHYs
504gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
505glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
506gphyter* at mii? phy ?			# NS83861 Gig-E PHY
507icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
508igphy*	at mii? phy ?			# Intel IGP01E1000
509ikphy*	at mii? phy ?			# Intel 82563 PHYs
510inphy*	at mii? phy ?			# Intel 82555 PHYs
511iophy*	at mii? phy ?			# Intel 82553 PHYs
512lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
513makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
514nsphy*	at mii? phy ?			# NS83840 PHYs
515nsphyter* at mii? phy ? 		# NS83843 PHYs
516pnaphy* at mii? phy ?			# generic HomePNA PHYs
517qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
518rgephy*	at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
519rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
520sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
521tlphy*	at mii? phy ?			# ThunderLAN PHYs
522tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
523ukphy*	at mii? phy ?			# generic unknown PHYs
524urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
525
526# Audio Devices
527
528# GSC audio devices
529#aone*	at gsc?				# Audio Type 1 (PSB 2160-N)
530harmony* at gsc?			# Audio Type 2 (CS4215)
531#com*	at harmony?			# Telephone add-in card
532audio*	at audiobus?
533
534spkr*	at audio?			# PC speaker (synthesized)
535
536# USB Controller and Devices
537
538# PCI USB controllers
539ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
540ohci*	at pci?	dev ? function ?	# Open Host Controller
541uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
542
543# USB bus support
544usb*	at ehci?
545usb*	at ohci?
546usb*	at uhci?
547
548# USB Hubs
549uhub*	at usb?
550uhub*	at uhub? port ?
551
552# USB HID device
553uhidev* at uhub? port ? configuration ? interface ?
554
555# USB Mice
556ums*	at uhidev? reportid ?
557wsmouse* at ums? mux 0
558
559# USB eGalax touch-panel
560uep*	at uhub? port ?
561wsmouse* at uep? mux 0
562
563# USB Keyboards
564ukbd*	at uhidev? reportid ?
565wskbd*	at ukbd? console ? mux 1
566
567# USB serial adapter
568ucycom* at uhidev? reportid ?
569
570# USB Generic HID devices
571uhid*	at uhidev? reportid ?
572
573# USB LCDs and USB-VGA adaptors
574udl*	at uhub? port ?		# DisplayLink DL-1x0/1x5
575wsdisplay* at udl?
576
577# USB Printer
578ulpt*	at uhub? port ? configuration ? interface ?
579
580# USB Modem
581umodem* at uhub? port ? configuration ?
582ucom*	at umodem?
583
584# Option N.V. Wireless WAN modems
585uhso*	at uhub? port ? configuration ?
586
587# USB Mass Storage
588umass*	at uhub? port ? configuration ? interface ?
589
590# USB audio
591uaudio* at uhub? port ? configuration ?
592
593# USB MIDI
594umidi* at uhub? port ? configuration ?
595midi* at midibus?
596
597# USB IrDA
598# USB-IrDA bridge spec
599uirda* at uhub? port ? configuration ? interface ?
600irframe* at uirda?
601
602stuirda* at uhub? port ? configuration ? interface ?
603irframe* at stuirda?
604
605# SigmaTel STIr4200 USB/IrDA Bridge
606ustir* at uhub? port ?
607irframe* at ustir?
608
609# USB Ethernet adapters
610aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
611axe*	at uhub? port ?		# ASIX AX88172 based adapters
612cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
613cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
614kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
615mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
616udav*	at uhub? port ?		# Davicom DM9601 based adapters
617ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
618url*	at uhub? port ?		# Realtek RTL8150L based adapters
619
620# USB 802.11 adapters
621atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
622ural*	at uhub? port ?		# Ralink Technology RT2500USB 802.11a/b/g
623rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
624zyd*	at uhub? port ?		# Zydas ZD1211
625
626# Prolific PL2301/PL2302 host-to-host adapter
627upl*	at uhub? port ?
628
629# Serial adapters
630ubsa*	at uhub? port ?		# Belkin serial adapter
631ucom*	at ubsa? portno ?
632
633uchcom* at uhub? port ? 	# WinChipHead CH341/CH340 serial adapter
634ucom*	at uchcom? portno ?
635
636uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
637ucom*	at uftdi? portno ?
638
639uipaq*	at uhub? port ?		# iPAQ PDAs
640ucom*	at uipaq? portno ?
641
642umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
643ucom*	at umct? portno ?
644
645uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
646ucom*	at uplcom? portno ?
647
648uslsa*	at uhub? port ?		# Silicon Labs USB-RS232 serial adapter
649ucom*	at uslsa? portno ?
650
651uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
652ucom*	at uvscom? portno ?
653
654# RIM BlackBerry
655uberry* at uhub? port ?
656
657# Diamond Multimedia Rio 500
658urio*	at uhub? port ?
659
660# USB Handspring Visor
661uvisor* at uhub? port ?
662ucom*	at uvisor?
663
664# Kyocera AIR-EDGE PHONE
665ukyopon* at uhub? port ?
666ucom*	at ukyopon? portno ?
667
668# USB scanners
669#uscanner* at uhub? port ?
670
671# USB scanners that use SCSI emulation, e.g., HP5300
672usscanner* at uhub? port ?
673
674# Topfield TF5000PVR range of DVB recorders
675utoppy* at uhub? port ?
676
677# Y@P firmware loader
678uyap*	at uhub? port ?
679
680# D-Link DSB-R100 USB radio
681udsbr*	at uhub? port ?
682radio*	at udsbr?
683
684# USB Generic driver
685ugen*	at uhub? port ?
686
687# USB 3G datacards
688umodeswitch* at uhub? port ?
689u3g*	at uhub? port ?
690ucom*	at u3g?
691
692# USB generic serial port (e.g., data over cellular)
693ugensa* at uhub? port ?
694ucom*	at ugensa?
695
696# Pseudo-Devices
697
698pseudo-device 	crypto			# /dev/crypto device
699pseudo-device	swcrypto		# software crypto implementation
700
701# disk/mass storage pseudo-devices
702pseudo-device	ccd			# concatenated/striped disk devices
703#pseudo-device	cgd			# cryptographic disk devices
704pseudo-device	raid			# RAIDframe disk driver
705options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
706#Options to enable various other RAIDframe RAID types.
707#options 	RF_INCLUDE_EVENODD=1
708#options 	RF_INCLUDE_RAID5_RS=1
709#options 	RF_INCLUDE_PARITYLOGGING=1
710#options 	RF_INCLUDE_CHAINDECLUSTER=1
711#options 	RF_INCLUDE_INTERDECLUSTER=1
712#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
713#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
714pseudo-device	fss			# file system snapshot device
715pseudo-device	md			# memory disk device (ramdisk)
716pseudo-device	vnd			# disk-like interface to files
717#options 	VND_COMPRESSION		# compressed vnd(4)
718pseudo-device	putter			# for puffs and pud
719
720# network pseudo-devices
721pseudo-device	bpfilter		# Berkeley packet filter
722pseudo-device	carp			# Common Address Redundancy Protocol
723pseudo-device	npf			# NPF packet filter
724pseudo-device	loop			# network loopback
725pseudo-device	ppp			# Point-to-Point Protocol
726pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
727pseudo-device	sl			# Serial Line IP
728pseudo-device	irframetty		# IrDA frame line discipline
729pseudo-device	tun			# network tunneling over tty
730pseudo-device	tap			# virtual Ethernet
731pseudo-device	gre			# generic L3 over IP tunnel
732pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
733#pseudo-device	faith			# IPv[46] tcp relay translation i/f
734pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
735pseudo-device	vlan			# IEEE 802.1q encapsulation
736pseudo-device	bridge			# simple inter-network bridging
737#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
738pseudo-device	agr			# IEEE 802.3ad link aggregation
739
740#
741# accept filters
742pseudo-device   accf_data		# "dataready" accept filter
743pseudo-device   accf_http		# "httpready" accept filter
744
745# miscellaneous pseudo-devices
746pseudo-device	pty			# pseudo-terminals
747pseudo-device	sequencer		# MIDI sequencer
748# rnd works; RND_COM does not on port hppa yet.
749#options 	RND_COM			# use "com" randomness as well (BROKEN)
750pseudo-device	clockctl		# user control of clock subsystem
751
752# a pseudo device needed for Coda	# also needs CODA (above)
753pseudo-device	vcoda			# coda minicache <-> venus comm.
754
755# wscons pseudo-devices
756pseudo-device	wsmux			# mouse & keyboard multiplexor
757pseudo-device	wsfont
758pseudo-device	ksyms			# /dev/ksyms
759
760# userland interface to drivers, including autoconf and properties retrieval
761pseudo-device	drvctl
762
763include "dev/veriexec.config"
764