GENERIC revision 1.194
11.4Sdyoung# $NetBSD: GENERIC,v 1.194 2001/10/01 10:23:37 simonb Exp $ 21.2Sdyoung# 31.2Sdyoung# Generic Alpha kernel. Enough to get booted, etc., but not much more. 41.2Sdyoung# 51.2Sdyoung# If you add stuff to this, please add it to the ALPHA configuration, too. 61.2Sdyoung 71.2Sdyounginclude "arch/alpha/conf/std.alpha" 81.2Sdyoung 91.2Sdyoung#ident "GENERIC-$Revision: 1.194 $" 101.2Sdyoung 111.2Sdyoungmaxusers 32 121.2Sdyoung 131.2Sdyoung# CPU Support 141.2Sdyoungoptions DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 151.2Sdyoungoptions DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. 161.2Sdyoungoptions DEC_2100_A500 # Sable: AlphaServer 2100 171.2Sdyoungoptions DEC_2100A_A500 # Lynx: AlphaServer 2100A 181.2Sdyoungoptions DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 191.2Sdyoungoptions DEC_3000_300 # Pelican etc: 3000/300* 201.2Sdyoungoptions DEC_AXPPCI_33 # NoName: AXPpci33, etc. 211.2Sdyoungoptions DEC_EB164 # EB164: AlphaPC 164 221.2Sdyoungoptions DEC_EB64PLUS # EB64+: AlphaPC 64, etc. 231.2Sdyoungoptions DEC_KN20AA # KN20AA: AlphaStation 500 and 600 241.2Sdyoungoptions DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400 251.2Sdyoungoptions DEC_KN300 # KN300: AlphaServer 4100 and 1200 261.2Sdyoungoptions DEC_550 # Miata: Digital Personal Workstation 271.2Sdyoungoptions DEC_1000 # Mikasa etc: Digital AlphaServer 1000 281.2Sdyoungoptions DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A 291.2Sdyoungoptions DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook 301.2Sdyoungoptions DEC_EB66 # EB66: 21066 Evaluation Board 311.2Sdyoungoptions DEC_6600 # EV6: 264DP OEM Board 321.2Sdyoungoptions API_UP1000 # EV6: Alpha Processor, Inc. UP1000 331.2Sdyoung 341.2Sdyoung# Standard system options 351.2Sdyoungoptions KTRACE # System call tracing support 361.2Sdyoungoptions NTP # kernel PLL for NTP 371.2Sdyoung 381.2Sdyoung# Diagnostic/debugging support options 391.2Sdyoungoptions DIAGNOSTIC # Cheap kernel consistency checks 401.2Sdyoungoptions DDB # kernel debugger 411.2Sdyoung#makeoptions DEBUG="-g" 421.2Sdyoung#makeoptions DEBUGLIST="pattern1 pattern2 ..." 431.2Sdyoung 441.2Sdyoung#options KGDB # Remote kernel GDB support 451.2Sdyoung#options "KGDB_DEVNAME=\"com\"" # device to use for KGDB 461.2Sdyoung#options KGDB_DEVADDR=0x2f8 # at this address 471.2Sdyoung#options KGDB_DEVRATE=57600 # at this comm. rate 481.2Sdyoung 491.2Sdyoung# File systems 501.2Sdyoungfile-system FFS # Fast file system 511.2Sdyoungfile-system MFS # Memory-based file system 521.2Sdyoungfile-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) 531.2Sdyoungfile-system MSDOSFS # MS-DOS-compatible file system 541.2Sdyoungfile-system NTFS # Windows/NT file system (experimental) 551.2Sdyoungfile-system NFS # Sun NFS-compatible file system client 561.2Sdyoung#file-system KERNFS # Kernel variable file system (/kern) 571.2Sdyoung#file-system PROCFS # Process file system (/proc) 581.2Sdyoung 591.2Sdyoung# File system options 601.2Sdyoungoptions NFSSERVER # Sun NFS-compatible file system server 611.2Sdyoung#options FFS_EI # FFS Endian Independant support 621.2Sdyoungoptions SOFTDEP # FFS soft updates support. 631.2Sdyoung 641.2Sdyoung# Networking options 651.4Sdyoungoptions INET # Internet protocol suite 661.4Sdyoungoptions INET6 # IPV6 671.4Sdyoung#options IPSEC # IP security 681.2Sdyoung#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 691.2Sdyoung#options IPSEC_DEBUG # debug for IP security 701.2Sdyoung#options NETATALK # AppleTalk protocol suite 711.2Sdyoung 721.2Sdyoung# 4.3BSD compatibility. Should be optional, but necessary for now. 731.2Sdyoungoptions COMPAT_43 741.2Sdyoung 751.2Sdyoung# Binary compatibility with previous versions of NetBSD. 761.2Sdyoung#options COMPAT_09 771.2Sdyoungoptions COMPAT_10 781.2Sdyoungoptions COMPAT_11 791.2Sdyoungoptions COMPAT_12 801.2Sdyoungoptions COMPAT_13 811.2Sdyoungoptions COMPAT_14 821.2Sdyoung 831.2Sdyoung# OSF/1 binary compatibility 841.2Sdyoungoptions COMPAT_OSF1 851.2Sdyoung 861.2Sdyoung# Linux binary compatibility 871.2Sdyoungoptions COMPAT_LINUX 881.2Sdyoung 891.2Sdyoung# System V-like message queues 901.2Sdyoungoptions SYSVMSG 911.2Sdyoung#options SEMMNI=10 # number of semaphore identifiers 921.2Sdyoung#options SEMMNS=60 # number of semaphores in system 931.2Sdyoung#options SEMUME=10 # max number of undo entries per process 941.2Sdyoung#options SEMMNU=30 # number of undo structures in system 951.2Sdyoung 961.2Sdyoung# System V-like semaphores 971.2Sdyoungoptions SYSVSEM 981.2Sdyoung 991.2Sdyoung# System V-like shared memory 1001.2Sdyoungoptions SYSVSHM 1011.2Sdyoung#options SHMMAXPGS=1024 # 1024 pages is the default 1021.2Sdyoung 1031.2Sdyoung# Loadable Kernel Modules 1041.2Sdyoungoptions LKM 1051.2Sdyoung 1061.2Sdyoung# Disable kernel security. 1071.2Sdyoung#options INSECURE 1081.2Sdyoung 1091.2Sdyoung# Misc. options 1101.2Sdyoungoptions EISAVERBOSE # recognize "unknown" EISA devices 1111.2Sdyoungoptions PCIVERBOSE # recognize "unknown" PCI devices 1121.2Sdyoungoptions MIIVERBOSE # verbose PHY autoconfig messages 1131.2Sdyoung#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1141.2Sdyoungoptions SCSIVERBOSE # Verbose SCSI errors 1151.2Sdyoungoptions TCVERBOSE # recognize "unknown" TC devices 1161.2Sdyoungoptions UCONSOLE # users can use TIOCCONS (for xconsole) 1171.2Sdyoung#options PCMCIAVERBOSE 1181.2Sdyoung 1191.2Sdyoung# The Alpha console firmware network boots using the BOOTP 1201.2Sdyoung# protocol, so we ask the NFS code to use BOOTP/DHCP as well, 1211.2Sdyoung# in case we have NFS root. 1221.2Sdyoungoptions NFS_BOOT_DHCP # superset of BOOTP 1231.2Sdyoung 1241.2Sdyoung# WS console uses SUN or VT100 terminal emulation 1251.2Sdyoungoptions WSEMUL_VT100 1261.2Sdyoung 1271.2Sdyoung# realtime clock compatible to OSF/1 1281.2Sdyoung#options CLOCK_COMPAT_OSF1 1291.2Sdyoung 1301.2Sdyoungconfig netbsd root on ? type ? 1311.2Sdyoung#config netbsd root on sd0 type ffs 1321.2Sdyoung#config netbsd root on ? type nfs 1331.2Sdyoung 1341.2Sdyoungmainbus0 at root 1351.2Sdyoungcpu* at mainbus0 1361.2Sdyoung 1371.2Sdyoung# TurboLaser bus support and devices 1381.2Sdyoungtlsb* at mainbus0 1391.2Sdyounggbus* at tlsb? node ? offset ? 1401.2Sdyoungtlsbmem* at tlsb? node ? offset ? 1411.2Sdyoungkft* at tlsb? node ? offset ? 1421.2Sdyoung 1431.2Sdyoung# Gbus Devices 1441.2Sdyoungmcclock* at gbus? offset ? 1451.2Sdyoung 1461.2Sdyoung# MCBUS bus support 1471.2Sdyoungmcbus* at mainbus0 1481.2Sdyoungmcmem* at mcbus? mid ? 1491.2Sdyoung 1501.2Sdyoung#i2c at mcbus? 1511.2Sdyoung 1521.2Sdyoung#EV6 Tsunami Core Logic 1531.2Sdyoung 1541.2Sdyoungtsc* at mainbus0 1551.2Sdyoung 1561.2Sdyoung# DECpc AXP150 (Jensen) internal bus support 1571.2Sdyoungjensenio* at mainbus0 1581.2Sdyoung 1591.2Sdyoungcom* at jensenio? port ? 1601.2Sdyounglpt* at jensenio? port ? 1611.2Sdyoungmcclock* at jensenio? port ? 1621.2Sdyoungpckbc* at jensenio? port ? 1631.2Sdyoung 1641.2Sdyoung# TURBOchannel host bus adapter support 1651.2Sdyoungtcasic* at mainbus0 1661.2Sdyoung 1671.2Sdyoung# TURBOchannel bus support 1681.2Sdyoungtc* at tcasic? 1691.2Sdyoung 1701.2Sdyoung# TURBOchannel devices 1711.2Sdyoungioasic* at tc? slot ? offset ? 1721.2Sdyoungmcclock* at ioasic? offset ? 1731.2Sdyoungle* at ioasic? offset ? 1741.2Sdyoungscc0 at ioasic? offset ? 1751.2Sdyoungscc1 at ioasic? offset ? 1761.2Sdyoungbba0 at ioasic? offset ? 1771.2Sdyoungaudio* at bba? 1781.2Sdyoungtcds* at tc? slot ? offset ? 1791.2Sdyoungasc* at tcds? chip ? 1801.2Sdyoungasc* at tc? slot ? offset ? 1811.2Sdyoung#cfb* at tc? slot ? offset ? 1821.2Sdyoung#sfb* at tc? slot ? offset ? 1831.2Sdyoungle* at tc? slot ? offset ? 1841.2Sdyoungfta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 1851.2Sdyoung 1861.2Sdyoung# PCI host bus adapter support 1871.2Sdyoungapecs* at mainbus? 1881.2Sdyoungcia* at mainbus? 1891.2Sdyoungirongate* at mainbus? 1901.2Sdyounglca* at mainbus? 1911.2Sdyoungdwlpx* at kft? 1921.2Sdyoungmcpcia* at mcbus? mid ? 1931.2Sdyoungtsp* at tsc? 1941.2Sdyoungttwoga* at mainbus? 1951.2Sdyoung 1961.2Sdyoung# Sable PCI and STDIO bus and devices 1971.2Sdyoungttwopci* at ttwoga? hose ? 1981.2Sdyoungsableio* at ttwopci? bus ? 1991.2Sdyoungcom* at sableio? port ? 2001.2Sdyounglpt* at sableio? port ? 2011.2Sdyoungpckbc* at sableio? port ? 2021.2Sdyoungfdc* at sableio? port ? 2031.2Sdyoung 2041.2Sdyoung# PCI bus support 2051.2Sdyoungpci* at apecs? 2061.2Sdyoungpci* at cia? 2071.2Sdyoungpci* at irongate? 2081.2Sdyoungpci* at lca? 2091.2Sdyoungpci* at ppb? 2101.2Sdyoungpci* at dwlpx? 2111.2Sdyoungpci* at mcpcia? 2121.2Sdyoungpci* at tsp? 2131.2Sdyoungpci* at ttwopci? 2141.2Sdyoung 2151.2Sdyoung# AGP support 2161.2Sdyoungagp* at irongate? 2171.2Sdyoung 2181.2Sdyoung# PCI devices 2191.2Sdyoungadv* at pci? dev ? function ? # AdvanSys SCSI 2201.2Sdyoungadw* at pci? dev ? function ? # AdvanSys Wide SCSI 2211.2Sdyoung#options ADW_WDTR_DISABLE # disable WDTR 2221.2Sdyoung#options ADW_SDTR_DISABLE # disable SDTR 2231.2Sdyoung#options ADW_TAGQ_DISABLE # disable Tag Queuing 2241.2Sdyoungahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 2251.2Sdyoungbha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested) 2261.2Sdyoungcac* at pci? dev ? function ? # Compaq array controller (untested) 2271.2Sdyoungcy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested) 2281.2Sdyoungcz* at pci? dev ? function ? # Cyclades-Z (untested) 2291.2Sdyoungde* at pci? dev ? function ? # 21x4x-based Ethernet 2301.2Sdyoungdpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 2311.2Sdyoungeap* at pci? dev ? function ? # Ensoniq AudioPCI 2321.2Sdyoungen* at pci? dev ? function ? # ENI PCI ATM (untested) 2331.2Sdyoungep* at pci? dev ? function ? # 3COM 3c59x 2341.2Sdyoungepic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 2351.2Sdyoungeso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 2361.2Sdyoungex* at pci? dev ? function ? # 3COM 3c90x[BC] Ethernet 2371.2Sdyoungfpa* at pci? dev ? function ? # DEC DEFPA FDDI 2381.2Sdyoungfxp* at pci? dev ? function ? # Intel EEPRO 10+/100B 2391.2Sdyounggsip* at pci? dev ? function ? # NS DP83820 Gigabit Ethernet 2401.2Sdyoungiha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 2411.2Sdyoungisp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI 2421.2Sdyoungle* at pci? dev ? function ? # PCI LANCE Ethernet (untested) 2431.2Sdyoungsf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 2441.2Sdyoungsiop* at pci? dev ? function ? # Symbios 53c8xx SCSI 2451.2Sdyoungmlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested) 2461.2Sdyoungne* at pci? dev ? function ? # NE2000-compatible Ethernet 2471.2Sdyoungohci* at pci? dev ? function ? # USB Open Host Controller 2481.2Sdyoungpceb* at pci? dev ? function ? # Intel PCI-EISA Bridges 2491.2Sdyoungpciide* at pci? dev ? function ? # PCI IDE controllers 2501.2Sdyoungpcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI 2511.2Sdyoungppb* at pci? dev ? function ? # PCI-PCI Bridges 2521.2Sdyoungrtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet 2531.2Sdyoungsio* at pci? dev ? function ? # Intel PCI-ISA Bridges 2541.2Sdyoungsip* at pci? dev ? function ? # SiS 900 Ethernet 2551.2Sdyoungsv* at pci? dev ? function ? # S3 SonicVibes 2561.2Sdyoungtga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics 2571.2Sdyoungti* at pci? dev ? function ? # Alteon Tigon Gig-E 2581.2Sdyoungtl* at pci? dev ? function ? # TI ThunderLAN Ethernet 2591.2Sdyoungtlp* at pci? dev ? function ? # DECchip 21x4x and clones 2601.2Sdyoung#options TLP_MATCH_21040 2611.2Sdyoung#options TLP_MATCH_21041 2621.2Sdyoung#options TLP_MATCH_21140 2631.2Sdyoung#options TLP_MATCH_21142 2641.2Sdyounguhci* at pci? dev ? function ? # USB Univ. Host Controller 265vga* at pci? dev ? function ? # PCI VGA Graphics 266vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 267yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 268 269audio* at eap? 270audio* at eso? 271audio* at sv? 272audio* at yds? 273 274opl* at eso? 275#opl* at sv? 276opl* at yds? 277 278mpu* at eso? 279mpu* at yds? 280 281# MII/PHY support 282exphy* at mii? phy ? # 3Com internal PHYs 283icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 284inphy* at mii? phy ? # Intel 82555 PHYs 285lxtphy* at mii? phy ? # Level One LXT-970 PHYs 286gphyter* at mii? phy ? # NS83861 Gig-E PHY 287nsphy* at mii? phy ? # NS83840 PHYs 288qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 289sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 290tlphy* at mii? phy ? # ThunderLAN PHYs 291ukphy* at mii? phy ? # generic unknown PHYs 292 293# ISA/EISA bus support 294isa* at jensenio? 295eisa* at jensenio? 296isa* at pceb? 297eisa* at pceb? 298isa* at sio? 299#isapnp* at isa? 300 301# ISA devices 302mcclock* at isa? port 0x70 303pckbc* at isa? # PC keyboard controller 304pckbd* at pckbc? # PC keyboard (kbd port) 305pms* at pckbc? # PS/2-style mouse (aux port) 306pcppi* at isa? # PC prog. periph. interface 307spkr0 at pcppi? # IBM BASIC emulation 308isabeep0 at pcppi? # "keyboard" beep 309midi* at pcppi? 310com* at isa? port 0x3f8 irq 4 # standard serial ports 311com* at isa? port 0x2f8 irq 3 312cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet 313ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 314ep* at isa? port ? irq ? # 3COM 3c509 Ethernet 315#ep* at isapnp? 316#ix0 at isa? port 0x300 irq 10 # EtherExpress/16 317#iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA 318fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller 319lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 320lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 321depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA 322depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA 323le* at depca? 324lpt* at isa? port 0x3bc irq 7 # standard parallel port 325vga* at isa? # ISA (EISA: XXX) VGA 326wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers 327wdc1 at isa? port 0x170 irq 15 328#wdc* at isapnp? 329we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 330we1 at isa? port 0x300 iomem 0xcc000 irq 10 331#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System 332#wss* at isapnp? 333#audio* at wss? 334#midi* at wss? 335sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster 336#sb* at isapnp? 337audio* at sb? 338#adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02] 339aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 340aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI 341bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 342bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 343uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 344uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 345pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 346pcic1 at isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000 347pcmcia* at pcic? controller ? socket ? 348 349# EISA devices 350ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.) 351ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 352bha* at eisa? slot ? # BusLogic 7xx SCSI 353ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested) 354fea* at eisa? slot ? # DEC DEFEA FDDI 355mlx* at eisa? slot ? # Mylex DAC960 / DEC SWXCR (untested) 356tlp* at eisa? slot ? # DEC DE-425 Ethernet 357depca* at eisa? slot ? # DEC DE-422 Ethernet 358le* at depca? 359uha* at eisa? slot ? # UltraStor 24f SCSI (unt.) 360 361# PCMCIA device 362aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 363com* at pcmcia? function ? # Modems and serial cards 364wdc* at pcmcia? function ? # PCMCIA IDE controllers 365ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Eth. 366mbe* at pcmcia? function ? # MB8696x based Ethernet 367ne* at pcmcia? function ? # NE2000-compatible Eth. 368sm* at pcmcia? function ? # Megahertz Ethernet 369ray* at pcmcia? function ? # Raytheon Raylink (802.11) 370wi* at pcmcia? function ? # Lucent WaveLAN/IEEE 371 372# SCSI bus support 373scsibus* at adv? 374scsibus* at adw? 375scsibus* at aha? 376scsibus* at ahb? 377scsibus* at ahc? 378scsibus* at aic? 379scsibus* at asc? 380scsibus* at bha? 381scsibus* at dpt? 382scsibus* at iha? 383scsibus* at isp? 384scsibus* at siop? 385scsibus* at pcscp? 386scsibus* at uha? 387 388# SCSI devices 389cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 390sd* at scsibus? target ? lun ? # SCSI disk drives 391st* at scsibus? target ? lun ? # SCSI tape drives 392 393# ST506/ESDI/IDE devices 394wd* at pciide? channel ? 395wd* at wdc? drive ? 396 397# ATAPI bus support 398atapibus* at pciide? channel ? 399atapibus* at wdc? 400 401# ATAPI devices 402sd* at atapibus? drive ? # ATAPI disk devices 403cd* at atapibus? drive ? # ATAPI CD-ROM devices 404 405# Floppy drives 406fd* at fdc? drive ? 407 408# Hardware RAID devices 409ld* at cac? unit ? 410ld* at mlx? unit ? 411 412# USB bus support 413usb* at uhci? 414usb* at ohci? 415 416# USB Hubs 417uhub* at usb? 418uhub* at uhub? port ? configuration ? interface ? 419 420# USB Mice 421ums* at uhub? port ? configuration ? interface ? 422wsmouse* at ums? 423 424# USB Keyboards 425ukbd* at uhub? port ? configuration ? interface ? 426wskbd* at ukbd? console ? 427 428# USB Generic HID devices 429uhid* at uhub? port ? configuration ? interface ? 430 431# USB Printer 432ulpt* at uhub? port ? configuration ? interface ? 433 434# USB Modem 435umodem* at uhub? port ? configuration ? 436ucom* at umodem? 437 438# USB Mass Storage 439umass* at uhub? port ? configuration ? interface ? 440atapibus* at umass? channel ? 441scsibus* at umass? channel ? 442 443# USB Ethernet adapters 444aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 445cue* at uhub? port ? # CATC USB-EL1201A based adapters 446kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 447 448# Serial adapters 449# FTDI FT8U100AX serial adapter 450uftdi* at uhub? port ? 451ucom* at uftdi? portno ? 452 453# USB scanners 454uscanner* at uhub? port ? 455 456# Y@P firmware loader 457uyap* at uhub? port ? 458 459# USB Generic driver 460ugen* at uhub? port ? 461 462# Workstation Console attachments 463#wsdisplay* at cfb? 464wsdisplay* at vga? 465#wsdisplay* at sfb? 466wsdisplay* at tga? 467wskbd* at pckbd? 468wsmouse* at pms? 469 470pseudo-device bpfilter 16 471pseudo-device ccd 4 472#pseudo-device raid 4 # RAIDframe disk driver 473#options RAID_AUTOCONFIG # auto-configuration of RAID components 474pseudo-device ipfilter 1 475pseudo-device loop 1 476pseudo-device md 1 477pseudo-device ppp 4 478pseudo-device pty # pseudo-terminals 479pseudo-device sl 4 480pseudo-device vnd 4 481#pseudo-device gre 2 # generic L3 over IP tunnel 482pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 483#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 484#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 485pseudo-device vlan # IEEE 802.1q encapsulation 486pseudo-device bridge # simple inter-network bridging 487pseudo-device sequencer 1 # MIDI sequencer 488pseudo-device rnd # /dev/random and in-kernel generator 489#options RND_COM # use "com" randomness too 490