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