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