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