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