INSTALL revision 1.69
1# $NetBSD: INSTALL,v 1.69 2007/05/15 17:53:44 bouyer Exp $
2#
3# GENERIC machine description file
4# 
5# This machine description file is used to generate the default NetBSD
6# kernel.  The generic kernel 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/amd64/conf/std.amd64"
22
23#ident 		"INSTALL-$Revision: 1.69 $"
24
25maxusers	32		# estimated number of users
26
27# Standard system options
28
29makeoptions 	COPTS="-Os -fno-asynchronous-unwind-tables"
30
31options 	MEMORY_DISK_HOOKS
32options 	MEMORY_DISK_IS_ROOT     # force root on memory disk
33options 	MEMORY_DISK_SERVER=0    # no userspace memory disk support
34options 	MEMORY_DISK_ROOT_SIZE=10000     # size of memory disk, in blocks
35
36options 	INSECURE	# disable kernel security levels - X needs this
37
38options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
39
40#options 	SYSVMSG		# System V-like message queues
41#options 	SYSVSEM		# System V-like semaphores
42#options 	SEMMNI=10	# number of semaphore identifiers
43#options 	SEMMNS=60	# number of semaphores in system
44#options 	SEMUME=10	# max number of undo entries per process
45#options 	SEMMNU=30	# number of undo structures in system
46#options 	SYSVSHM		# System V-like memory sharing
47#options 	SHMMAXPGS=2048	# 2048 pages is the default
48
49#options 	LKM		# loadable kernel modules
50
51options 	USERCONF	# userconf(4) support
52#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
53
54# Enable experimental buffer queue strategy for better responsiveness under 
55# high disk I/O load. Use it with caution - it's not proven to be stable yet.
56#options 	BUFQ_READPRIO
57#options 	BUFQ_PRIOCSCAN
58
59# Diagnostic/debugging support options
60#options 	DIAGNOSTIC	# expensive kernel consistency checks
61#options 	DEBUG		# expensive debugging checks/support
62#options 	DDB		# in-kernel debugger
63#options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
64#options 	KGDB		# remote debugger
65#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
66#makeoptions	DEBUG="-g"	# compile full symbol table
67
68#options 	COMPAT_NETBSD32
69#options 	EXEC_ELF32
70options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
71
72# File systems
73file-system 	FFS		# UFS
74file-system 	EXT2FS		# second extended file system (linux)
75file-system 	LFS		# log-structured file system
76file-system 	MFS		# memory file system
77file-system 	NFS		# Network File System client
78file-system 	NTFS		# Windows/NT file system (experimental)
79file-system 	CD9660		# ISO 9660 + Rock Ridge file system
80file-system 	MSDOSFS		# MS-DOS file system
81#file-system 	FDESC		# /dev/fd
82file-system 	KERNFS		# /kern
83#file-system 	NULLFS		# loopback file system
84#file-system 	OVERLAY		# overlay file system
85#file-system 	PORTAL		# portal filesystem (still experimental)
86#file-system 	PROCFS		# /proc
87#file-system 	UMAPFS		# NULLFS + uid and gid remapping
88#file-system 	UNION		# union file system
89#file-system	PTYFS		# /dev/pts/N support
90
91# File system options
92#options 	QUOTA		# UFS quotas
93#options 	FFS_EI		# FFS Endian Independent support
94#options 	SOFTDEP		# FFS soft updates support.
95#options 	NFSSERVER	# Network File System server
96#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
97				# immutable) behave as system flags.
98options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
99
100# Networking options
101#options 	GATEWAY		# packet forwarding
102options 	INET		# IP + ICMP + TCP + UDP
103options 	INET6		# IPV6
104#options 	IPSEC		# IP security
105#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
106#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
107#options 	IPSEC_DEBUG	# debug for IP security
108#options 	MROUTING	# IP multicast routing
109#options 	PIM		# Protocol Independent Multicast
110#options 	NETATALK	# AppleTalk networking protocols
111#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
112#options 	PPP_DEFLATE	# Deflate compression support for PPP
113#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
114#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
115
116# These options enable verbose messages for several subsystems.
117# Warning, these may compile large string tables into the kernel!
118#options 	MIIVERBOSE	# verbose PHY autoconfig messages
119#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
120#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
121#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
122#options 	SCSIVERBOSE	# human readable SCSI error messages
123#options 	USBVERBOSE	# verbose USB device autoconfig messages
124#options 	I2OVERBOSE	# verbose I2O driver messages
125
126options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
127
128#
129# wscons options
130#
131# builtin terminal emulations
132#options 	WSEMUL_SUN		# sun terminal emulation
133options 	WSEMUL_VT100		# VT100 / VT220 emulation
134# different kernel output - see dev/wscons/wsdisplayvar.h
135options 	WS_KERNEL_FG=WSCOL_GREEN
136#options 	WS_KERNEL_BG=WSCOL_BLACK
137# compatibility to other console drivers
138#options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
139#options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
140#options 	WSDISPLAY_COMPAT_USL		# VT handling
141#options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
142# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
143#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
144# allocate a number of virtual screens at autoconfiguration time
145#options 	WSDISPLAY_DEFAULTSCREENS=4
146# use a large software cursor that doesn't blink
147options 	PCDISPLAY_SOFTCURSOR
148# modify the screen type of the console; defaults to "80x25"
149#options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
150# work around a hardware bug that loaded fonts don't work; found on ATI cards
151#options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
152# enable VGA raster mode capable of displaying multilingual text on console
153#options 	VGA_RASTERCONSOLE
154
155# Kernel root file system and dump configuration.
156config		netbsd	root on ? type ?
157#config		netbsd	root on sd0a type ffs
158#config		netbsd	root on ? type nfs
159
160#
161# Device configuration
162#
163
164mainbus0 at root
165
166# ACPI will be used if present. If not it will fall back to MPBIOS
167acpi0	at mainbus0
168options ACPI_SCANPCI
169options MPBIOS				
170options MPBIOS_SCANPCI
171cpu* 	at mainbus0
172ioapic* at mainbus0
173
174#apm0	at mainbus0			# Advanced power management
175
176# Tuning for power management, see apm(4) for more details.
177#options 	APM_NO_IDLE		# Don't call BIOS CPU idle function
178#options 	APM_V10_ONLY		# Use only the APM 1.0 calls
179#options 	APM_NO_POWEROFF		# Don't power off on halt(8)
180#options 	APM_POWER_PRINT		# Print stats on the console
181#options 	APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts
182
183
184# Basic Bus Support
185
186# PCI bus support
187pci*	at mainbus? bus ?
188pci*	at pchb? bus ?
189pci*	at ppb? bus ?
190
191# PCI bridges
192pchb*	at pci? dev ? function ?	# PCI-Host bridges
193pcib*	at pci? dev ? function ?	# PCI-ISA bridges
194ppb*	at pci? dev ? function ?	# PCI-PCI bridges
195# XXX 'puc's aren't really bridges, but there's no better place for them here
196puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
197
198aapic* 	at pci? dev ? function ?	# AMD 8131 IO apic
199
200#agp* 	at pchb?
201
202#
203
204# ISA bus support
205isa0	at mainbus?
206isa0	at pcib?
207
208# CardBus bridge support
209#cbb*		at pci? dev ? function ?
210#cardslot*	at cbb?
211
212# CardBus bus support
213#cardbus*	at cardslot?
214#pcmcia* 	at cardslot?
215
216# Coprocessor Support
217
218# Console Devices
219
220# wscons
221pckbc0		at isa?			# pc keyboard controller
222pckbd*		at pckbc?		# PC keyboard
223#pms*		at pckbc?		# PS/2 mouse for wsmouse
224#options 	PMS_DISABLE_POWERHOOK	# Disable PS/2 reset on resume
225#options 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads
226vga*		at pci? dev ? function ?
227wsdisplay*	at vga? console ?
228wskbd*		at pckbd? console ?
229#wsmouse*	at pms? mux 0
230
231attimer0	at isa?
232pcppi0		at isa?
233sysbeep0	at pcppi?
234
235# Serial Devices
236
237# PCI serial interfaces
238com*	at puc? port ?			# 16x50s on "universal" comm boards
239#cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
240#cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
241
242# PCMCIA serial interfaces
243#com*	at pcmcia? function ?		# Modems and serial cards
244
245#pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
246#com*	at pcmcom? slave ?		# ...and the slave devices
247
248# CardBus serial interfaces
249#com*	at cardbus? function ?	# Modems and serial cards
250
251# ISA serial interfaces
252#options 	COM_HAYESP		# adds Hayes ESP serial board support
253com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
254com1	at isa? port 0x2f8 irq 3
255
256# Parallel Printer Interfaces
257
258# PCI parallel printer interfaces
259#lpt*	at puc? port ?			# || ports on "universal" comm boards
260
261# ISA parallel printer interfaces
262#lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
263#lpt1	at isa? port 0x278
264
265# Hardware monitors
266
267# LM7[89] and compatible hardware monitors
268#lm0	at isa?	port 0x290		# other common ports: 0x280, 0x310
269
270# I2O devices
271iop*	at pci? dev ? function ?	# I/O processor
272iopsp*	at iop? tid ?			# SCSI/FC-AL ports
273ld*	at iop? tid ?			# block devices
274# XXX dpti.c wants a processor type that is not assigned for x86-64
275#dpti*	at iop? tid 0			# DPT/Adaptec control interface
276
277
278# SCSI Controllers and Devices
279
280# PCI SCSI controllers
281adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
282adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
283ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
284ahd*	at pci? dev ? function ?	# Adaptec aic790x SCSI
285bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
286dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
287iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
288isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
289mfi*	at pci? dev ? function ?	# LSI MegaRAID SAS
290mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
291mpt*	at pci? dev ? function ?	# LSILogic 9x9 and 53c1030
292pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
293siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
294#options 	SIOP_SYMLED		# drive the act. LED in software
295trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
296
297# PCMCIA SCSI controllers
298#aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
299#esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
300
301# CardBus SCSI cards
302#adv*	at cardbus? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
303#ahc*	at cardbus? function ?	# Adaptec ADP-1480
304
305# SCSI bus support
306scsibus* at scsi?
307
308# SCSI devices
309sd*	at scsibus? target ? lun ?	# SCSI disk drives
310st*	at scsibus? target ? lun ?	# SCSI tape drives
311cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
312#ch*	at scsibus? target ? lun ?	# SCSI autochangers
313#ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
314#ss*	at scsibus? target ? lun ?	# SCSI scanners
315#uk*	at scsibus? target ? lun ?	# SCSI unknown
316
317
318# RAID controllers and devices
319amr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
320cac*	at pci? dev ? function ?	# Compaq PCI array controllers
321ciss*	at pci? dev ? function ?	# HP Smart Array controllers
322icp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
323mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
324twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
325twa*	at pci? dev ? function ?	# 3ware Escalade 9xxx RAID controllers
326
327ld*	at amr? unit ?
328ld*	at cac? unit ?
329ld*	at icp? unit ?
330ld*	at twe? unit ?
331ld*	at twa? unit ?
332ld*	at mlx? unit ?
333
334icpsp*	at icp? unit ?			# SCSI pass-through
335
336# IDE and related devices
337# PCI IDE controllers - see pciide(4) for supported hardware.
338# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
339# how to set up DMA modes for this chip. This may work, or may cause
340# a machine hang with some controllers.
341pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
342acardide* 	at pci? dev ? function ?	# Acard IDE controllers
343aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
344ahcisata*	at pci? dev ? function ?	# AHCI SATA controllers
345artsata* 	at pci? dev ? function ?	# Intel i31244 SATA controller
346cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
347cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
348hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
349iteide* 	at pci? dev ? function ?	# IT Express IDE controllers
350ixpide* 	at pci? dev ? function ?	# ATI IXP IDE controllers
351jmide* 		at pci? dev ? function ? 	# JMicron PCI-e PATA/SATA controllers
352ahcisata* 	at jmide?
353optiide* 	at pci? dev ? function ?	# Opti IDE controllers
354piixide* 	at pci? dev ? function ?	# Intel IDE controllers
355pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
356pdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
357rccide* 	at pci? dev ? function ?	# ServerWorks IDE controllers
358satalink* 	at pci? dev ? function ?	# SiI SATALink controllers
359siside* 	at pci? dev ? function ?	# SiS IDE controllers
360slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
361svwsata* 	at pci? dev ? function ?	# ServerWorks SATA controllers
362stpcide* 	at pci? dev ? function ?	# STMicro STPC IDE controllers
363viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
364
365# PCMCIA IDE controllers
366#wdc*	at pcmcia? function ?
367
368# ISA ST506, ESDI, and IDE controllers
369# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
370# fall back to 16bits I/O if 32bits I/O are not functional).
371# Some controllers pass the initial 32bit test, but will fail later.
372#wdc0	at isa? port 0x1f0 irq 14 flags 0x00
373#wdc1	at isa? port 0x170 irq 15 flags 0x00
374
375# ATA (IDE) bus support
376atabus* at ata?
377
378# Flags are used only with controllers that support DMA operations
379# and mode settings (e.g. some pciide controllers)
380# The lowest order four bits (rightmost digit) of the flags define the PIO
381# mode to use, the next set of four bits the DMA mode and the third set the
382# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
383# to use, and the last bit must be 1 for this setting to be used.
384# For DMA and UDMA, 0xf (1111) means 'disable'.
385# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
386# (0xc=1100, 0xa=1010, 0xf=1111)
387# 0x0000 means "use whatever the drive claims to support".
388wd*	at atabus? drive ? flags 0x0000
389
390# ATAPI bus support
391atapibus* at atapi?
392
393# ATA RAID configuration support, as found on some Promise controllers.
394pseudo-device ataraid
395ld* 	at ataraid? vendtype ? unit ?
396
397
398# ATAPI devices
399# flags have the same meaning as for IDE drives.
400cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
401sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
402st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
403#uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
404
405
406# Miscellaneous mass storage devices
407
408# ISA floppy
409fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
410#fdc1	at isa? port 0x370 irq ? drq ?
411fd*	at fdc? drive ?			# the drives themselves
412# some machines need you to do this instead of fd*
413#fd0	at fdc0 drive 0
414
415# Network Interfaces
416
417# PCI network interfaces
418an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
419ath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
420bce* 	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
421bge* 	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
422bnx* 	at pci? dev ? function ?	# Broadcom NetXtremeII gigabit Ethernet
423en*	at pci? dev ? function ?	# ENI/Adaptec ATM
424ep*	at pci? dev ? function ?	# 3Com 3c59x
425epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
426#esh*	at pci? dev ? function ?	# Essential HIPPI card
427ex*	at pci? dev ? function ?	# 3Com 90x[BC]
428fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
429fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
430gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
431#hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
432#le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
433#lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
434mskc*	at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
435msk*	at mskc?			# Marvell Yukon 2 Gigabit Ethernet
436mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
437ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
438nfe*	at pci?	dev ? function ?	# NVIDIA nForce Ethernet
439#ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
440pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
441re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
442rtk*	at pci? dev ? function ?	# Realtek 8129/8139
443sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
444sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
445skc* 	at pci? dev ? function ?	# SysKonnect SK9821 Gigabit Ethernet
446sk* 	at skc?				# SysKonnect SK9821 Gigabit Ethernet
447ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
448stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
449ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
450tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
451tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
452vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
453wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
454wm*	at pci? dev ? function ?	# Intel 82543/82544 gigabit
455
456# PCMCIA network interfaces
457#an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
458#awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
459#cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
460#ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
461#mbe*	at pcmcia? function ?		# MB8696x based Ethernet
462#ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
463#ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
464#sm*	at pcmcia? function ?		# Megahertz Ethernet
465# tr at pcmcia has problems with Cardbus bridges
466#tr*	at pcmcia? function ?		# TROPIC based Token-Ring
467#wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
468#xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
469#com*	at xirc?
470#xi*	at xirc?
471
472#mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
473#com*	at mhzc?
474#sm*	at mhzc?
475
476# CardBus network cards
477#ath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11
478#ex*	at cardbus? function ?	# 3Com 3C575TX
479#fxp*	at cardbus? function ?	# Intel i8255x
480#rtk*	at cardbus? function ?	# Realtek 8129/8139
481#tlp*	at cardbus? function ?	# DECchip 21143
482
483# MII/PHY support
484acphy*	at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
485amhphy*	at mii? phy ?			# AMD 79c901 Ethernet PHYs
486bmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
487brgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
488dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
489exphy*	at mii? phy ?			# 3Com internal PHYs
490glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
491gphyter* at mii? phy ?			# NS83861 Gig-E PHY
492icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
493igphy* 	at mii? phy ?			# Intel IGP01E1000
494ikphy*	at mii? phy ?			# Intel 82563 PHYs
495inphy*	at mii? phy ?			# Intel 82555 PHYs
496iophy*	at mii? phy ?			# Intel 82553 PHYs
497lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
498makphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
499nsphy*	at mii? phy ?			# NS83840 PHYs
500nsphyter* at mii? phy ?			# NS83843 PHYs
501pnaphy*	at mii? phy ?			# generic HomePNA PHYs
502qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
503rgephy*	at mii? phy ?			# Realtek 8169S/8110 internal PHYs
504rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
505sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
506tlphy*	at mii? phy ?			# ThunderLAN PHYs
507tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
508ukphy*	at mii? phy ?			# generic unknown PHYs
509urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
510
511
512# USB Controller and Devices
513
514# PCI USB controllers
515# The EHCI is not ready for prime time.
516#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
517ohci*	at pci?	dev ? function ?	# Open Host Controller
518uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
519
520# CardBus USB controllers
521#ehci*	at cardbus? function ?	# Enhanced Host Controller
522#ohci*	at cardbus? function ?	# Open Host Controller
523
524# ISA USB controllers
525#slhci0	at isa? port 0x300 irq 5	# ScanLogic SL811HS
526
527# USB bus support
528#usb*	at ehci?
529usb*	at ohci?
530usb*	at uhci?
531#usb*	at slhci?
532
533# USB Hubs
534uhub*	at usb?
535uhub*	at uhub? port ?
536
537# USB HID device
538uhidev*	at uhub? port ? configuration ? interface ?
539
540# USB Mice
541#ums*	at uhidev? reportid ?
542#wsmouse* at ums? mux 0
543
544# USB Keyboards
545ukbd*	at uhidev? reportid ?
546wskbd*	at ukbd? console ? mux 1
547
548# USB serial adapter
549#ucycom*	at uhidev? reportid ?
550
551# USB Generic HID devices
552#uhid*	at uhidev? reportid ?
553
554# USB Printer
555#ulpt*	at uhub? port ? configuration ? interface ?
556
557# USB Modem
558#umodem*	at uhub? port ? configuration ?
559#ucom*	at umodem?
560
561# USB Mass Storage
562umass*	at uhub? port ? configuration ? interface ?
563#wd* at umass?
564
565# USB MIDI
566#umidi* at uhub? port ? configuration ?
567
568# USB Ethernet adapters
569aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
570axe*	at uhub? port ?		# ASIX AX88172 based adapters
571cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
572kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
573url*	at uhub? port ?		# Realtek RTL8150L based adapters
574
575# Prolific PL2301/PL2302 host-to-host adapter
576#upl*	at uhub? port ?
577
578# Serial adapters
579#ubsa*	at uhub? port ?		# Belkin serial adapter
580#ucom*	at ubsa? portno ?
581
582#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
583#ucom*	at uftdi? portno ?
584
585#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
586#ucom*	at umct? portno ?
587
588#uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
589#ucom*	at uplcom? portno ?
590
591#uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
592#ucom*	at uvscom? portno ?
593
594# Diamond Multimedia Rio 500
595#urio*	at uhub? port ?
596
597# USB Handspring Visor
598#uvisor*	at uhub? port ?
599#ucom*	at uvisor?
600
601# Kyocera AIR-EDGE PHONE
602#ukyopon* at uhub? port ?
603#ucom*	at ukyopon? portno ?
604
605# USB scanners
606#uscanner* at uhub? port ?
607
608# USB scanners that use SCSI emulation, e.g., HP5300
609#usscanner* at uhub? port ?
610
611# Y@P firmware loader
612#uyap* at uhub? port ?
613
614# D-Link DSB-R100 USB radio
615#udsbr*	at uhub? port ?
616#radio*	at udsbr?
617
618# USB Generic driver
619# ugen*	at uhub? port ?
620
621
622# IrDA and Consumer Ir devices
623
624# Mice
625
626# Middle Digital, Inc. PCI-Weasel serial console board control
627# devices (watchdog timer, etc.)
628#weasel* at pci?
629
630# Pull in optional local configuration
631include	"arch/amd64/conf/GENERIC.local"
632
633# Pseudo-Devices
634
635# disk/mass storage pseudo-devices
636#pseudo-device	ccd		4	# concatenated/striped disk devices
637#pseudo-device	cgd		4	# cryptographic disk devices
638pseudo-device	raid		8	# RAIDframe disk driver
639options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
640#Options to enable various other RAIDframe RAID types.
641#options 	RF_INCLUDE_EVENODD=1
642#options 	RF_INCLUDE_RAID5_RS=1
643#options 	RF_INCLUDE_PARITYLOGGING=1
644#options 	RF_INCLUDE_CHAINDECLUSTER=1
645#options 	RF_INCLUDE_INTERDECLUSTER=1
646#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
647#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
648#pseudo-device	fss		4	# file system snapshot device
649
650pseudo-device	md		1	# memory disk device (ramdisk)
651#pseudo-device	vnd			# disk-like interface to files
652
653# network pseudo-devices
654pseudo-device	bpfilter		# Berkeley packet filter
655pseudo-device	loop			# network loopback
656#pseudo-device	ppp			# Point-to-Point Protocol
657#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
658#pseudo-device	sl			# Serial Line IP
659#pseudo-device	strip			# Starmode Radio IP (Metricom)
660#pseudo-device	irframetty		# IrDA frame line discipline
661#pseudo-device	tun			# network tunneling over tty
662#pseudo-device	tap			# virtual Ethernet
663#pseudo-device	gre			# generic L3 over IP tunnel
664#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
665#pseudo-device	faith			# IPv[46] tcp relay translation i/f
666#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
667#pseudo-device	vlan			# IEEE 802.1q encapsulation
668#pseudo-device	bridge			# simple inter-network bridging
669
670# miscellaneous pseudo-devices
671pseudo-device	pty			# pseudo-terminals
672#pseudo-device	sequencer	1	# MIDI sequencer
673# rnd works; RND_COM does not on port i386 yet.
674pseudo-device	rnd			# /dev/random and in-kernel generator
675#options 	RND_COM			# use "com" randomness as well (BROKEN)
676pseudo-device	clockctl		# user control of clock subsystem
677
678# wscons pseudo-devices
679pseudo-device	wsmux			# mouse & keyboard multiplexor
680#pseudo-device	wsfont
681