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