GENERIC revision 1.48
1#	$NetBSD: GENERIC,v 1.48 2008/05/30 20:10:02 tsutsui 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 does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance.
11#
12# For further information on compiling NetBSD kernels, see the config(8)
13# man page.
14#
15# For further information on hardware support for this architecture, see
16# the intro(4) man page.  For further information about kernel options
17# for this architecture, see the options(4) man page.  For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21include	"arch/iyonix/conf/std.iyonix"
22
23options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24
25#ident 		"GENERIC-$Revision: 1.48 $"
26
27maxusers	32		# estimated number of users
28
29options		MSGBUFSIZE=65536
30
31# CPU options
32
33# For XScale systems
34options 	CPU_XSCALE_80321	# Support the XScale core
35makeoptions	CPUFLAGS="-mcpu=xscale"
36
37# Architecture options
38options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
39#options 	HZ=512
40
41# Standard system options
42
43options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
44#options 	NTP		# NTP phase/frequency locked loop
45#options 	NO_TSC_TIME	# Don't use TSC microtime, even if available.
46				# Improves time behavior under VMware.
47
48#options 	KTRACE		# system call tracing via ktrace(1)
49
50
51#options 	SYSVMSG		# System V-like message queues
52#options 	SYSVSEM		# System V-like semaphores
53#options 	SYSVSHM		# System V-like memory sharing
54#options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
55
56# Device options
57
58# Console options.  The default console is speed is 115200 baud.
59#options 	CONSPEED=9600		# Console speed
60
61# Miscellaneous kernel options
62options 	KTRACE		# system call tracing, a la ktrace(1)
63options 	IRQSTATS	# manage IRQ statistics
64#options 	LKM		# loadable kernel modules
65#options 	KMEMSTATS	# kernel memory statistics
66#options 	SCSIVERBOSE	# Verbose SCSI errors
67options 	PCIVERBOSE	# Verbose PCI descriptions
68options 	MIIVERBOSE	# Verbose MII autoconfuration messages
69#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
70
71options 	USERCONF	# userconf(4) support
72#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
73#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
74
75# Development and Debugging options
76
77# Enable experimental buffer queue strategy for better responsiveness under
78# high disk I/O load. Likely stable but not yet the default.
79#options 	BUFQ_READPRIO
80#options 	BUFQ_PRIOCSCAN
81
82# Diagnostic/debugging support options
83#options 	DIAGNOSTIC	# expensive kernel consistency checks
84#options 	DEBUG		# expensive debugging checks/support
85#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
86options 	DDB		# in-kernel debugger
87#options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
88options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
89#options 	DDB_KEYCODE=0x40
90#options 	KGDB		# remote debugger
91#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
92makeoptions	DEBUG="-g"	# compile full symbol table
93options 	SYMTAB_SPACE=350000
94options 	PERFCTRS	# performance counters
95#options 	PMAP_DEBUG	# Enable pmap_debug_level code
96#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
97
98#options 	PMAP_INCLUDE_PTE_SYNC
99#options 	LOCKDEBUG
100
101
102# Compatibility options
103#options 	COMPAT_09	# NetBSD 0.9
104#options 	COMPAT_10	# NetBSD 1.0
105#options 	COMPAT_11	# NetBSD 1.1
106#options 	COMPAT_12	# NetBSD 1.2
107#options 	COMPAT_13	# NetBSD 1.3
108#options 	COMPAT_14	# NetBSD 1.4
109#options 	COMPAT_15	# NetBSD 1.5
110#options 	COMPAT_16	# NetBSD 1.6
111#options 	COMPAT_20	# NetBSD 2.0
112#options 	COMPAT_30	# NetBSD 3.0
113#options 	COMPAT_40	# NetBSD 4.0
114#options 	COMPAT_43	# 4.3BSD
115#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
116options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
117
118# File systems
119file-system 	FFS		# UFS
120#file-system 	EXT2FS		# second extended file system (linux)
121#file-system 	LFS		# log-structured file system
122#file-system 	MFS		# memory file system
123file-system 	NFS		# Network File System client
124#file-system 	NTFS		# Windows/NT file system (experimental)
125file-system 	CD9660		# ISO 9660 + Rock Ridge file system
126file-system 	MSDOSFS		# MS-DOS file system
127#file-system 	FDESC		# /dev/fd
128#file-system 	KERNFS		# /kern
129#file-system 	NULLFS		# loopback file system
130#file-system 	OVERLAY		# overlay file system
131#file-system 	PORTAL		# portal filesystem (still experimental)
132#file-system 	PROCFS		# /proc
133#file-system 	UMAPFS		# NULLFS + uid and gid remapping
134#file-system 	UNION		# union file system
135#file-system	CODA		# Coda File System; also needs vcoda (below)
136#file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
137#file-system	PTYFS		# /dev/ptm support
138#file-system	TMPFS		# Efficient memory file-system
139#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
140#file-system	HFS		# experimental - Apple HFS+ (read-only)
141file-system     FILECORE        # Acorn filecore file system
142
143# File system options
144#options 	QUOTA		# UFS quotas
145#options 	FFS_EI		# FFS Endian Independent support
146#options 	SOFTDEP		# FFS soft updates support.
147# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
148# It is not recommended for general use.
149#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
150#options 	NFSSERVER	# Network File System server
151options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
152#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
153				# immutable) behave as system flags.
154
155# Networking options
156#options 	GATEWAY		# packet forwarding
157options 	INET		# IP + ICMP + TCP + UDP
158#options 	INET6		# IPV6
159#options 	IPSEC		# IP security
160#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
161#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
162#options 	IPSEC_DEBUG	# debug for IP security
163#options 	MROUTING	# IP multicast routing
164#options 	PIM		# Protocol Independent Multicast
165#options 	ISO,TPIP	# OSI
166#options 	EON		# OSI tunneling over IP
167#options 	NETATALK	# AppleTalk networking protocols
168#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
169#options 	PPP_DEFLATE	# Deflate compression support for PPP
170#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
171#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
172#options 	IPFILTER_LOG	# ipmon(8) log support
173#options 	IPFILTER_LOOKUP	# ippool(8) support
174#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
175#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
176
177#options 	ALTQ		# Manipulate network interfaces' output queues
178#options 	ALTQ_BLUE	# Stochastic Fair Blue
179#options 	ALTQ_CBQ	# Class-Based Queueing
180#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
181#options 	ALTQ_FIFOQ	# First-In First-Out Queue
182#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
183#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
184#options 	ALTQ_LOCALQ	# Local queueing discipline
185#options 	ALTQ_PRIQ	# Priority Queueing
186#options 	ALTQ_RED	# Random Early Detection
187#options 	ALTQ_RIO	# RED with IN/OUT
188#options 	ALTQ_WFQ	# Weighted Fair Queueing
189
190
191options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
192
193# Kernel root file system and dump configuration.
194config		netbsd	root on ? type ?
195#config		netbsd	root on sd0a type ffs
196#config		netbsd	root on ? type nfs
197
198#
199# Device configuration
200#
201
202mainbus0 at root
203
204cpu0 at mainbus?
205
206# i80321 I/O Processor peripheral support
207iopxs*          at mainbus?
208
209iopaau*         at iopxs?               # Application Accelerator Unit
210iopiic*         at iopxs?               # I2C Controller Unit(s) 
211iic0            at iopiic?
212iic1            at iopiic?
213iopwdog*        at iopxs?               # Watchdog timer
214pci0            at iopxs? bus ?         # PCI/PCI-X support
215
216# PCI bridges
217ppb*	at pci? dev ? function ?	# PCI-PCI bridges
218pci*	at ppb? bus ?
219# XXX 'puc's aren't really bridges, but there's no better place for them here
220#puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
221
222# VGA
223#vga*            at pci? dev ? function ?
224
225# CardBus bridge support
226#cbb*		at pci? dev ? function ?
227#cardslot*	at cbb?
228
229# CardBus bus support
230#cardbus*	at cardslot?
231#pcmcia* 	at cardslot?
232
233# Serial Devices
234
235# PCI serial interfaces
236#com*	at puc? port ?			# 16x50s on "universal" comm boards
237#cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
238#cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
239
240# PCMCIA serial interfaces
241#com*	at pcmcia? function ?		# Modems and serial cards
242
243#pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
244#com*	at pcmcom? slave ?		# ...and the slave devices
245
246# CardBus serial interfaces
247#com*	at cardbus? function ?	# Modems and serial cards
248
249# I2O devices
250#iop*	at pci? dev ? function ?	# I/O processor
251#iopsp*	at iop? tid ?			# SCSI/FC-AL ports
252#ld*	at iop? tid ?			# block devices
253#dpti*	at iop? tid 0			# DPT/Adaptec control interface
254
255# SCSI Controllers and Devices
256
257# PCI SCSI controllers
258#adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
259#adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
260#ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
261#ahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
262#bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
263#dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
264#iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
265#isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
266#mfi*	at pci? dev ? function ?	# LSI MegaRAID SAS
267#mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
268#mpt*	at pci? dev ? function ?	# LSI Fusion SCSI/FC
269#njs*	at pci? dev ? function ?	# Workbit NinjaSCSI-32
270#pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
271#siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
272#esiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
273##options 	SIOP_SYMLED		# drive the act. LED in software
274#trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
275
276# PCMCIA SCSI controllers
277#aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
278#esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
279#spc* 	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
280
281# CardBus SCSI cards
282#adv*	at cardbus? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
283#ahc*	at cardbus? function ?	# Adaptec ADP-1480
284#njs*	at cardbus? function ?	# Workbit NinjaSCSI-32
285
286# SCSI bus support
287#scsibus* at scsi?
288
289# SCSI devices
290#sd*	at scsibus? target ? lun ?	# SCSI disk drives
291#st*	at scsibus? target ? lun ?	# SCSI tape drives
292#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
293#ch*	at scsibus? target ? lun ?	# SCSI autochangers
294#ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
295#ss*	at scsibus? target ? lun ?	# SCSI scanners
296#uk*	at scsibus? target ? lun ?	# SCSI unknown
297
298
299# RAID controllers and devices
300#aac*	at pci? dev ? function ?	# Adaptec AAC family
301#amr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
302#cac*	at pci? dev ? function ?	# Compaq PCI array controllers
303#ciss*	at pci? dev ? function ?	# HP Smart Array controllers
304#icp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
305#mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
306#mlx*	at eisa? slot ?			# Mylex DAC960 & DEC SWXCR family
307#twa*	at pci? dev ? function ?	# 3ware Escalade 95xx RAID controllers
308#twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
309
310#ld*	at aac? unit ?			# logical disk devices
311#ld*	at amr? unit ?
312#ld*	at cac? unit ?
313#ld*	at icp? unit ?
314#ld*	at twa? unit ?
315#ld*	at twe? unit ?
316#ld*	at mlx? unit ?
317
318#icpsp*	at icp? unit ?			# SCSI pass-through
319
320# IDE and related devices
321# PCI IDE controllers - see pciide(4) for supported hardware.
322# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
323# how to set up DMA modes for this chip. This may work, or may cause
324# a machine hang with some controllers.
325pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
326acardide*	at pci? dev ? function ?	# Acard IDE controllers
327aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
328#ahcisata* 	at pci? dev ? function ?	# AHCI SATA 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
332#geodeide* 	at pci? dev ? function ?	# AMD Geode IDE controllers
333hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
334#iteide* 	at pci? dev ? function ?	# IT Express IDE controllers
335#ixpide* 	at pci? dev ? function ?	# ATI IXP IDE controllers
336optiide* 	at pci? dev ? function ?	# Opti IDE controllers
337#piixide* 	at pci? dev ? function ?	# Intel IDE controllers
338pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
339pdcsata*	at pci? dev ? function ?	# Promise SATA150 controllers
340rccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
341satalink*	at pci? dev ? function ?	# SiI SATALink controllers
342siside* 	at pci? dev ? function ?	# SiS IDE controllers
343slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
344#svwsata* 	at pci? dev ? function ?	# ServerWorks SATA controllers
345stpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
346viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
347
348# PCMCIA IDE controllers
349#wdc*	at pcmcia? function ?
350
351# CardBus IDE controllers
352#njata*	at cardbus? function ? flags 0x01	# Workbit NinjaATA-32
353
354# ATA (IDE) bus support
355atabus* at ata?
356#options	ATADEBUG
357
358# IDE drives
359# Flags are used only with controllers that support DMA operations
360# and mode settings (e.g. some pciide controllers)
361# The lowest order four bits (rightmost digit) of the flags define the PIO
362# mode to use, the next set of four bits the DMA mode and the third set the
363# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
364# to use, and the last bit must be 1 for this setting to be used.
365# For DMA and UDMA, 0xf (1111) means 'disable'.
366# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
367# (0xc=1100, 0xa=1010, 0xf=1111)
368# 0x0000 means "use whatever the drive claims to support".
369wd*	at atabus? drive ? flags 0x0000
370
371# ATA RAID configuration support, as found on some Promise controllers.
372pseudo-device	ataraid
373ld*	at ataraid? vendtype ? unit ?
374
375# ATAPI bus support
376atapibus* at atapi?
377
378# ATAPI devices
379# flags have the same meaning as for IDE drives.
380# XXX No DMA on IDE devices for now
381cd*	at atapibus? drive ? flags 0x0ff0	# ATAPI CD-ROM drives
382sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
383st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
384uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
385
386
387# Network Interfaces
388
389# PCI network interfaces
390#an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
391#ath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
392#atw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
393#bce* 	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
394#bge* 	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
395#bnx* 	at pci? dev ? function ?	# Broadcom NetXtremeII gigabit Ethernet
396#dge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
397#en*	at pci? dev ? function ?	# ENI/Adaptec ATM
398#ep*	at pci? dev ? function ?	# 3Com 3c59x
399#epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
400#esh*	at pci? dev ? function ?	# Essential HIPPI card
401#ex*	at pci? dev ? function ?	# 3Com 90x[BC]
402#fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
403#fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
404#gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
405#hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
406#ipw*	at pci? dev ? function ?	# Intel PRO/Wireless 2100
407#iwi*	at pci? dev ? function ?	# Intel PRO/Wireless 2200BG
408#le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
409#lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
410#mskc*	at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
411#msk*	at mskc?			# Marvell Yukon 2 Gigabit Ethernet
412#mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
413##ndis* 	at pci? dev ? function ?	# Experimental - NDIS Network Driver
414#ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
415#nfe*	at pci?	dev ? function ?	# NVIDIA nForce Ethernet
416#ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
417#pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
418#ral*	at pci? dev ? function ?	# Ralink Technology RT25x0 802.11a/b/g
419#re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
420rtk*	at pci? dev ? function ?	# Realtek 8129/8139
421#rtw*	at pci? dev ? function ?	# Realtek 8180L (802.11)
422#sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
423#sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
424#skc*	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
425#sk*	at skc?				# SysKonnect SK9821 Gigabit Ethernet
426#ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
427#stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
428#ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
429#tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
430#tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
431#txp*	at pci? dev ? function ?	# 3com 3cr990
432#vge*	at pci? dev ? function ?	# VIATech VT612X Gigabit Ethernet
433#vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
434#wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
435wm*	at pci? dev ? function ?	# Intel 8254x gigabit
436#wpi*	at pci? dev ? function ?	# Intel PRO/Wireless 3945ABG
437#xge*	at pci? dev ? function ?	# Neterion (S2io) Xframe-I 10GbE
438
439# PCMCIA network interfaces
440#an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
441#awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
442#cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
443#cs*	at pcmcia? function ?		# CS89xx Ethernet
444#ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
445#mbe*	at pcmcia? function ?		# MB8696x based Ethernet
446#ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
447#ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
448#sm*	at pcmcia? function ?		# Megahertz Ethernet
449## tr at pcmcia has problems with Cardbus bridges
450##tr*	at pcmcia? function ?		# TROPIC based Token-Ring
451#wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
452#xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
453#com*	at xirc?
454#xi*	at xirc?
455#mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
456#com*	at mhzc?
457#sm*	at mhzc?
458
459# CardBus network cards
460#ath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11
461#atw*	at cardbus? function ?	# ADMtek ADM8211 (802.11)
462#ex*	at cardbus? function ?	# 3Com 3C575TX
463#fxp*	at cardbus? function ?	# Intel i8255x
464#ral*	at cardbus? function ?	# Ralink Technology RT25x0 802.11a/b/g
465#rtk*	at cardbus? function ?	# Realtek 8129/8139
466#rtw*	at cardbus? function ?	# Realtek 8180L (802.11)
467#tlp*	at cardbus? function ?	# DECchip 21143
468
469# MII/PHY support
470acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
471amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
472bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
473brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
474#ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
475dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
476exphy*	at mii? phy ?			# 3Com internal PHYs
477gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
478glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
479gphyter* at mii? phy ?			# NS83861 Gig-E PHY
480icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
481igphy*	at mii? phy ?			# Intel IGP01E1000
482#ikphy*	at mii? phy ?			# Intel 82563 PHYs
483inphy*	at mii? phy ?			# Intel 82555 PHYs
484iophy*	at mii? phy ?			# Intel 82553 PHYs
485lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
486makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
487nsphy*	at mii? phy ?			# NS83840 PHYs
488nsphyter* at mii? phy ? 		# NS83843 PHYs
489pnaphy* at mii? phy ?			# generic HomePNA PHYs
490qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
491#rgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
492#rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
493sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
494tlphy*	at mii? phy ?			# ThunderLAN PHYs
495tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
496ukphy*	at mii? phy ?			# generic unknown PHYs
497urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
498
499
500# USB Controller and Devices
501
502# PCI USB controllers
503#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
504ohci*	at pci?	dev ? function ?	# Open Host Controller
505uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
506
507# CardBus USB controllers
508#ehci*	at cardbus? function ?		# Enhanced Host Controller
509#ohci*	at cardbus? function ?		# Open Host Controller
510#uhci*	at cardbus? function ?		# Universal Host Controller (Intel)
511
512# ISA USB controllers
513#slhci0	at isa? port 0x300 irq 5	# ScanLogic SL811HS
514
515# PCMCIA USB controllers
516#slhci*	at pcmcia? function ?		# ScanLogic SL811HS
517
518# USB bus support
519#usb*	at ehci?
520usb*	at ohci?
521usb*	at uhci?
522#usb*	at slhci?
523
524# USB Hubs
525uhub*	at usb?
526uhub*	at uhub? port ?
527
528# USB HID device
529uhidev*	at uhub? port ? configuration ? interface ?
530
531# USB Mice
532ums*	at uhidev? reportid ?
533wsmouse* at ums? mux 0
534
535# USB eGalax touch-panel
536#uep*	at uhub? port ?
537#wsmouse* at uep? mux 0
538
539# USB Keyboards
540ukbd*	at uhidev? reportid ?
541wskbd*	at ukbd? console ? mux 1
542
543# USB serial adapter
544ucycom*	at uhidev? reportid ?
545
546# USB Generic HID devices
547uhid*	at uhidev? reportid ?
548
549# USB Printer
550ulpt*	at uhub? port ? configuration ? interface ?
551
552# USB Modem
553umodem*	at uhub? port ? configuration ?
554ucom*	at umodem?
555
556# USB Mass Storage
557umass*	at uhub? port ? configuration ? interface ?
558wd*	at umass?
559
560# USB audio
561uaudio*	at uhub? port ? configuration ?
562
563# USB MIDI
564#umidi* at uhub? port ? configuration ?
565
566# USB IrDA
567# USB-IrDA bridge spec
568#uirda* at uhub? port ? configuration ? interface ?
569#irframe* at uirda?
570
571# SigmaTel STIr4200 USB/IrDA Bridge
572#ustir* at uhub? port ?
573#irframe* at ustir?
574
575# USB Ethernet adapters
576#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
577#axe*	at uhub? port ?		# ASIX AX88172 based adapters
578#cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
579#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
580#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
581#udav*	at uhub? port ?		# Davicom DM9601 based adapters
582#url*	at uhub? port ?		# Realtek RTL8150L based adapters
583
584# USB 802.11 adapters
585#atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
586#ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
587#rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
588#zyd*	at uhub? port ?		# Zydas ZD1211
589
590# Prolific PL2301/PL2302 host-to-host adapter
591upl*	at uhub? port ?
592
593# Serial adapters
594ubsa*	at uhub? port ?		# Belkin serial adapter
595ucom*	at ubsa? portno ?
596
597uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
598ucom*	at uftdi? portno ?
599
600uipaq*	at uhub? port ?		# iPAQ PDAs
601ucom*	at uipaq? portno ?
602
603umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
604ucom*	at umct? portno ?
605
606uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
607ucom*	at uplcom? portno ?
608
609uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
610ucom*	at uvscom? portno ?
611
612# Diamond Multimedia Rio 500
613#urio*	at uhub? port ?
614
615# USB Handspring Visor
616#uvisor*	at uhub? port ?
617#ucom*	at uvisor?
618
619# Kyocera AIR-EDGE PHONE
620#ukyopon* at uhub? port ?
621#ucom*	at ukyopon? portno ?
622
623# USB scanners
624#uscanner* at uhub? port ?
625
626# USB scanners that use SCSI emulation, e.g., HP5300
627#usscanner* at uhub? port ?
628
629# Topfield TF5000PVR range of DVB recorders
630#utoppy*	at uhub? port ?
631
632# Y@P firmware loader
633#uyap* at uhub? port ?
634
635# D-Link DSB-R100 USB radio
636#udsbr*	at uhub? port ?
637#radio*	at udsbr?
638
639# USB Generic driver
640#ugen*	at uhub? port ?
641# On ugen bulk endpoints, perform read-ahead and write-behind.
642#options UGEN_BULK_RA_WB
643
644
645# IrDA and Consumer Ir devices
646
647# Toshiba Oboe
648#oboe* 	at pci? dev ? function ?
649#irframe* at oboe?
650
651
652# PCI IEEE1394 controllers
653#fwohci* at pci? dev ? function ?	# IEEE1394 Open Host Controller
654
655# CardBus IEEE1394 controllers
656#fwohci*	at cardbus? function ?	# IEEE1394 Open Host Controller
657
658#ieee1394if* at fwohci?
659#fwip*	at ieee1394if?			# IP over IEEE1394
660#sbp*	at ieee1394if? euihi ? euilo ?	# SCSI over IEEE1394
661
662
663# Audio Devices
664
665# PCI audio devices
666#auacer* at pci? dev ? function ?	# ALi M5455 integrated AC'97 Audio
667auich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
668#auixp*	at pci? dev ? function ?	# ATI IXP AC'97 Audio
669autri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
670auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
671#azalia*	at pci? dev ? function ?	# High Definition Audio
672clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
673clct*	at pci? dev ? function ?	# Cirrus Logic CS4281
674cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
675eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
676emuxki* at pci? dev ? function ?	# Creative SBLive! and PCI512
677esa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
678esm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
679eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
680fms*	at pci? dev ? function ?	# Forte Media FM801
681neo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
682sv*	at pci? dev ? function ?	# S3 SonicVibes
683yds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
684
685# OPL[23] FM synthesizers
686opl*	at cmpci? flags 1
687opl*	at eso?
688opl*	at fms?
689opl*	at sv?
690opl*	at yds?
691
692# Audio support
693audio*	at audiobus?
694
695# MPU 401 UARTs
696mpu*	at cmpci?
697mpu*	at eso?
698mpu*	at fms?
699mpu*	at yds?
700
701# MIDI support
702midi*	at midibus?
703
704# PCI radio devices
705#gtp*	at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card
706
707# Radio support
708#radio*	at gtp?
709
710# TV cards
711
712# Brooktree 848/849/878/879 based TV cards
713#bktr* at pci? dev ? function ?
714#radio* at bktr?
715
716
717# Bluetooth Controller and Device support
718
719# Bluetooth PCMCIA Controllers
720#bt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
721#btbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
722
723# Bluetooth USB Controllers
724#ubt* at uhub? port ?
725
726# Bluetooth Device Hub
727#bthub* at bcsp?
728#bthub* at bt3c?
729#bthub* at btbc?
730#bthub* at btuart?
731#bthub* at ubt?
732
733# Bluetooth HID support
734#bthidev* at bthub?
735
736# Bluetooth Mouse
737#btms* at bthidev? reportid ?
738#wsmouse* at btms? mux 0
739
740# Bluetooth Keyboard
741#btkbd* at bthidev? reportid ?
742#wskbd* at btkbd? console ? mux 1
743
744# Bluetooth Audio support
745#btsco* at bthub?
746
747# Cryptographic Devices
748
749# PCI cryptographic devices
750#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
751#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
752
753# On-board device support
754
755obio*	at mainbus?
756#com1	at obio? addr 0x900003e8 xint 1 # on-board UART
757com0	at obio? addr 0x900002f8 xint 1 # on-board UART
758#com*	at obio? addr 0x900003e8 xint 1 # on-board UART
759#com*	at obio? addr 0x900003f8 xint 1 # on-board UART
760
761# Pseudo-Devices
762
763#pseudo-device 	crypto		# /dev/crypto device
764#pseudo-device	swcrypto	# software crypto implementation
765
766# disk/mass storage pseudo-devices
767
768#pseudo-device	bio			# RAID control device driver
769#pseudo-device	ccd		4	# concatenated/striped disk devices
770#pseudo-device	cgd		4	# cryptographic disk devices
771#pseudo-device	raid		8	# RAIDframe disk driver
772#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
773# Options to enable various other RAIDframe RAID types.
774#options 	RF_INCLUDE_EVENODD=1
775#options 	RF_INCLUDE_RAID5_RS=1
776#options 	RF_INCLUDE_PARITYLOGGING=1
777#options 	RF_INCLUDE_CHAINDECLUSTER=1
778#options 	RF_INCLUDE_INTERDECLUSTER=1
779#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
780#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
781pseudo-device	fss		4	# file system snapshot device
782
783pseudo-device	md		1	# memory disk device (ramdisk)
784#pseudo-device	vnd			# disk-like interface to files
785#options 	VND_COMPRESSION		# compressed vnd(4)
786
787# network pseudo-devices
788pseudo-device	bpfilter		# Berkeley packet filter
789#pseudo-device	carp			# Common Address Redundancy Protocol
790#pseudo-device	ipfilter		# IP filter (firewall) and NAT
791pseudo-device	loop			# network loopback
792#pseudo-device	ppp			# Point-to-Point Protocol
793#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
794#pseudo-device	sl			# Serial Line IP
795#pseudo-device	strip			# Starmode Radio IP (Metricom)
796#pseudo-device	irframetty		# IrDA frame line discipline
797#pseudo-device	tap			# virtual Ethernet
798#pseudo-device	tun			# network tunneling over tty
799#pseudo-device	gre			# generic L3 over IP tunnel
800#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
801#pseudo-device	faith			# IPv[46] tcp relay translation i/f#
802#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
803#pseudo-device	vlan			# IEEE 802.1q encapsulation
804#pseudo-device	bridge			# simple inter-network bridging
805#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
806#pseudo-device	agr			# IEEE 802.3ad link aggregation
807#pseudo-device	pf			# PF packet filter
808#pseudo-device	pflog			# PF log if
809# srt is EXPERIMENTAL
810#pseudo-device	srt			# source-address-based routing
811
812# miscellaneous pseudo-devices
813pseudo-device	pty			# pseudo-terminals
814#pseudo-device	sequencer	1	# MIDI sequencer
815pseudo-device	rnd			# /dev/random and in-kernel generator
816#options 	RND_COM			# use "com" randomness as well (BROKEN)
817pseudo-device	clockctl		# user control of clock subsystem
818pseudo-device	ksyms			# /dev/ksyms
819#pseudo-device	lockstat		# lock profiling
820#pseudo-device	bcsp			# BlueCore Serial Protocol
821#pseudo-device	btuart			# Bluetooth HCI UART (H4)
822
823# a pseudo device needed for Coda	# also needs CODA (above)
824#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
825
826# a pseudo device needed for SMBFS
827#pseudo-device	nsmb			# experimental - SMB requester
828
829# wscons pseudo-devices
830pseudo-device	wsmux			# mouse & keyboard multiplexor
831#pseudo-device	wsfont
832
833#options 	FILEASSOC		# fileassoc(9) - required for Veriexec
834
835# Veriexec
836#pseudo-device	veriexec
837#
838# Uncomment the fingerprint methods below that are desired. Note that
839# removing fingerprint methods will have almost no impact on the kernel
840# code size.
841#
842#options VERIFIED_EXEC_FP_RMD160
843#options VERIFIED_EXEC_FP_SHA256
844#options VERIFIED_EXEC_FP_SHA384
845#options VERIFIED_EXEC_FP_SHA512
846#options VERIFIED_EXEC_FP_SHA1
847#options VERIFIED_EXEC_FP_MD5
848
849#options PAX_MPROTECT=0			# PaX mprotect(2) restrictions
850