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