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