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