GENERIC revision 1.292
1#
2# This machine description file is used to generate the default NetBSD
3# kernel.  The generic kernel on NetBSD/alpha does enough to get booted,
4# etc., but not much more.  For a more complete kernel see the ALPHA
5# machine description file.
6#
7# The machine description file can be customised for your specific
8# machine to reduce the kernel size and improve its performance.
9#
10# For further information on compiling NetBSD kernels, see the config(8)
11# man page.
12#
13# For further information on hardware support for this architecture, see
14# the intro(4) man page.  For further information about kernel options
15# for this architecture, see the options(4) man page.  For an explanation
16# of each device driver in this file see the section 4 man page for the
17# device.
18
19# If you add stuff to this, please add it to the ALPHA configuration, too.
20
21include		"arch/alpha/conf/std.alpha"
22
23options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24
25#ident 		"GENERIC-$Revision: 1.292 $"
26
27maxusers 32
28
29# CPU Support
30options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
31options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
32options 	DEC_2100_A500	# Sable:	AlphaServer 2100
33options 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
34options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
35options 	DEC_3000_300	# Pelican etc:	3000/300*
36options 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
37options 	DEC_EB164	# EB164:	AlphaPC 164
38options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
39options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
40options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
41options 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
42options 	DEC_550		# Miata:	Digital Personal Workstation
43options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
44options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
45options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
46options 	DEC_EB66	# EB66:		21066 Evaluation Board
47options 	DEC_6600	# EV6:		264DP OEM Board
48options 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
49
50# Standard system options
51options 	KTRACE			# System call tracing support
52#options 	SYSTRACE		# System call vetting via systrace(1)
53options 	NTP			# kernel PLL for NTP
54
55# Enable experimental buffer queue strategy for better responsiveness under
56# high disk I/O load. Use it with caution - it's not proven to be stable yet.
57#options 	BUFQ_READPRIO
58#options 	BUFQ_PRIOCSCAN
59
60# Diagnostic/debugging support options
61#options 	DIAGNOSTIC		# Cheap kernel consistency checks
62options 	DDB			# kernel debugger
63options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
64#makeoptions	DEBUG="-g"
65#makeoptions	DEBUGLIST="pattern1 pattern2 ..."
66
67#options 	KGDB			# Remote kernel GDB support
68#options 	KGDB_DEVNAME="\"com\""	# device to use for KGDB
69#options 	KGDB_DEVADDR=0x2f8	# at this address
70#options 	KGDB_DEVRATE=57600	# at this comm. rate
71
72# File systems
73file-system	FFS		# Fast file system
74file-system	MFS		# Memory-based file system
75file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
76file-system	MSDOSFS		# MS-DOS-compatible file system
77file-system	NTFS		# Windows/NT file system (experimental)
78file-system	NFS		# Sun NFS-compatible file system client
79file-system	KERNFS		# Kernel variable file system (/kern)
80file-system	PROCFS		# Process file system (/proc)
81file-system	NULLFS		# Null file system layer
82file-system	PTYFS		# /dev/pts/N support
83#file-system	TMPFS		# experimental - Efficient memory file-system
84#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
85
86# File system options
87options 	QUOTA		# UFS quotas
88#options 	FFS_EI		# FFS Endian Independant support
89options 	SOFTDEP		# FFS soft updates support.
90#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
91options 	NFSSERVER	# Sun NFS-compatible file system server
92#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
93
94# Networking options
95#options 	GATEWAY		# packet forwarding
96options 	INET		# IP + ICMP + TCP + UDP
97options 	INET6		# IPV6
98#options 	IPSEC		# IP security
99#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
100#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
101#options 	IPSEC_DEBUG	# debug for IP security
102#options 	MROUTING	# IP multicast routing
103#options 	PIM		# Protocol Independent Multicast
104#options 	NS		# XNS
105#options 	NSIP		# XNS tunneling over IP
106#options 	ISO,TPIP	# OSI
107#options 	EON		# OSI tunneling over IP
108#options 	CCITT,LLC,HDLC	# X.25
109#options 	NETATALK	# AppleTalk networking protocols
110#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
111#options 	PPP_DEFLATE	# Deflate compression support for PPP
112#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
113#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
114options 	IPFILTER_LOG	# ipmon(8) log support
115#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
116#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
117
118#options 	ALTQ		# Manipulate network interfaces' output queues
119#options 	ALTQ_BLUE	# Stochastic Fair Blue
120#options 	ALTQ_CBQ	# Class-Based Queueing
121#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
122#options 	ALTQ_FIFOQ	# First-In First-Out Queue
123#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
124#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
125#options 	ALTQ_LOCALQ	# Local queueing discipline
126#options 	ALTQ_PRIQ	# Priority Queueing
127#options 	ALTQ_RED	# Random Early Detection
128#options 	ALTQ_RIO	# RED with IN/OUT
129#options 	ALTQ_WFQ	# Weighted Fair Queueing
130
131# 4.3BSD compatibility.  Should be optional, but necessary for now.
132options 	COMPAT_43
133
134# Binary compatibility with previous versions of NetBSD.
135#options 	COMPAT_09
136options 	COMPAT_10
137options 	COMPAT_11
138options 	COMPAT_12
139options 	COMPAT_13
140options 	COMPAT_14
141options		COMPAT_16
142options		COMPAT_20
143options 	COMPAT_30	# NetBSD 3.0 compatibility.
144# OSF/1 binary compatibility
145options 	COMPAT_OSF1
146
147# Linux binary compatibility
148options 	COMPAT_LINUX
149
150options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
151
152# System V-like message queues
153options 	SYSVMSG
154#options 	SEMMNI=10	# number of semaphore identifiers
155#options 	SEMMNS=60	# number of semaphores in system
156#options 	SEMUME=10	# max number of undo entries per process
157#options 	SEMMNU=30	# number of undo structures in system
158
159# System V-like semaphores
160options 	SYSVSEM
161
162# System V-like shared memory
163options 	SYSVSHM
164#options 	SHMMAXPGS=1024		# 1024 pages is the default
165
166# p1003.1b semaphore support
167options 	P1003_1B_SEMAPHORE
168
169# Loadable Kernel Modules
170options 	LKM
171
172# Disable kernel security.
173#options 	INSECURE
174
175# Misc. options
176options 	EISAVERBOSE		# recognize "unknown" EISA devices
177options 	PCIVERBOSE		# recognize "unknown" PCI devices
178options 	MIIVERBOSE		# verbose PHY autoconfig messages
179#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
180options 	SCSIVERBOSE		# Verbose SCSI errors
181options		USBVERBOSE		# verbose USB device autoconfig messages
182options 	TCVERBOSE		# recognize "unknown" TC devices
183#options 	PCMCIAVERBOSE
184options 	USERCONF		# userconf(4) support
185#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
186options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
187options 	FONT_GALLANT12x22	# Console font for TC devices
188
189# The Alpha console firmware network boots using the BOOTP
190# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
191# in case we have NFS root.
192options 	NFS_BOOT_DHCP		# superset of BOOTP
193
194# WS console uses SUN or VT100 terminal emulation
195options 	WSEMUL_VT100
196
197# realtime clock compatible to OSF/1
198#options 	CLOCK_COMPAT_OSF1
199
200config		netbsd	root on ? type ?
201#config		netbsd	root on sd0 type ffs
202#config		netbsd	root on ? type nfs
203
204mainbus0 at	root
205cpu*	at	mainbus0
206
207# TurboLaser bus support and devices
208tlsb*	at	mainbus0
209gbus*	at	tlsb? node ? offset ?
210tlsbmem* at	tlsb? node ? offset ?
211kft*	at	tlsb? node ? offset ?
212
213# Gbus Devices
214mcclock* at	gbus? offset ?
215
216# MCBUS bus support
217mcbus*	at	mainbus0
218mcmem*	at	mcbus? mid ?
219
220#i2c	at	mcbus?
221
222#EV6 Tsunami Core Logic
223
224tsc*	at	mainbus0
225
226# DECpc AXP150 (Jensen) internal bus support
227jensenio* at	mainbus0
228
229com*	at	jensenio? port ?
230lpt*	at	jensenio? port ?
231mcclock* at	jensenio? port ?
232pckbc*	at	jensenio? port ?
233
234# TURBOchannel host bus adapter support
235tcasic*	at	mainbus0
236
237# TURBOchannel bus support
238tc*	at	tcasic?
239
240# TURBOchannel devices
241ioasic*	at	tc? slot ? offset ?
242mcclock* at	ioasic? offset ?
243le*	at	ioasic? offset ?
244zsc0	at	ioasic? offset 0x100000
245zsc1	at	ioasic? offset 0x180000
246bba0	at	ioasic? offset ?
247tcds*	at	tc? slot ? offset ?
248asc*	at	tcds? chip ?
249asc*	at	tc? slot ? offset ?
250le*	at	tc? slot ? offset ?
251fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
252cfb*	at	tc? slot ? offset ?
253mfb*	at	tc? slot ? offset ?
254tfb*	at	tc? slot ? offset ?
255sfb*	at	tc? slot ? offset ?
256#sfbp*	at	tc? slot ? offset ?
257px*	at	tc? slot ? offset ?
258pxg*	at	tc? slot ? offset ?
259
260# TurboChannel serial attachments
261zstty*	at	zsc? channel ?			# serial ports on B channels
262lkkbd0	at	zsc1 channel ?			# keyboard port on A channels
263vsms0	at	zsc0 channel ?			# mouse port on A channels
264
265# PCI host bus adapter support
266apecs*	at	mainbus?
267cia*	at	mainbus?
268irongate* at	mainbus?
269lca*	at	mainbus?
270dwlpx*	at	kft?
271mcpcia*	at	mcbus? mid ?
272tsp*	at	tsc?
273ttwoga*	at	mainbus?
274
275# Sable PCI and STDIO bus and devices
276ttwopci* at	ttwoga? hose ?
277sableio* at	ttwopci? bus ?
278com*	at	sableio? port ?
279lpt*	at	sableio? port ?
280pckbc*	at	sableio? port ?
281fdc*	at	sableio? port ?
282
283# PCI bus support
284pci*	at	apecs?
285pci*	at	cia?
286pci*	at	irongate?
287pci*	at	lca?
288pci*	at	ppb?
289pci*	at	dwlpx?
290pci*	at	mcpcia?
291pci*	at	tsp?
292pci*	at	ttwopci?
293
294# AGP support
295agp*	at	irongate?
296
297# PCI devices
298
299# PCI cryptographic devices
300hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
301ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
302
303adv*	at	pci? dev ? function ?		# AdvanSys SCSI
304adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
305#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
306#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
307#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
308ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
309autri*	at	pci? dev ? function ?		# Trident 4DWAVE based AC'97 Audio
310bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
311cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
312cmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
313cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
314cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
315dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
316eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
317en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
318ep*	at	pci? dev ? function ?		# 3COM 3c59x
319epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
320eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
321ex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
322fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
323fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
324gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
325iha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
326isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
327le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
328sf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
329siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
330esiop*	at	pci? dev ? function ?		# Symbios 53c875 SCSI and newer
331mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
332mpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
333ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
334ohci*	at	pci? dev ? function ?		# USB Open Host Controller
335ehci*	at	pci? dev ? function ?		# USB-2 Host controller
336pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
337pciide* at	pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
338acardide* at	pci? dev ? function ?		# Acard IDE controllers
339aceride* at	pci? dev ? function ?		# Acer Lab IDE controllers
340artsata* at	pci? dev ? function ?		# Intel i31244 SATA controller
341cmdide* at	pci? dev ? function ?		# CMD tech IDE controllers
342cypide* at	pci? dev ? function ?		# Cypress IDE controllers
343hptide* at	pci? dev ? function ?		# Triones/HighPoint IDE controllers
344optiide* at	pci? dev ? function ?		# Opti IDE controllers
345pdcide* at	pci? dev ? function ?		# Promise IDE controllers
346pdcsata* at 	pci? dev ? function ?		# Promise SATA150 controllers
347satalink* at	pci? dev ? function ?		# SiI SATALink controllers
348siside* at	pci? dev ? function ?		# SiS IDE controllers
349slide*  at	pci? dev ? function ?		# Symphony Labs IDE controllers
350viaide* at	pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
351pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
352ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
353re*	at	pci? dev ? function ?		# Realtek 8169 Ethernet
354rtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
355sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
356sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
357stge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
358sv*	at	pci? dev ? function ?		# S3 SonicVibes
359tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
360ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
361tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
362tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
363uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
364vga*	at	pci? dev ? function ?		# PCI VGA Graphics
365vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
366wi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
367yds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
368
369opl*	at	cmpci? flags 1
370opl*	at	eso?
371#opl*	at	sv?
372opl*	at	yds?
373
374mpu*	at	cmpci?
375mpu*	at	eso?
376mpu*	at	yds?
377
378# MII/PHY support
379exphy*	at mii? phy ?			# 3Com internal PHYs
380icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
381inphy*	at mii? phy ?			# Intel 82555 PHYs
382lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
383gphyter* at mii? phy ?			# NS83861 Gig-E PHY
384nsphy*	at mii? phy ?			# NS83840 PHYs
385qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
386sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
387tlphy*	at mii? phy ?			# ThunderLAN PHYs
388ukphy*	at mii? phy ?			# generic unknown PHYs
389
390# ISA/EISA bus support
391isa*	at	jensenio?
392eisa*	at	jensenio?
393isa*	at	pceb?
394eisa*	at	pceb?
395isa*	at	sio?
396#isapnp*	at	isa?
397
398# ISA devices
399mcclock* at	isa? port 0x70
400pckbc*	at	isa?				# PC keyboard controller
401pckbd*	at	pckbc?				# PC keyboard (kbd port)
402pms*	at	pckbc?				# PS/2-style mouse (aux port)
403attimer* at	isa?				# AT Timer
404pcppi*	at	isa?				# PC prog. periph. interface
405spkr0	at	pcppi?				# IBM BASIC emulation
406isabeep0 at	pcppi?				# "keyboard" beep
407com*	at	isa? port 0x3f8 irq 4		# standard serial ports
408com*	at	isa? port 0x2f8 irq 3
409cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
410ec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
411ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
412#ep*	at	isapnp?
413#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
414#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
415fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
416lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
417lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
418depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
419depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
420le*	at	depca?
421lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
422vga*	at	isa?				# ISA (EISA: XXX) VGA
423wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
424wdc1	at	isa? port 0x170 irq 15
425#wdc*	at	isapnp?
426we0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
427we1	at	isa? port 0x300 iomem 0xcc000 irq 10
428#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
429#wss*	at	isapnp?
430
431ess0	at	isa? port 0x220 irq 5 drq 1 drq2 5   # ESS 18XX
432sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
433#sb*	at	isapnp?
434#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
435aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
436aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
437bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
438bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
439uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
440uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
441pcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
442pcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
443pcmcia*	at	pcic? controller ? socket ?
444
445# EISA devices
446ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
447ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
448bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
449ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
450fea*	at	eisa? slot ?			# DEC DEFEA FDDI
451mlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
452tlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
453depca*	at	eisa? slot ?			# DEC DE-422 Ethernet
454le*	at	depca?
455uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
456
457# PCMCIA device
458com*	at	pcmcia? function ?	# Modems and serial cards
459
460aic*	at	pcmcia? function ?	# Adaptec APA-1460 SCSI
461spc*	at	pcmcia? function ?	# Fujitsu MB87030/MB89352 SCSI
462
463wdc*	at	pcmcia? function ?	# PCMCIA IDE controllers
464
465ep*	at	pcmcia? function ?	# 3Com 3c589 and 3c562 Eth.
466mbe*	at	pcmcia? function ?	# MB8696x based Ethernet
467ne*	at	pcmcia? function ?	# NE2000-compatible Eth.
468ray*	at	pcmcia? function ?	# Raytheon Raylink (802.11)
469sm*	at	pcmcia? function ?	# Megahertz Ethernet
470wi*	at	pcmcia? function ?	# Lucent/Intersil WaveLAN/IEEE
471xirc*	at	pcmcia? function ?	# Xircom CreditCard Ethernet
472com*	at	xirc?
473xi*	at	xirc?
474mhzc*	at	pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
475com*	at	mhzc?
476sm*	at	mhzc?
477
478# SCSI bus support
479scsibus* at	scsi?
480
481# SCSI devices
482cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
483sd*	at	scsibus? target ? lun ?		# SCSI disk drives
484st*	at	scsibus? target ? lun ?		# SCSI tape drives
485
486# ATA (IDE) bus support
487atabus* at ata?
488
489# IDE drives
490wd*	at	atabus? drive ?
491
492# ATAPI bus support
493atapibus* at	atapi?
494
495# ATAPI devices
496sd*	at	atapibus? drive ?		# ATAPI disk devices
497cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
498
499# Floppy drives
500fd*	at	fdc? drive ?
501
502# Hardware RAID devices
503ld*	at	cac? unit ?
504ld*	at	mlx? unit ?
505
506# USB bus support
507usb*	at uhci?
508usb*	at ohci?
509usb*	at ehci?
510
511# USB Hubs
512uhub*	at usb?
513uhub*	at uhub? port ? configuration ? interface ?
514
515# USB HID device
516uhidev*	at uhub? port ? configuration ? interface ?
517
518# USB Mice
519ums*	at uhidev? reportid ?
520wsmouse*	at ums?
521
522# USB Keyboards
523ukbd*	at uhidev? reportid ?
524wskbd*	at ukbd? console ?
525options         WSDISPLAY_COMPAT_RAWKBD
526
527# USB serial adapter
528ucycom*	at uhidev? reportid ?
529
530# USB Generic HID devices
531uhid*	at uhidev? reportid ?
532
533# USB Printer
534ulpt*	at uhub? port ? configuration ? interface ?
535
536# USB Modem
537umodem*	at uhub? port ? configuration ?
538ucom*	at umodem?
539
540# USB Mass Storage
541umass*	at uhub? port ? configuration ? interface ?
542
543# USB audio
544uaudio*	at uhub? port ? configuration ?  
545
546# USB MIDI      
547umidi*	at uhub? port ? configuration ?
548
549# USB IrDA
550# USB-IrDA bridge spec
551uirda*	at uhub? port ? configuration ? interface ?
552irframe* at uirda? 
553
554# SigmaTel STIr4200 USB/IrDA Bridge
555ustir*	at uhub? port ?  
556irframe* at ustir?
557
558# USB Ethernet adapters
559aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
560axe*	at uhub? port ?		# ASIX AX88172 based adapters
561cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
562kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
563url*	at uhub? port ?		# Realtek RTL8150L based adapters
564udav*	at uhub? port ?		# Davicom DM9601 based adapters
565
566# Serial adapters
567# FTDI FT8U100AX serial adapter
568uftdi*	at uhub? port ?
569ucom*	at uftdi? portno ?
570
571# Kyocera AIR-EDGE PHONE
572#ukyopon* at uhub? port ?
573#ucom*	at ukyopon? portno ?
574
575# USB scanners
576uscanner* at uhub? port ?
577
578# Y@P firmware loader
579uyap* at uhub? port ?
580
581# D-Link DSB-R100 USB FM radio tuner
582udsbr* at uhub? port ?
583radio* at udsbr?
584
585# USB Generic driver
586ugen*	at uhub? port ?
587
588# PCI IEEE1394 controllers
589#fwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
590
591#ieee1394if* at fwohci?
592#fwip*	at ieee1394if?			# IP over IEEE1394
593#sbp*	at ieee1394if? euihi ? euilo ?
594
595# Audio support
596audio*	at audiobus?
597midi*	at midibus?
598midi*	at pcppi?
599
600# Workstation Console attachments
601wsdisplay*	at	cfb?
602wsdisplay*	at	mfb?
603wsdisplay*	at	tfb?
604wsdisplay*	at	sfb?
605#wsdisplay*	at	sfbp?
606wsdisplay*	at	px?
607wsdisplay*	at	pxg?
608wsdisplay*	at	vga?
609wsdisplay*	at	tga?
610wskbd*		at	lkkbd? console ?
611wsmouse*	at	vsms?
612wskbd*		at	pckbd?
613wsmouse*	at	pms?
614
615pseudo-device 	crypto			# /dev/crypto device
616pseudo-device	swcrypto		# software crypto implementation
617
618pseudo-device	bpfilter
619#pseudo-device	carp			# Common Address Redundancy Protocol
620pseudo-device	ccd		4
621#pseudo-device	cgd		4	# cryptographic disk devices
622pseudo-device	raid		8	# RAIDframe disk driver
623options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
624# Options to enable various other RAIDframe RAID types.
625# options 	RF_INCLUDE_EVENODD=1
626# options 	RF_INCLUDE_RAID5_RS=1
627# options 	RF_INCLUDE_PARITYLOGGING=1
628# options 	RF_INCLUDE_CHAINDECLUSTER=1
629# options 	RF_INCLUDE_INTERDECLUSTER=1
630# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
631# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
632pseudo-device	fss		4	# file system snapshot device
633pseudo-device	ipfilter	1
634pseudo-device	loop		1
635pseudo-device	md		1
636pseudo-device	ppp		
637pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
638pseudo-device	pty			# pseudo-terminals
639pseudo-device	sl		
640pseudo-device	vnd		
641#options 	VND_COMPRESSION		# compressed vnd(4)
642#pseudo-device	gre			# generic L3 over IP tunnel
643pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
644#pseudo-device	faith			# IPv[46] tcp relay translation i/f
645pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
646pseudo-device	vlan			# IEEE 802.1q encapsulation
647pseudo-device	bridge			# simple inter-network bridging
648#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
649pseudo-device	sequencer	1	# MIDI sequencer
650pseudo-device	rnd			# /dev/random and in-kernel generator
651#options 	RND_COM			# use "com" randomness too
652pseudo-device	clockctl		# user control of clock subsystem
653pseudo-device	wsfont
654pseudo-device	wsmux			# mouse and keyboad multiplexing
655pseudo-device	ksyms			# /dev/ksyms
656#pseudo-device	pf			# PF packet filter
657#pseudo-device	pflog			# PF log if
658
659# Veriexec
660#options VERIFIED_EXEC
661#
662# a pseudo device needed for veriexec
663#pseudo-device	veriexec		1
664#
665# Uncomment the fingerprint methods below that are desired. Note that
666# removing fingerprint methods will have almost no impact on the kernel
667# code size.
668#
669#options VERIFIED_EXEC_FP_RMD160
670#options VERIFIED_EXEC_FP_SHA256
671#options VERIFIED_EXEC_FP_SHA384
672#options VERIFIED_EXEC_FP_SHA512
673#options VERIFIED_EXEC_FP_SHA1
674#options VERIFIED_EXEC_FP_MD5
675