[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / alpha / conf

Annotation of src/sys/arch/alpha/conf/GENERIC, Revision 1.169

1.169   ! augustss    1: # $NetBSD: GENERIC,v 1.168 2000/10/19 14:35:44 ad Exp $
1.1       cgd         2: #
                      3: # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
1.145     cjs         4: #
                      5: # If you add stuff to this, please add it to the ALPHA configuration, too.
1.1       cgd         6:
1.24      cgd         7: include        "arch/alpha/conf/std.alpha"
1.141     hubertf     8:
1.169   ! augustss    9: #ident                 "GENERIC-$Revision: 1.168 $"
1.1       cgd        10:
1.77      thorpej    11: maxusers 32
1.36      cgd        12:
1.1       cgd        13: # CPU Support
1.161     thorpej    14: options        DEC_2000_300    # "Jensen":     2000/300 (DECpc AXP 150)
1.58      mellon     15: options        DEC_2100_A50    # Avanti etc:   AlphaStation 400, 200, etc.
1.161     thorpej    16: #options       DEC_2100_A500   # Sable:        AlphaServer 2100
                     17: #options       DEC_2100A_A500  # Lynx:         AlphaServer 2100A
1.58      mellon     18: options        DEC_3000_500    # Flamingo etc: 3000/[4-9]00*
                     19: options        DEC_3000_300    # Pelican etc:  3000/300*
                     20: options        DEC_AXPPCI_33   # NoName:       AXPpci33, etc.
                     21: options        DEC_EB164       # EB164:        AlphaPC 164
                     22: options        DEC_EB64PLUS    # EB64+:        AlphaPC 64, etc.
                     23: options        DEC_KN20AA      # KN20AA:       AlphaStation 500 and 600
                     24: options        DEC_KN8AE       # KN8AE:        AlphaServer 8200 and 8400
1.153     thorpej    25: options        DEC_KN300       # KN300:        AlphaServer 4100 and 1200
1.89      thorpej    26: options        DEC_550         # Miata:        Digital Personal Workstation
1.93      ross       27: options        DEC_1000        # Mikasa etc:   Digital AlphaServer 1000
1.90      ross       28: options        DEC_1000A       # Corelle etc:  Digital AlphaServer 800/1000A
1.92      thorpej    29: options        DEC_ALPHABOOK1  # AlphaBook1:   Tadpole/DEC AlphaBook
1.94      thorpej    30: options        DEC_EB66        # EB66:         21066 Evaluation Board
1.122     ross       31: options        DEC_6600        # EV6:          264DP OEM Board
1.156     thorpej    32: options        API_UP1000      # EV6:          Alpha Processor, Inc. UP1000
1.1       cgd        33:
                     34: # Standard system options
1.58      mellon     35: options        KTRACE                  # System call tracing support
1.1       cgd        36:
1.38      cgd        37: # Diagnostic/debugging support options
1.58      mellon     38: options        DIAGNOSTIC              # Cheap kernel consistency checks
1.108     thorpej    39: options        DDB                     # kernel debugger
1.111     ross       40: #makeoptions   DEBUG="-g"
1.38      cgd        41:
1.37      thorpej    42: # File systems
1.65      cgd        43: file-system    FFS             # Fast file system
                     44: file-system    MFS             # Memory-based file system
                     45: file-system    CD9660          # ISO-9660 CD-ROM FS (w/RockRidge extensions)
                     46: file-system    MSDOSFS         # MS-DOS-compatible file system
1.140     cjs        47: file-system    NTFS            # Windows/NT file system (experimental)
1.65      cgd        48: file-system    NFS             # Sun NFS-compatible file system client
1.122     ross       49: #file-system   KERNFS
                     50: #file-system   PROCFS
1.37      thorpej    51:
1.1       cgd        52: # File system options
1.58      mellon     53: options        NFSSERVER       # Sun NFS-compatible file system server
1.78      bouyer     54: #options       FFS_EI          # FFS Endian Independant support
1.158     fvdl       55: options        SOFTDEP         # FFS soft updates support.
1.137     itojun     56:
1.1       cgd        57: # Networking options
1.58      mellon     58: options        INET            # Internet protocol suite
1.137     itojun     59: options        INET6           # IPV6
                     60: #options       IPSEC           # IP security
                     61: #options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
                     62: #options       IPSEC_DEBUG     # debug for IP security
1.1       cgd        63:
                     64: # 4.3BSD compatibility.  Should be optional, but necessary for now.
1.58      mellon     65: options        COMPAT_43
1.1       cgd        66:
1.9       cgd        67: # Binary compatibility with previous versions of NetBSD.
1.58      mellon     68: #options       COMPAT_09
                     69: options        COMPAT_10
                     70: options        COMPAT_11
                     71: options        COMPAT_12
1.72      mjacob     72: options        COMPAT_13
1.123     augustss   73: options        COMPAT_14
1.118     cgd        74:
                     75: # OSF/1 binary compatibility
                     76: options        COMPAT_OSF1
1.70      mjacob     77:
                     78: # System V-like message queues
                     79: options        SYSVMSG
                     80:
                     81: # System V-like semaphores
                     82: options        SYSVSEM
1.9       cgd        83:
1.34      cgd        84: # System V-like shared memory
1.58      mellon     85: options        SYSVSHM
                     86: #options       SHMMAXPGS=1024          # 1024 pages is the default
1.1       cgd        87:
1.7       cgd        88: # Loadable Kernel Modules
1.58      mellon     89: options        LKM
1.5       cgd        90:
                     91: # Disable kernel security.
1.116     ross       92: #options       INSECURE
1.2       cgd        93:
1.7       cgd        94: # Misc. options
1.58      mellon     95: options        EISAVERBOSE             # recognize "unknown" EISA devices
                     96: options        PCIVERBOSE              # recognize "unknown" PCI devices
1.151     augustss   97: options        MIIVERBOSE              # verbose PHY autoconfig messages
1.146     cgd        98: #options       PCI_CONFIG_DUMP         # verbosely dump PCI config space
1.71      mjacob     99: options        SCSIVERBOSE             # Verbose SCSI errors
1.58      mellon    100: options        TCVERBOSE               # recognize "unknown" TC devices
                    101: options        UCONSOLE                # users can use TIOCCONS (for xconsole)
1.73      drochner  102:
                    103: # The Alpha console firmware network boots using the BOOTP
1.76      cgd       104: # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
                    105: # in case we have NFS root.
                    106: options        NFS_BOOT_DHCP           # superset of BOOTP
1.7       cgd       107:
1.117     ross      108: # WS console uses SUN or VT100 terminal emulation
                    109: options        WSEMUL_VT100
1.101     drochner  110:
                    111: # realtime clock compatible to OSF/1
                    112: #options       CLOCK_COMPAT_OSF1
1.81      drochner  113:
1.37      thorpej   114: config         netbsd  root on ? type ?
1.57      mrg       115: #config                netbsd  root on sd0 type ffs
1.37      thorpej   116: #config                netbsd  root on ? type nfs
1.7       cgd       117:
                    118: mainbus0 at    root
                    119: cpu*   at      mainbus0
1.1       cgd       120:
1.41      cgd       121: # TurboLaser bus support and devices
                    122: tlsb*  at      mainbus0
                    123: gbus*  at      tlsb? node ? offset ?
                    124: tlsbmem* at    tlsb? node ? offset ?
                    125: kft*   at      tlsb? node ? offset ?
                    126:
                    127: # Gbus Devices
1.85      thorpej   128: mcclock* at    gbus? offset ?
1.41      cgd       129:
1.80      mjacob    130: # MCBUS bus support
                    131: mcbus* at      mainbus0
                    132: mcmem* at      mcbus? mid ?
                    133:
                    134: #i2c   at      mcbus?
                    135:
1.122     ross      136: #EV6 Tsunami Core Logic
                    137:
                    138: tsc*   at      mainbus0
                    139:
1.161     thorpej   140: # DECpc AXP150 (Jensen) internal bus support
                    141: jensenio* at   mainbus0
                    142:
                    143: com*   at      jensenio? port ?
                    144: lpt*   at      jensenio? port ?
                    145: mcclock* at    jensenio? port ?
                    146: pckbc* at      jensenio? port ?
                    147:
1.10      cgd       148: # TurboChannel host bus adapter support
                    149: tcasic*        at      mainbus0
                    150:
1.8       cgd       151: # TurboChannel bus support
1.10      cgd       152: tc*    at      tcasic?
1.8       cgd       153:
                    154: # TurboChannel devices
1.29      cgd       155: ioasic*        at      tc? slot ? offset ?
                    156: mcclock* at    ioasic? offset ?
1.12      cgd       157: le*    at      ioasic? offset ?
1.10      cgd       158: scc0   at      ioasic? offset ?
                    159: scc1   at      ioasic? offset ?
1.87      thorpej   160: tcds*  at      tc? slot ? offset ?
                    161: asc*   at      tcds? chip ?
1.46      cgd       162: #cfb*  at      tc? slot ? offset ?
                    163: #sfb*  at      tc? slot ? offset ?
1.12      cgd       164: le*    at      tc? slot ? offset ?
1.15      cgd       165: fta*   at      tc? slot ? offset ?             # DEC DEFTA FDDI cards
1.1       cgd       166:
1.8       cgd       167: # PCI host bus adapter support
1.7       cgd       168: apecs* at      mainbus?
1.9       cgd       169: cia*   at      mainbus?
1.156     thorpej   170: irongate* at   mainbus?
1.9       cgd       171: lca*   at      mainbus?
1.41      cgd       172: dwlpx* at      kft?
1.80      mjacob    173: mcpcia*        at      mcbus? mid ?
1.122     ross      174: tsp*   at      tsc?
1.164     thorpej   175: #ttwoga*       at      mainbus?
1.161     thorpej   176:
                    177: # Sable PCI and STDIO bus and devices
1.164     thorpej   178: #ttwopci* at   ttwoga? hose ?
                    179: #sableio* at   ttwopci? bus ?
                    180: #com*  at      sableio? port ?
                    181: #lpt*  at      sableio? port ?
                    182: #pckbc*        at      sableio? port ?
                    183: #fdc*  at      sableio? port ?
1.7       cgd       184:
1.8       cgd       185: # PCI bus support
1.7       cgd       186: pci*   at      apecs?
1.9       cgd       187: pci*   at      cia?
1.156     thorpej   188: pci*   at      irongate?
1.9       cgd       189: pci*   at      lca?
                    190: pci*   at      ppb?
1.41      cgd       191: pci*   at      dwlpx?
1.80      mjacob    192: pci*   at      mcpcia?
1.122     ross      193: pci*   at      tsp?
1.164     thorpej   194: #pci*  at      ttwopci?
1.7       cgd       195:
1.8       cgd       196: # PCI devices
1.126     thorpej   197: adv*   at      pci? dev ? function ?           # AdvanSys SCSI
                    198: adw*   at      pci? dev ? function ?           # AdvanSys Wide SCSI
1.135     dante     199: #options       ADW_WDTR_DISABLE                #       disable WDTR
                    200: #options       ADW_SDTR_DISABLE                #       disable SDTR
                    201: #options       ADW_TAGQ_DISABLE                #       disable Tag Queuing
1.43      cgd       202: ahc*   at      pci? dev ? function ?           # Adaptec [23]94x, aic78x0 SCSI
                    203: bha*   at      pci? dev ? function ?           # BusLogic 9xx SCSI (untested)
1.150     ad        204: cac*   at      pci? dev ? function ?           # Compaq array controller (untested)
1.49      cgd       205: cy*    at      pci? dev ? function ?           # Cyclades Cyclom-Y (untested)
1.155     matt      206: cz*    at      pci? dev ? function ?           # Cyclades-Z (untested)
1.43      cgd       207: de*    at      pci? dev ? function ?           # 21x4x-based Ethernet
1.129     ad        208: dpt*   at      pci? dev ? function ?           # DPT SmartCache/SmartRAID
1.120     christos  209: eap*   at      pci? dev ? function ?           # Ensoniq AudioPCI
1.20      cgd       210: en*    at      pci? dev ? function ?           # ENI PCI ATM (untested)
1.103     fvdl      211: ep*    at      pci? dev ? function ?           # 3COM 3c59x
1.120     christos  212: epic*  at      pci? dev ? function ?           # SMC EPIC/100 Ethernet
1.130     kleink    213: eso*   at      pci? dev ? function ?           # ESS Solo-1 PCI AudioDrive
1.103     fvdl      214: ex*    at      pci? dev ? function ?           # 3COM 3c90x[B] Ethernet
1.43      cgd       215: fpa*   at      pci? dev ? function ?           # DEC DEFPA FDDI
1.75      enami     216: fxp*   at      pci? dev ? function ?           # Intel EEPRO 10+/100B
1.43      cgd       217: isp*   at      pci? dev ? function ?           # Qlogic ISP 10x0 SCSI
1.20      cgd       218: le*    at      pci? dev ? function ?           # PCI LANCE Ethernet (untested)
1.161     thorpej   219: #ncr*  at      pci? dev ? function ?           # NCR 53c8xx SCSI
                    220: siop*  at      pci? dev ? function ?           # Symbios 53c8xx SCSI
1.120     christos  221: ne*    at      pci? dev ? function ?           # NE2000-compatible Ethernet
                    222: ohci*  at      pci? dev ? function ?           # USB Open Host Controller
1.43      cgd       223: pceb*  at      pci? dev ? function ?           # Intel PCI-EISA Bridges
1.120     christos  224: pciide*        at      pci? dev ? function ?           # PCI IDE controllers
1.108     thorpej   225: pcscp* at      pci? dev ? function ?           # AMD Am53c974 PCscsi-PCI
1.43      cgd       226: ppb*   at      pci? dev ? function ?           # PCI-PCI Bridges
1.149     haya      227: rtk*   at      pci? dev ? function ?           # RealTek 8129/8139 Ethernet
1.43      cgd       228: sio*   at      pci? dev ? function ?           # Intel PCI-ISA Bridges
1.131     thorpej   229: sip*   at      pci? dev ? function ?           # SiS 900 Ethernet
1.120     christos  230: sv*    at      pci? dev ? function ?           # S3 SonicVibes
1.43      cgd       231: tga*   at      pci? dev ? function ?           # DEC ZLXp-E[123] Graphics
1.131     thorpej   232: ti*    at      pci? dev ? function ?           # Alteon Tigon Gig-E
1.99      thorpej   233: tl*    at      pci? dev ? function ?           # TI ThunderLAN Ethernet
1.131     thorpej   234: tlp*   at      pci? dev ? function ?           # DECchip 21x4x and clones
                    235: #options       TLP_MATCH_21040
                    236: #options       TLP_MATCH_21041
                    237: #options       TLP_MATCH_21140
                    238: #options       TLP_MATCH_21142
1.120     christos  239: uhci*  at      pci? dev ? function ?           # USB Univ. Host Controller
1.49      cgd       240: vga*   at      pci? dev ? function ?           # PCI VGA Graphics
1.120     christos  241: vr*    at      pci? dev ? function ?           # VIA Rhine Fast Ethernet
                    242:
1.114     ross      243: audio* at      eap?
1.130     kleink    244: audio* at      eso?
1.114     ross      245: audio* at      sv?
1.120     christos  246:
1.130     kleink    247: opl*   at      eso?
1.107     augustss  248: #opl*  at      sv?
1.130     kleink    249:
                    250: mpu*   at      eso?
1.99      thorpej   251:
                    252: # MII/PHY support
1.121     christos  253: exphy* at mii? phy ?                   # 3Com internal PHYs
                    254: icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS1890
                    255: inphy* at mii? phy ?                   # Intel 82555 PHYs
                    256: lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
                    257: nsphy* at mii? phy ?                   # NS83840 PHYs
                    258: qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
                    259: sqphy* at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
                    260: tlphy* at mii? phy ?                   # ThunderLAN PHYs
                    261: ukphy* at mii? phy ?                   # generic unknown PHYs
1.7       cgd       262:
1.9       cgd       263: # ISA/EISA bus support
1.161     thorpej   264: isa*   at      jensenio?
                    265: eisa*  at      jensenio?
1.9       cgd       266: isa*   at      pceb?
                    267: eisa*  at      pceb?
                    268: isa*   at      sio?
1.8       cgd       269:
                    270: # ISA devices
1.29      cgd       271: mcclock* at    isa? port 0x70
1.140     cjs       272: pckbc* at      isa?                            # PC keyboard controller
1.81      drochner  273: pckbd* at      pckbc?                          # PC keyboard (kbd port)
1.109     drochner  274: pms*   at      pckbc?                          # PS/2-style mouse (aux port)
1.83      thorpej   275: pcppi* at      isa?                            # PC prog. periph. interface
                    276: spkr0  at      pcppi?                          # IBM BASIC emulation
1.98      drochner  277: isabeep0 at    pcppi?                          # "keyboard" beep
1.29      cgd       278: com*   at      isa? port 0x3f8 irq 4           # standard serial ports
                    279: com*   at      isa? port 0x2f8 irq 3
1.97      thorpej   280: cs*    at      isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
1.160     bouyer    281: ec0    at      isa? port 0x250 iomem 0xd8000 irq 9  # 3Com 3c503 Ethernet
1.52      cjs       282: ep*    at      isa? port ? irq ?               # 3COM 3c509 Ethernet
1.112     thorpej   283: fdc0   at      isa? port 0x3f0 irq 6 drq 2     # floppy controller
1.86      matt      284: lc0    at      isa? port 0x300 iomem ? irq ?   # DEC EtherWORKS III (LEMAC)
                    285: lc1    at      isa? port 0x320 iomem ? irq ?   # DEC EtherWORKS III (LEMAC)
                    286: depca0 at      isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5       # DEPCA
                    287: depca1 at      isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10       # DEPCA
                    288: le*    at      depca?
1.29      cgd       289: lpt*   at      isa? port 0x3bc irq 7           # standard parallel port
                    290: vga*   at      isa?                            # ISA (EISA: XXX) VGA
1.74      thorpej   291: wdc0   at      isa? port 0x1f0 irq 14          # ST506/ESDI/IDE controllers
                    292: wdc1   at      isa? port 0x170 irq 15
1.140     cjs       293: we0     at     isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
                    294: we1     at     isa? port 0x300 iomem 0xcc000 irq 10
1.108     thorpej   295: #wss*  at      isa? port 0x530 irq 9 drq 0     # Windows Sound System
                    296: #audio*        at      wss?
1.84      augustss  297: #midi* at      wss?
1.114     ross      298: sb*    at      isa? port 0x220 irq 5 drq 1     # SoundBlaster
                    299: #sb*   at      isapnp?
                    300: audio* at      sb?
1.119     dante     301: #adv*  at      isa? port ? irq ? drq ?         # AdvanSys APB-514[02]
1.56      thorpej   302: aha*   at      isa? port 0x330 irq ? drq ?     # Adaptec 154[02] SCSI
                    303: aha*   at      isa? port 0x334 irq ? drq ?     # Adaptec 154[02] SCSI
                    304: bha*   at      isa? port 0x330 irq ? drq ?     # BusLogic [57]4X SCSI (unt.)
                    305: bha*   at      isa? port 0x334 irq ? drq ?     # BusLogic [57]4X SCSI (unt.)
                    306: uha*   at      isa? port 0x330 irq ? drq ?     # UltraStor [13]4f SCSI (unt.)
                    307: uha*   at      isa? port 0x334 irq ? drq ?     # UltraStor [13]4f SCSI (unt.)
1.152     matt      308: pcic0  at      isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
                    309: pcic1  at      isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
                    310: pcmcia*        at      pcic? controller ? socket ?
1.15      cgd       311:
                    312: # EISA devices
1.56      thorpej   313: ahb*   at      eisa? slot ?                    # Adaptec 174[024] SCSI (unt.)
1.44      cgd       314: ahc*   at      eisa? slot ?                    # Adaptec 274x, aic7770 SCSI
                    315: bha*   at      eisa? slot ?                    # BusLogic 7xx SCSI
1.53      cjs       316: ep*    at      eisa? slot ?                    # 3COM 3c579 Ethernet (untested)
1.50      cgd       317: fea*   at      eisa? slot ?                    # DEC DEFEA FDDI
1.131     thorpej   318: tlp*   at      eisa? slot ?                    # DEC DE-425 Ethernet
1.163     thorpej   319: depca* at      eisa? slot ?                    # DEC DE-422 Ethernet
                    320: le*    at      depca?
1.56      thorpej   321: uha*   at      eisa? slot ?                    # UltraStor 24f SCSI (unt.)
1.7       cgd       322:
1.152     matt      323: # PCMCIA device
                    324: aic*   at      pcmcia? function ?              # Adaptec APA-1460 SCSI
                    325: com*   at      pcmcia? function ?              # Modems and serial cards
                    326: wdc*   at      pcmcia? function ?              # PCMCIA IDE controllers
                    327: ep*    at      pcmcia? function ?              # 3Com 3c589 and 3c562 Eth.
                    328: mbe*   at      pcmcia? function ?              # MB8696x based Ethernet
                    329: ne*    at      pcmcia? function ?              # NE2000-compatible Eth.
                    330: sm*    at      pcmcia? function ?              # Megahertz Ethernet
                    331: ray*   at      pcmcia? function ?              # Raytheon Raylink (802.11)
                    332: wi*    at      pcmcia? function ?              # Lucent WaveLAN/IEEE
                    333:
1.8       cgd       334: # SCSI bus support
1.126     thorpej   335: scsibus* at    adv?
1.152     matt      336: scsibus* at    aic?
1.126     thorpej   337: scsibus* at    adw?
1.56      thorpej   338: scsibus* at    aha?
                    339: scsibus* at    ahb?
1.43      cgd       340: scsibus* at    ahc?
1.40      thorpej   341: scsibus* at    asc?
1.43      cgd       342: scsibus* at    bha?
1.129     ad        343: scsibus* at    dpt?
1.42      cgd       344: scsibus* at    isp?
1.161     thorpej   345: #scsibus* at   ncr?
                    346: scsibus* at    siop?
1.108     thorpej   347: scsibus* at    pcscp?
1.56      thorpej   348: scsibus* at    uha?
1.1       cgd       349:
1.8       cgd       350: # SCSI devices
1.31      cgd       351: cd*    at      scsibus? target ? lun ?         # SCSI CD-ROM drives
                    352: sd*    at      scsibus? target ? lun ?         # SCSI disk drives
                    353: st*    at      scsibus? target ? lun ?         # SCSI tape drives
1.51      cgd       354:
                    355: # ST506/ESDI/IDE devices
1.102     matt      356: wd*    at      pciide? channel ?
1.74      thorpej   357: wd*    at      wdc? drive ?
                    358:
                    359: # ATAPI bus support
1.102     matt      360: atapibus* at   pciide? channel ?
1.74      thorpej   361: atapibus* at   wdc?
                    362:
                    363: # ATAPI devices
                    364: sd*    at      atapibus? drive ?               # ATAPI disk devices
                    365: cd*    at      atapibus? drive ?               # ATAPI CD-ROM devices
1.112     thorpej   366:
                    367: # Floppy drives
                    368: fd*    at      fdc? drive ?
1.150     ad        369:
                    370: # Hardware RAID devices
1.168     ad        371: lsu*   at      cac? unit ?
1.108     thorpej   372:
                    373: # USB bus support
                    374: usb*   at uhci?
                    375: usb*   at ohci?
                    376:
1.127     augustss  377: # USB Hubs
1.108     thorpej   378: uhub*  at usb?
1.127     augustss  379: uhub*  at uhub? port ? configuration ? interface ?
1.108     thorpej   380:
1.127     augustss  381: # USB Mice
                    382: ums*   at uhub? port ? configuration ? interface ?
1.133     mycroft   383: wsmouse*       at ums?
1.108     thorpej   384:
                    385: # USB Keyboards
1.127     augustss  386: ukbd*  at uhub? port ? configuration ? interface ?
1.133     mycroft   387: wskbd* at ukbd? console ?
1.108     thorpej   388:
                    389: # USB Generic HID devices
1.127     augustss  390: uhid*  at uhub? port ? configuration ? interface ?
1.108     thorpej   391:
1.127     augustss  392: # USB Printer
                    393: ulpt*  at uhub? port ? configuration ? interface ?
                    394:
                    395: # USB Modem
                    396: umodem*        at uhub? port ? configuration ?
1.142     augustss  397: ucom*  at umodem?
1.128     thorpej   398:
                    399: # USB Mass Storage
                    400: umass* at uhub? port ? configuration ? interface ?
1.147     augustss  401: atapibus* at umass? channel ?
1.128     thorpej   402: scsibus* at umass? channel ?
1.138     augustss  403:
                    404: # USB Ethernet adapters
                    405: aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
                    406: cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
                    407: kue*   at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
1.169   ! augustss  408:
        !           409: # USB scanners
        !           410: uscanner* at uhub? port ?
1.127     augustss  411:
                    412: # USB Generic driver
                    413: ugen*  at uhub? port ?
1.11      cgd       414:
                    415: # Workstation Console attachments
1.83      thorpej   416: #wsdisplay*    at      cfb?
1.81      drochner  417: wsdisplay*     at      vga?
1.83      thorpej   418: #wsdisplay*    at      sfb?
1.81      drochner  419: wsdisplay*     at      tga?
1.133     mycroft   420: wskbd*         at      pckbd?
                    421: wsmouse*       at      pms?
1.1       cgd       422:
1.19      cgd       423: pseudo-device  bpfilter        16
1.34      cgd       424: pseudo-device  ccd             4
1.104     oster     425: #pseudo-device raid            4               # RAIDframe disk driver
1.144     simonb    426: #options       RAID_AUTOCONFIG      # auto-configuration of RAID components
1.67      cjs       427: pseudo-device  ipfilter        1
1.34      cgd       428: pseudo-device  loop            1
                    429: pseudo-device  md              1
                    430: pseudo-device  ppp             4
1.166     jdolecek  431: pseudo-device  pty                     # pseudo-terminals
1.19      cgd       432: pseudo-device  sl              4
                    433: pseudo-device  vnd             4
1.106     hwr       434: #pseudo-device gre             2       # generic L3 over IP tunnel
1.137     itojun    435: pseudo-device  gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
                    436: #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
1.148     itojun    437: #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
1.139     mycroft   438: pseudo-device  sequencer       1       # MIDI sequencer
1.69      explorer  439:
                    440: # rnd is EXPERIMENTAL
1.167     itojun    441: pseudo-device  rnd                     # /dev/random and in-kernel generator
1.69      explorer  442: #options       RND_COM                 # use "com" randomness too

CVSweb <webmaster@jp.NetBSD.org>