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