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