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