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