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