GENERIC revision 1.223
17ec681f3Smrg# $NetBSD: GENERIC,v 1.223 2003/02/10 09:02:07 mjacob Exp $
27ec681f3Smrg#
37ec681f3Smrg# GENERIC machine description file
47ec681f3Smrg#
57ec681f3Smrg# This machine description file is used to generate the default NetBSD
67ec681f3Smrg# kernel.  The generic kernel on NetBSD/alpha does enough to get booted,
77ec681f3Smrg# etc., but not much more.  For a more complete kernel see the ALPHA
87ec681f3Smrg# machine description file.
97ec681f3Smrg#
107ec681f3Smrg# The machine description file can be customised for your specific
117ec681f3Smrg# machine to reduce the kernel size and improve its performance.
127ec681f3Smrg#
137ec681f3Smrg# For further information on compiling NetBSD kernels, see the config(8)
147ec681f3Smrg# man page.
157ec681f3Smrg#
167ec681f3Smrg# For further information on hardware support for this architecture, see
177ec681f3Smrg# the intro(4) man page.  For further information about kernel options
187ec681f3Smrg# for this architecture, see the options(4) man page.  For an explanation
197ec681f3Smrg# of each device driver in this file see the section 4 man page for the
207ec681f3Smrg# device.
217ec681f3Smrg
227ec681f3Smrg# If you add stuff to this, please add it to the ALPHA configuration, too.
237ec681f3Smrg
247ec681f3Smrginclude		"arch/alpha/conf/std.alpha"
257ec681f3Smrg
267ec681f3Smrgoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
277ec681f3Smrg
287ec681f3Smrg#ident 		"GENERIC-$Revision: 1.223 $"
297ec681f3Smrg
307ec681f3Smrgmaxusers 32
317ec681f3Smrg
327ec681f3Smrg# CPU Support
337ec681f3Smrgoptions 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
347ec681f3Smrgoptions 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
357ec681f3Smrgoptions 	DEC_2100_A500	# Sable:	AlphaServer 2100
367ec681f3Smrgoptions 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
377ec681f3Smrgoptions 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
387ec681f3Smrgoptions 	DEC_3000_300	# Pelican etc:	3000/300*
397ec681f3Smrgoptions 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
407ec681f3Smrgoptions 	DEC_EB164	# EB164:	AlphaPC 164
417ec681f3Smrgoptions 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
427ec681f3Smrgoptions 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
437ec681f3Smrgoptions 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
447ec681f3Smrgoptions 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
457ec681f3Smrgoptions 	DEC_550		# Miata:	Digital Personal Workstation
467ec681f3Smrgoptions 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
477ec681f3Smrgoptions 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
487ec681f3Smrgoptions 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
497ec681f3Smrgoptions 	DEC_EB66	# EB66:		21066 Evaluation Board
507ec681f3Smrgoptions 	DEC_6600	# EV6:		264DP OEM Board
517ec681f3Smrgoptions 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
527ec681f3Smrg
537ec681f3Smrg# Standard system options
547ec681f3Smrgoptions 	KTRACE			# System call tracing support
557ec681f3Smrgoptions 	SYSTRACE		# System call vetting via systrace(1)
567ec681f3Smrgoptions 	NTP			# kernel PLL for NTP
577ec681f3Smrg
587ec681f3Smrg# Enable experimental buffer queue strategy for better responsiveness under
597ec681f3Smrg# high disk I/O load. Use it with caution - it's not proven to be stable yet.
607ec681f3Smrg#options 	NEW_BUFQ_STRATEGY
617ec681f3Smrg
627ec681f3Smrg# Diagnostic/debugging support options
637ec681f3Smrgoptions 	DIAGNOSTIC		# Cheap kernel consistency checks
647ec681f3Smrgoptions 	DDB			# kernel debugger
657ec681f3Smrg#makeoptions	DEBUG="-g"
667ec681f3Smrg#makeoptions	DEBUGLIST="pattern1 pattern2 ..."
677ec681f3Smrg
687ec681f3Smrg#options 	KGDB			# Remote kernel GDB support
697ec681f3Smrg#options 	KGDB_DEVNAME="\"com\""	# device to use for KGDB
707ec681f3Smrg#options 	KGDB_DEVADDR=0x2f8	# at this address
717ec681f3Smrg#options 	KGDB_DEVRATE=57600	# at this comm. rate
727ec681f3Smrg
737ec681f3Smrg# File systems
747ec681f3Smrgfile-system	FFS		# Fast file system
757ec681f3Smrgfile-system	MFS		# Memory-based file system
767ec681f3Smrgfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
777ec681f3Smrgfile-system	MSDOSFS		# MS-DOS-compatible file system
787ec681f3Smrgfile-system	NTFS		# Windows/NT file system (experimental)
797ec681f3Smrgfile-system	NFS		# Sun NFS-compatible file system client
807ec681f3Smrgfile-system	KERNFS		# Kernel variable file system (/kern)
817ec681f3Smrgfile-system	PROCFS		# Process file system (/proc)
827ec681f3Smrg
837ec681f3Smrg# File system options
847ec681f3Smrgoptions 	QUOTA		# UFS quotas
857ec681f3Smrg#options 	FFS_EI		# FFS Endian Independant support
867ec681f3Smrgoptions 	SOFTDEP		# FFS soft updates support.
877ec681f3Smrgoptions 	NFSSERVER	# Sun NFS-compatible file system server
887ec681f3Smrg
897ec681f3Smrg# Networking options
907ec681f3Smrgoptions 	INET		# Internet protocol suite
917ec681f3Smrgoptions 	INET6		# IPV6
927ec681f3Smrg#options 	IPSEC		# IP security
937ec681f3Smrg#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
947ec681f3Smrg#options 	IPSEC_DEBUG	# debug for IP security
957ec681f3Smrg#options 	NETATALK	# AppleTalk protocol suite
967ec681f3Smrg
977ec681f3Smrg# 4.3BSD compatibility.  Should be optional, but necessary for now.
987ec681f3Smrgoptions 	COMPAT_43
997ec681f3Smrg
1007ec681f3Smrg# Binary compatibility with previous versions of NetBSD.
1017ec681f3Smrg#options 	COMPAT_09
1027ec681f3Smrgoptions 	COMPAT_10
1037ec681f3Smrgoptions 	COMPAT_11
1047ec681f3Smrgoptions 	COMPAT_12
1057ec681f3Smrgoptions 	COMPAT_13
1067ec681f3Smrgoptions 	COMPAT_14
1077ec681f3Smrg
1087ec681f3Smrg# OSF/1 binary compatibility
1097ec681f3Smrgoptions 	COMPAT_OSF1
1107ec681f3Smrg
1117ec681f3Smrg# Linux binary compatibility
1127ec681f3Smrgoptions 	COMPAT_LINUX
1137ec681f3Smrg
1147ec681f3Smrg# System V-like message queues
1157ec681f3Smrgoptions 	SYSVMSG
1167ec681f3Smrg#options 	SEMMNI=10	# number of semaphore identifiers
1177ec681f3Smrg#options 	SEMMNS=60	# number of semaphores in system
1187ec681f3Smrg#options 	SEMUME=10	# max number of undo entries per process
1197ec681f3Smrg#options 	SEMMNU=30	# number of undo structures in system
1207ec681f3Smrg
1217ec681f3Smrg# System V-like semaphores
1227ec681f3Smrgoptions 	SYSVSEM
1237ec681f3Smrg
1247ec681f3Smrg# System V-like shared memory
1257ec681f3Smrgoptions 	SYSVSHM
1267ec681f3Smrg#options 	SHMMAXPGS=1024		# 1024 pages is the default
1277ec681f3Smrg
1287ec681f3Smrg# Loadable Kernel Modules
1297ec681f3Smrgoptions 	LKM
1307ec681f3Smrg
1317ec681f3Smrg# Disable kernel security.
1327ec681f3Smrg#options 	INSECURE
1337ec681f3Smrg
1347ec681f3Smrg# Misc. options
1357ec681f3Smrgoptions 	EISAVERBOSE		# recognize "unknown" EISA devices
1367ec681f3Smrgoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
1377ec681f3Smrgoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
1387ec681f3Smrg#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1397ec681f3Smrgoptions 	SCSIVERBOSE		# Verbose SCSI errors
1407ec681f3Smrgoptions 	TCVERBOSE		# recognize "unknown" TC devices
1417ec681f3Smrgoptions 	UCONSOLE		# users can use TIOCCONS (for xconsole)
1427ec681f3Smrg#options 	PCMCIAVERBOSE
1437ec681f3Smrgoptions 	USERCONF		# userconf(4) support
1447ec681f3Smrg#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1457ec681f3Smrgoptions 	FONT_GALLANT12x22	# Console font for TC devices
1467ec681f3Smrg
147# The Alpha console firmware network boots using the BOOTP
148# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
149# in case we have NFS root.
150options 	NFS_BOOT_DHCP		# superset of BOOTP
151
152# WS console uses SUN or VT100 terminal emulation
153options 	WSEMUL_VT100
154
155# realtime clock compatible to OSF/1
156#options 	CLOCK_COMPAT_OSF1
157
158config		netbsd	root on ? type ?
159#config		netbsd	root on sd0 type ffs
160#config		netbsd	root on ? type nfs
161
162mainbus0 at	root
163cpu*	at	mainbus0
164
165# TurboLaser bus support and devices
166tlsb*	at	mainbus0
167gbus*	at	tlsb? node ? offset ?
168tlsbmem* at	tlsb? node ? offset ?
169kft*	at	tlsb? node ? offset ?
170
171# Gbus Devices
172mcclock* at	gbus? offset ?
173
174# MCBUS bus support
175mcbus*	at	mainbus0
176mcmem*	at	mcbus? mid ?
177
178#i2c	at	mcbus?
179
180#EV6 Tsunami Core Logic
181
182tsc*	at	mainbus0
183
184# DECpc AXP150 (Jensen) internal bus support
185jensenio* at	mainbus0
186
187com*	at	jensenio? port ?
188lpt*	at	jensenio? port ?
189mcclock* at	jensenio? port ?
190pckbc*	at	jensenio? port ?
191
192# TURBOchannel host bus adapter support
193tcasic*	at	mainbus0
194
195# TURBOchannel bus support
196tc*	at	tcasic?
197
198# TURBOchannel devices
199ioasic*	at	tc? slot ? offset ?
200mcclock* at	ioasic? offset ?
201le*	at	ioasic? offset ?
202zsc0	at	ioasic? offset 0x100000
203zsc1	at	ioasic? offset 0x180000
204bba0	at	ioasic? offset ?
205audio*	at	bba?
206tcds*	at	tc? slot ? offset ?
207asc*	at	tcds? chip ?
208asc*	at	tc? slot ? offset ?
209le*	at	tc? slot ? offset ?
210fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
211cfb*	at	tc? slot ? offset ?
212mfb*	at	tc? slot ? offset ?
213tfb*	at	tc? slot ? offset ?
214sfb*	at	tc? slot ? offset ?
215#sfbp*	at	tc? slot ? offset ?
216px*	at	tc? slot ? offset ?
217pxg*	at	tc? slot ? offset ?
218
219# TurboChannel serial attachments
220zstty*	at	zsc? channel ?			# serial ports on B channels
221lkkbd0	at	zsc1 channel ?			# keyboard port on A channels
222vsms0	at	zsc0 channel ?			# mouse port on A channels
223
224# PCI host bus adapter support
225apecs*	at	mainbus?
226cia*	at	mainbus?
227irongate* at	mainbus?
228lca*	at	mainbus?
229dwlpx*	at	kft?
230mcpcia*	at	mcbus? mid ?
231tsp*	at	tsc?
232ttwoga*	at	mainbus?
233
234# Sable PCI and STDIO bus and devices
235ttwopci* at	ttwoga? hose ?
236sableio* at	ttwopci? bus ?
237com*	at	sableio? port ?
238lpt*	at	sableio? port ?
239pckbc*	at	sableio? port ?
240fdc*	at	sableio? port ?
241
242# PCI bus support
243pci*	at	apecs?
244pci*	at	cia?
245pci*	at	irongate?
246pci*	at	lca?
247pci*	at	ppb?
248pci*	at	dwlpx?
249pci*	at	mcpcia?
250pci*	at	tsp?
251pci*	at	ttwopci?
252
253# AGP support
254agp*	at	irongate?
255
256# PCI devices
257adv*	at	pci? dev ? function ?		# AdvanSys SCSI
258adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
259#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
260#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
261#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
262ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
263autri*	at	pci? dev ? function ?		# Trident 4DWAVE based AC'97 Audio
264bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
265cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
266cmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
267cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
268cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
269dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
270eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
271en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
272ep*	at	pci? dev ? function ?		# 3COM 3c59x
273epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
274eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
275ex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
276fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
277fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
278gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
279iha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
280isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
281le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
282sf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
283siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
284mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
285ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
286ohci*	at	pci? dev ? function ?		# USB Open Host Controller
287pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
288pciide*	at	pci? dev ? function ?		# PCI IDE controllers
289pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
290ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
291rtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
292sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
293sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
294stge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
295sv*	at	pci? dev ? function ?		# S3 SonicVibes
296tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
297ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
298tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
299tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
300uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
301vga*	at	pci? dev ? function ?		# PCI VGA Graphics
302vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
303wi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
304yds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
305
306audio*	at	cmpci?
307audio*	at	eap?
308audio*	at	eso?
309audio*	at	sv?
310audio*	at	yds?
311audio*	at	ess?
312
313opl*	at	cmpci? flags 1
314opl*	at	eso?
315#opl*	at	sv?
316opl*	at	yds?
317
318midi*	at	opl?
319
320mpu*	at	cmpci?
321mpu*	at	eso?
322mpu*	at	yds?
323
324midi*	at	mpu?
325
326# MII/PHY support
327exphy*	at mii? phy ?			# 3Com internal PHYs
328icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
329inphy*	at mii? phy ?			# Intel 82555 PHYs
330lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
331gphyter* at mii? phy ?			# NS83861 Gig-E PHY
332nsphy*	at mii? phy ?			# NS83840 PHYs
333qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
334sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
335tlphy*	at mii? phy ?			# ThunderLAN PHYs
336ukphy*	at mii? phy ?			# generic unknown PHYs
337
338# ISA/EISA bus support
339isa*	at	jensenio?
340eisa*	at	jensenio?
341isa*	at	pceb?
342eisa*	at	pceb?
343isa*	at	sio?
344#isapnp*	at	isa?
345
346# ISA devices
347mcclock* at	isa? port 0x70
348pckbc*	at	isa?				# PC keyboard controller
349pckbd*	at	pckbc?				# PC keyboard (kbd port)
350pms*	at	pckbc?				# PS/2-style mouse (aux port)
351pcppi*	at	isa?				# PC prog. periph. interface
352spkr0	at	pcppi?				# IBM BASIC emulation
353isabeep0 at	pcppi?				# "keyboard" beep
354midi*	at	pcppi?
355com*	at	isa? port 0x3f8 irq 4		# standard serial ports
356com*	at	isa? port 0x2f8 irq 3
357cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
358ec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
359ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
360#ep*	at	isapnp?
361#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
362#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
363fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
364lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
365lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
366depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
367depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
368le*	at	depca?
369lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
370vga*	at	isa?				# ISA (EISA: XXX) VGA
371wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
372wdc1	at	isa? port 0x170 irq 15
373#wdc*	at	isapnp?
374we0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
375we1	at	isa? port 0x300 iomem 0xcc000 irq 10
376#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
377#wss*	at	isapnp?
378#audio*	at	wss?
379#midi*	at	wss?
380
381ess0	at	isa? port 0x220 irq 5 drq 1 drq2 5   # ESS 18XX
382sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
383#sb*	at	isapnp?
384audio*	at	sb?
385#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
386aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
387aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
388bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
389bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
390uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
391uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
392pcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
393pcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
394pcmcia*	at	pcic? controller ? socket ?
395
396# EISA devices
397ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
398ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
399bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
400ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
401fea*	at	eisa? slot ?			# DEC DEFEA FDDI
402mlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
403tlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
404depca*	at	eisa? slot ?			# DEC DE-422 Ethernet
405le*	at	depca?
406uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
407
408# PCMCIA device
409aic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
410com*	at	pcmcia? function ?		# Modems and serial cards
411wdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
412ep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
413mbe*	at	pcmcia? function ?		# MB8696x based Ethernet
414ne*	at	pcmcia? function ?		# NE2000-compatible Eth.
415sm*	at	pcmcia? function ?		# Megahertz Ethernet
416ray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
417wi*	at	pcmcia? function ?		# Lucent/Intersil WaveLAN/IEEE
418
419# SCSI bus support
420scsibus* at	adv?
421scsibus* at	adw?
422scsibus* at	aha?
423scsibus* at	ahb?
424scsibus* at	ahc?
425scsibus* at	aic?
426scsibus* at	asc?
427scsibus* at	bha?
428scsibus* at	dpt?
429scsibus* at	iha?
430scsibus* at	isp?
431scsibus* at	siop?
432scsibus* at	pcscp?
433scsibus* at	uha?
434
435# SCSI devices
436cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
437sd*	at	scsibus? target ? lun ?		# SCSI disk drives
438st*	at	scsibus? target ? lun ?		# SCSI tape drives
439
440# ST506/ESDI/IDE devices
441wd*	at	pciide? channel ?
442wd*	at	wdc? drive ?
443
444# ATAPI bus support
445atapibus* at	pciide? channel ?
446atapibus* at	wdc?
447
448# ATAPI devices
449sd*	at	atapibus? drive ?		# ATAPI disk devices
450cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
451
452# Floppy drives
453fd*	at	fdc? drive ?
454
455# Hardware RAID devices
456ld*	at	cac? unit ?
457ld*	at	mlx? unit ?
458
459# USB bus support
460usb*	at uhci?
461usb*	at ohci?
462
463# USB Hubs
464uhub*	at usb?
465uhub*	at uhub? port ? configuration ? interface ?
466
467# USB HID device
468uhidev*	at uhub? port ? configuration ? interface ?
469
470# USB Mice
471ums*	at uhidev? reportid ?
472wsmouse*	at ums?
473
474# USB Keyboards
475ukbd*	at uhidev? reportid ?
476wskbd*	at ukbd? console ?
477
478# USB Generic HID devices
479uhid*	at uhidev? reportid ?
480
481# USB Printer
482ulpt*	at uhub? port ? configuration ? interface ?
483
484# USB Modem
485umodem*	at uhub? port ? configuration ?
486ucom*	at umodem?
487
488# USB Mass Storage
489umass*	at uhub? port ? configuration ? interface ?
490atapibus* at umass? channel ?
491scsibus* at umass? channel ?
492
493# USB Ethernet adapters
494aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
495cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
496kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
497
498# Serial adapters
499# FTDI FT8U100AX serial adapter
500uftdi*	at uhub? port ?
501ucom*	at uftdi? portno ?
502
503# USB scanners
504uscanner* at uhub? port ?
505
506# Y@P firmware loader
507uyap* at uhub? port ?
508
509# D-Link DSB-R100 USB FM radio tuner
510udsbr* at uhub? port ?
511radio* at udsbr?
512
513# USB Generic driver
514ugen*	at uhub? port ?
515
516# Workstation Console attachments
517wsdisplay*	at	cfb?
518wsdisplay*	at	mfb?
519wsdisplay*	at	tfb?
520wsdisplay*	at	sfb?
521#wsdisplay*	at	sfbp?
522wsdisplay*	at	px?
523wsdisplay*	at	pxg?
524wsdisplay*	at	vga?
525wsdisplay*	at	tga?
526wskbd*		at	lkkbd? console ?
527wsmouse*	at	vsms?
528wskbd*		at	pckbd?
529wsmouse*	at	pms?
530
531pseudo-device	bpfilter	16
532pseudo-device	ccd		4
533#pseudo-device	cgd		4	# cryptographic disk devices
534pseudo-device	raid		8	# RAIDframe disk driver
535options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
536# Options to enable various other RAIDframe RAID types.
537# options 	RF_INCLUDE_EVENODD=1
538# options 	RF_INCLUDE_RAID5_RS=1
539# options 	RF_INCLUDE_PARITYLOGGING=1
540# options 	RF_INCLUDE_CHAINDECLUSTER=1
541# options 	RF_INCLUDE_INTERDECLUSTER=1
542# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
543# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
544pseudo-device	ipfilter	1
545pseudo-device	loop		1
546pseudo-device	md		1
547pseudo-device	ppp		4
548pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
549pseudo-device	pty			# pseudo-terminals
550pseudo-device	sl		4
551pseudo-device	vnd		4
552#pseudo-device	gre		2	# generic L3 over IP tunnel
553pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
554#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
555#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
556pseudo-device	vlan			# IEEE 802.1q encapsulation
557pseudo-device	bridge			# simple inter-network bridging
558pseudo-device	sequencer	1	# MIDI sequencer
559pseudo-device	rnd			# /dev/random and in-kernel generator
560#options 	RND_COM			# use "com" randomness too
561pseudo-device	clockctl		# user control of clock subsystem
562