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