INSTALL revision 1.27.2.13 1 # $NetBSD: INSTALL,v 1.27.2.13 2006/07/31 12:35:22 tron 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
21 include "arch/amd64/conf/std.amd64"
22
23 #ident "INSTALL-$Revision: 1.27.2.13 $"
24
25 maxusers 32 # estimated number of users
26
27 # Standard system options
28
29 makeoptions COPTS="-Os -fno-asynchronous-unwind-tables"
30
31 options MEMORY_DISK_HOOKS
32 options MEMORY_DISK_IS_ROOT # force root on memory disk
33 options MEMORY_DISK_SERVER=0 # no userspace memory disk support
34 options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks
35
36 options INSECURE # disable kernel security levels - X needs this
37
38 options 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
51 options 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 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
70
71 # File systems
72 file-system FFS # UFS
73 file-system EXT2FS # second extended file system (linux)
74 file-system LFS # log-structured file system
75 file-system MFS # memory file system
76 file-system NFS # Network File System client
77 file-system NTFS # Windows/NT file system (experimental)
78 file-system CD9660 # ISO 9660 + Rock Ridge file system
79 file-system MSDOSFS # MS-DOS file system
80 #file-system FDESC # /dev/fd
81 file-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 options FFS_NO_SNAPSHOT # ffs snapshots
97
98 # Networking options
99 #options GATEWAY # packet forwarding
100 options INET # IP + ICMP + TCP + UDP
101 options INET6 # IPV6
102 #options IPSEC # IP security
103 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
104 #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
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
124 options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
125
126 #
127 # wscons options
128 #
129 # builtin terminal emulations
130 #options WSEMUL_SUN # sun terminal emulation
131 options WSEMUL_VT100 # VT100 / VT220 emulation
132 # different kernel output - see dev/wscons/wsdisplayvar.h
133 options 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
145 options 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.
158 config 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
166 mainbus0 at root
167
168 options MPBIOS
169 options MPBIOS_SCANPCI
170 cpu* at mainbus0
171 ioapic* 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
186 pci* at mainbus? bus ?
187 pci* at pchb? bus ?
188 pci* at ppb? bus ?
189
190 # PCI bridges
191 pchb* at pci? dev ? function ? # PCI-Host bridges
192 pcib* at pci? dev ? function ? # PCI-ISA bridges
193 ppb* at pci? dev ? function ? # PCI-PCI bridges
194 # XXX 'puc's aren't really bridges, but there's no better place for them here
195 puc* at pci? dev ? function ? # PCI "universal" comm. cards
196
197 aapic* at pci? dev ? function ? # AMD 8131 IO apic
198
199 #agp* at pchb?
200
201 #
202
203 # ISA bus support
204 isa0 at mainbus?
205 isa0 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
220 pckbc0 at isa? # pc keyboard controller
221 pckbd* at pckbc? # PC keyboard
222 pms* 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
225 vga* at pci? dev ? function ?
226 wsdisplay* at vga? console ?
227 wskbd* at pckbd? console ?
228 wsmouse* at pms? mux 0
229
230 pcppi0 at isa?
231 sysbeep0 at pcppi?
232
233 # Serial Devices
234
235 # PCI serial interfaces
236 com* at puc? port ? # 16x50s on "universal" comm boards
237 #cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards
238 #cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards
239
240 # PCMCIA serial interfaces
241 #com* at pcmcia? function ? # Modems and serial cards
242
243 #pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
244 #com* at pcmcom? slave ? # ...and the slave devices
245
246 # CardBus serial interfaces
247 #com* at cardbus? dev ? function ? # Modems and serial cards
248
249 # ISA serial interfaces
250 #options COM_HAYESP # adds Hayes ESP serial board support
251 com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports
252 com1 at isa? port 0x2f8 irq 3
253
254 # Parallel Printer Interfaces
255
256 # PCI parallel printer interfaces
257 #lpt* at puc? port ? # || ports on "universal" comm boards
258
259 # ISA parallel printer interfaces
260 #lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
261 #lpt1 at isa? port 0x278
262
263 # Hardware monitors
264
265 # LM7[89] and compatible hardware monitors
266 #lm0 at isa? port 0x290 # other common ports: 0x280, 0x310
267
268 # I2O devices
269 iop* at pci? dev ? function ? # I/O processor
270 iopsp* at iop? tid ? # SCSI/FC-AL ports
271 ld* at iop? tid ? # block devices
272 # XXX dpti.c wants a processor type that is not assigned for x86-64
273 #dpti* at iop? tid 0 # DPT/Adaptec control interface
274
275
276 # SCSI Controllers and Devices
277
278 # PCI SCSI controllers
279 adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
280 adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
281 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
282 ahd* at pci? dev ? function ? # Adaptec aic790x SCSI
283 bha* at pci? dev ? function ? # BusLogic 9xx SCSI
284 dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
285 iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
286 isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
287 mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID
288 mpt* at pci? dev ? function ? # LSILogic 9x9 and 53c1030
289 pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
290 siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
291 #options SIOP_SYMLED # drive the act. LED in software
292 trm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI
293
294 # PCMCIA SCSI controllers
295 #aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
296 #esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI
297
298 # CardBus SCSI cards
299 #adv* at cardbus? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
300 #ahc* at cardbus? dev ? function ? # Adaptec ADP-1480
301
302 # SCSI bus support
303 scsibus* at scsi?
304
305 # SCSI devices
306 sd* at scsibus? target ? lun ? # SCSI disk drives
307 st* at scsibus? target ? lun ? # SCSI tape drives
308 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
309 #ch* at scsibus? target ? lun ? # SCSI autochangers
310 #ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
311 #ss* at scsibus? target ? lun ? # SCSI scanners
312 #uk* at scsibus? target ? lun ? # SCSI unknown
313
314
315 # RAID controllers and devices
316 amr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID
317 cac* at pci? dev ? function ? # Compaq PCI array controllers
318 ciss* at pci? dev ? function ? # HP Smart Array controllers
319 icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID
320 mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family
321 twe* at pci? dev ? function ? # 3ware Escalade RAID controllers
322 twa* at pci? dev ? function ? # 3ware Escalade 9xxx RAID controllers
323
324 ld* at amr? unit ?
325 ld* at cac? unit ?
326 ld* at icp? unit ?
327 ld* at twe? unit ?
328 ld* at twa? unit ?
329 ld* at mlx? unit ?
330
331 icpsp* at icp? unit ? # SCSI pass-through
332
333 # IDE and related devices
334 # PCI IDE controllers - see pciide(4) for supported hardware.
335 # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
336 # how to set up DMA modes for this chip. This may work, or may cause
337 # a machine hang with some controllers.
338 pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
339 acardide* at pci? dev ? function ? # Acard IDE controllers
340 aceride* at pci? dev ? function ? # Acer Lab IDE controllers
341 artsata* at pci? dev ? function ? # Intel i31244 SATA controller
342 cmdide* at pci? dev ? function ? # CMD tech IDE controllers
343 cypide* at pci? dev ? function ? # Cypress IDE controllers
344 hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
345 optiide* at pci? dev ? function ? # Opti IDE controllers
346 piixide* at pci? dev ? function ? # Intel IDE controllers
347 pdcide* at pci? dev ? function ? # Promise IDE controllers
348 pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
349 satalink* at pci? dev ? function ? # SiI SATALink controllers
350 siside* at pci? dev ? function ? # SiS IDE controllers
351 slide* at pci? dev ? function ? # Symphony Labs IDE controllers
352 svwsata* at pci? dev ? function ? # ServerWorks SATA controllers
353 viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
354
355 # PCMCIA IDE controllers
356 #wdc* at pcmcia? function ?
357
358 # ISA ST506, ESDI, and IDE controllers
359 # Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
360 # fall back to 16bits I/O if 32bits I/O are not functional).
361 # Some controllers pass the initial 32bit test, but will fail later.
362 #wdc0 at isa? port 0x1f0 irq 14 flags 0x00
363 #wdc1 at isa? port 0x170 irq 15 flags 0x00
364
365 # ATA (IDE) bus support
366 atabus* at ata?
367
368 # Flags are used only with controllers that support DMA operations
369 # and mode settings (e.g. some pciide controllers)
370 # The lowest order four bits (rightmost digit) of the flags define the PIO
371 # mode to use, the next set of four bits the DMA mode and the third set the
372 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
373 # to use, and the last bit must be 1 for this setting to be used.
374 # For DMA and UDMA, 0xf (1111) means 'disable'.
375 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
376 # (0xc=1100, 0xa=1010, 0xf=1111)
377 # 0x0000 means "use whatever the drive claims to support".
378 wd* at atabus? drive ? flags 0x0000
379
380 # ATAPI bus support
381 atapibus* at atapi?
382
383 # ATA RAID configuration support, as found on some Promise controllers.
384 pseudo-device ataraid
385 ld* at ataraid? vendtype ? unit ?
386
387
388 # ATAPI devices
389 # flags have the same meaning as for IDE drives.
390 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
391 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
392 st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
393 #uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
394
395
396 # Miscellaneous mass storage devices
397
398 # ISA floppy
399 fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
400 #fdc1 at isa? port 0x370 irq ? drq ?
401 fd* at fdc? drive ? # the drives themselves
402 # some machines need you to do this instead of fd*
403 #fd0 at fdc0 drive 0
404
405 # Network Interfaces
406
407 # PCI network interfaces
408 an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
409 bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet
410 bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet
411 en* at pci? dev ? function ? # ENI/Adaptec ATM
412 ep* at pci? dev ? function ? # 3Com 3c59x
413 epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
414 #esh* at pci? dev ? function ? # Essential HIPPI card
415 ex* at pci? dev ? function ? # 3Com 90x[BC]
416 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
417 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
418 gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet
419 #hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ
420 #le* at pci? dev ? function ? # PCnet-PCI Ethernet
421 #lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
422 mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet
423 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
424 nfe* at pci? dev ? function ? # NVIDIA nForce Ethernet
425 #ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
426 pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
427 re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
428 rtk* at pci? dev ? function ? # Realtek 8129/8139
429 sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
430 sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
431 skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet
432 sk* at skc? # SysKonnect SK9821 Gigabit Ethernet
433 ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
434 stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
435 ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet
436 tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
437 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
438 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
439 wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
440 wm* at pci? dev ? function ? # Intel 82543/82544 gigabit
441
442 # PCMCIA network interfaces
443 #an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11)
444 #awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS)
445 #cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer
446 #ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
447 #mbe* at pcmcia? function ? # MB8696x based Ethernet
448 #ne* at pcmcia? function ? # NE2000-compatible Ethernet
449 #ray* at pcmcia? function ? # Raytheon Raylink (802.11)
450 #sm* at pcmcia? function ? # Megahertz Ethernet
451 # tr at pcmcia has problems with Cardbus bridges
452 #tr* at pcmcia? function ? # TROPIC based Token-Ring
453 #wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11)
454 #xi* at pcmcia? function ? # Xircom CreditCard Ethernet
455
456 #mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
457 #com* at mhzc?
458 #sm* at mhzc?
459
460 # CardBus network cards
461 #ex* at cardbus? dev ? function ? # 3Com 3C575TX
462 #fxp* at cardbus? dev ? function ? # Intel i8255x
463 #rtk* at cardbus? dev ? function ? # Realtek 8129/8139
464 #tlp* at cardbus? dev ? function ? # DECchip 21143
465
466 # MII/PHY support
467 acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs
468 amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
469 bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
470 brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
471 dmphy* at mii? phy ? # Davicom DM9101 PHYs
472 exphy* at mii? phy ? # 3Com internal PHYs
473 glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
474 gphyter* at mii? phy ? # NS83861 Gig-E PHY
475 icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
476 igphy* at mii? phy ? # Intel IGP01E1000
477 inphy* at mii? phy ? # Intel 82555 PHYs
478 iophy* at mii? phy ? # Intel 82553 PHYs
479 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
480 makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
481 nsphy* at mii? phy ? # NS83840 PHYs
482 nsphyter* at mii? phy ? # NS83843 PHYs
483 pnaphy* at mii? phy ? # generic HomePNA PHYs
484 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
485 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
486 tlphy* at mii? phy ? # ThunderLAN PHYs
487 tqphy* at mii? phy ? # TDK Semiconductor PHYs
488 ukphy* at mii? phy ? # generic unknown PHYs
489 urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
490
491
492 # USB Controller and Devices
493
494 # PCI USB controllers
495 # The EHCI is not ready for prime time.
496 #ehci* at pci? dev ? function ? # Enhanced Host Controller
497 ohci* at pci? dev ? function ? # Open Host Controller
498 uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
499
500 # CardBus USB controllers
501 #ehci* at cardbus? dev ? function ? # Enhanced Host Controller
502 #ohci* at cardbus? dev ? function ? # Open Host Controller
503
504 # ISA USB controllers
505 #slhci0 at isa? port 0x300 irq 5 # ScanLogic SL811HS
506
507 # USB bus support
508 #usb* at ehci?
509 usb* at ohci?
510 usb* at uhci?
511 #usb* at slhci?
512
513 # USB Hubs
514 uhub* at usb?
515 uhub* at uhub? port ? configuration ? interface ?
516
517 # USB HID device
518 uhidev* at uhub? port ? configuration ? interface ?
519
520 # USB Mice
521 ums* at uhidev? reportid ?
522 wsmouse* at ums? mux 0
523
524 # USB Keyboards
525 ukbd* at uhidev? reportid ?
526 wskbd* at ukbd? console ? mux 1
527
528 # USB Generic HID devices
529 #uhid* at uhidev? reportid ?
530
531 # USB Printer
532 #ulpt* at uhub? port ? configuration ? interface ?
533
534 # USB Modem
535 #umodem* at uhub? port ? configuration ?
536 #ucom* at umodem?
537
538 # USB Mass Storage
539 umass* at uhub? port ? configuration ? interface ?
540 #wd* at umass?
541
542 # USB MIDI
543 #umidi* at uhub? port ? configuration ?
544
545 # USB Ethernet adapters
546 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
547 axe* at uhub? port ? # ASIX AX88172 based adapters
548 cue* at uhub? port ? # CATC USB-EL1201A based adapters
549 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
550 url* at uhub? port ? # Realtek RTL8150L based adapters
551
552 # Prolific PL2301/PL2302 host-to-host adapter
553 #upl* at uhub? port ?
554
555 # Serial adapters
556 #ubsa* at uhub? port ? # Belkin serial adapter
557 #ucom* at ubsa? portno ?
558
559 #uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
560 #ucom* at uftdi? portno ?
561
562 #umct* at uhub? port ? # MCT USB-RS232 serial adapter
563 #ucom* at umct? portno ?
564
565 #uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
566 #ucom* at uplcom? portno ?
567
568 #uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
569 #ucom* at uvscom? portno ?
570
571 # Diamond Multimedia Rio 500
572 #urio* at uhub? port ?
573
574 # USB Handspring Visor
575 #uvisor* at uhub? port ?
576 #ucom* at uvisor?
577
578 # Kyocera AIR-EDGE PHONE
579 #ukyopon* at uhub? port ?
580 #ucom* at ukyopon? portno ?
581
582 # USB scanners
583 #uscanner* at uhub? port ?
584
585 # USB scanners that use SCSI emulation, e.g., HP5300
586 #usscanner* at uhub? port ?
587
588 # Y@P firmware loader
589 #uyap* at uhub? port ?
590
591 # D-Link DSB-R100 USB radio
592 #udsbr* at uhub? port ?
593 #radio* at udsbr?
594
595 # USB Generic driver
596 # ugen* at uhub? port ?
597
598
599 # IrDA and Consumer Ir devices
600
601 # Mice
602
603 # Middle Digital, Inc. PCI-Weasel serial console board control
604 # devices (watchdog timer, etc.)
605 #weasel* at pci?
606
607 # Pull in optional local configuration
608 include "arch/amd64/conf/GENERIC.local"
609
610 # Pseudo-Devices
611
612 # disk/mass storage pseudo-devices
613 #pseudo-device ccd 4 # concatenated/striped disk devices
614 #pseudo-device cgd 4 # cryptographic disk devices
615 #pseudo-device raid 8 # RAIDframe disk driver
616 #options RAID_AUTOCONFIG # auto-configuration of RAID components
617 #Options to enable various other RAIDframe RAID types.
618 #options RF_INCLUDE_EVENODD=1
619 #options RF_INCLUDE_RAID5_RS=1
620 #options RF_INCLUDE_PARITYLOGGING=1
621 #options RF_INCLUDE_CHAINDECLUSTER=1
622 #options RF_INCLUDE_INTERDECLUSTER=1
623 #options RF_INCLUDE_PARITY_DECLUSTERING=1
624 #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
625 #pseudo-device fss 4 # file system snapshot device
626
627 pseudo-device md 1 # memory disk device (ramdisk)
628 #pseudo-device vnd 4 # disk-like interface to files
629
630 # network pseudo-devices
631 pseudo-device bpfilter 8 # Berkeley packet filter
632 pseudo-device loop # network loopback
633 pseudo-device ppp 2 # Point-to-Point Protocol
634 #pseudo-device pppoe # PPP over Ethernet (RFC 2516)
635 #pseudo-device sl 2 # Serial Line IP
636 #pseudo-device strip 2 # Starmode Radio IP (Metricom)
637 #pseudo-device irframetty # IrDA frame line discipline
638 #pseudo-device tun 2 # network tunneling over tty
639 #pseudo-device tap # virtual Ethernet
640 #pseudo-device gre 2 # generic L3 over IP tunnel
641 #pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
642 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
643 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
644 #pseudo-device vlan # IEEE 802.1q encapsulation
645 #pseudo-device bridge # simple inter-network bridging
646
647 # miscellaneous pseudo-devices
648 pseudo-device pty # pseudo-terminals
649 #pseudo-device tb 1 # tablet line discipline
650 #pseudo-device sequencer 1 # MIDI sequencer
651 # rnd works; RND_COM does not on port i386 yet.
652 pseudo-device rnd # /dev/random and in-kernel generator
653 #options RND_COM # use "com" randomness as well (BROKEN)
654 pseudo-device clockctl # user control of clock subsystem
655
656 # wscons pseudo-devices
657 pseudo-device wsmux # mouse & keyboard multiplexor
658 #pseudo-device wsfont
659