[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.230.2.10

1.221     itohy       1: #
1.199     gmcgarry    2: # This machine description file is used to generate the default NetBSD
                      3: # kernel.  The generic kernel on NetBSD/alpha does enough to get booted,
                      4: # etc., but not much more.  For a more complete kernel see the ALPHA
                      5: # machine description file.
1.145     cjs         6: #
1.199     gmcgarry    7: # The machine description file can be customised for your specific
                      8: # machine to reduce the kernel size and improve its performance.
                      9: #
                     10: # For further information on compiling NetBSD kernels, see the config(8)
                     11: # man page.
                     12: #
                     13: # For further information on hardware support for this architecture, see
                     14: # the intro(4) man page.  For further information about kernel options
                     15: # for this architecture, see the options(4) man page.  For an explanation
                     16: # of each device driver in this file see the section 4 man page for the
                     17: # device.
                     18:
1.145     cjs        19: # If you add stuff to this, please add it to the ALPHA configuration, too.
1.1       cgd        20:
1.199     gmcgarry   21: include                "arch/alpha/conf/std.alpha"
1.141     hubertf    22:
1.208     atatat     23: options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
                     24:
1.230.2.10! skrll      25: #ident                 "GENERIC-$Revision: 1.230.2.9 $"
1.1       cgd        26:
1.77      thorpej    27: maxusers 32
1.36      cgd        28:
1.1       cgd        29: # CPU Support
1.161     thorpej    30: options        DEC_2000_300    # "Jensen":     2000/300 (DECpc AXP 150)
1.58      mellon     31: options        DEC_2100_A50    # Avanti etc:   AlphaStation 400, 200, etc.
1.176     thorpej    32: options        DEC_2100_A500   # Sable:        AlphaServer 2100
                     33: options        DEC_2100A_A500  # Lynx:         AlphaServer 2100A
1.58      mellon     34: options        DEC_3000_500    # Flamingo etc: 3000/[4-9]00*
                     35: options        DEC_3000_300    # Pelican etc:  3000/300*
                     36: options        DEC_AXPPCI_33   # NoName:       AXPpci33, etc.
                     37: options        DEC_EB164       # EB164:        AlphaPC 164
                     38: options        DEC_EB64PLUS    # EB64+:        AlphaPC 64, etc.
                     39: options        DEC_KN20AA      # KN20AA:       AlphaStation 500 and 600
                     40: options        DEC_KN8AE       # KN8AE:        AlphaServer 8200 and 8400
1.153     thorpej    41: options        DEC_KN300       # KN300:        AlphaServer 4100 and 1200
1.89      thorpej    42: options        DEC_550         # Miata:        Digital Personal Workstation
1.93      ross       43: options        DEC_1000        # Mikasa etc:   Digital AlphaServer 1000
1.90      ross       44: options        DEC_1000A       # Corelle etc:  Digital AlphaServer 800/1000A
1.92      thorpej    45: options        DEC_ALPHABOOK1  # AlphaBook1:   Tadpole/DEC AlphaBook
1.94      thorpej    46: options        DEC_EB66        # EB66:         21066 Evaluation Board
1.122     ross       47: options        DEC_6600        # EV6:          264DP OEM Board
1.156     thorpej    48: options        API_UP1000      # EV6:          Alpha Processor, Inc. UP1000
1.1       cgd        49:
                     50: # Standard system options
1.58      mellon     51: options        KTRACE                  # System call tracing support
1.216     provos     52: options        SYSTRACE                # System call vetting via systrace(1)
1.180     lukem      53: options        NTP                     # kernel PLL for NTP
1.218     junyoung   54:
1.221     itohy      55: # Enable experimental buffer queue strategy for better responsiveness under
1.218     junyoung   56: # high disk I/O load. Use it with caution - it's not proven to be stable yet.
                     57: #options       NEW_BUFQ_STRATEGY
1.1       cgd        58:
1.38      cgd        59: # Diagnostic/debugging support options
1.58      mellon     60: options        DIAGNOSTIC              # Cheap kernel consistency checks
1.108     thorpej    61: options        DDB                     # kernel debugger
1.230.2.2  skrll      62: options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
1.111     ross       63: #makeoptions   DEBUG="-g"
1.185     ross       64: #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
1.38      cgd        65:
1.193     thorpej    66: #options       KGDB                    # Remote kernel GDB support
1.197     lukem      67: #options       KGDB_DEVNAME="\"com\""  # device to use for KGDB
1.193     thorpej    68: #options       KGDB_DEVADDR=0x2f8      # at this address
                     69: #options       KGDB_DEVRATE=57600      # at this comm. rate
                     70:
1.37      thorpej    71: # File systems
1.65      cgd        72: file-system    FFS             # Fast file system
                     73: file-system    MFS             # Memory-based file system
                     74: file-system    CD9660          # ISO-9660 CD-ROM FS (w/RockRidge extensions)
                     75: file-system    MSDOSFS         # MS-DOS-compatible file system
1.140     cjs        76: file-system    NTFS            # Windows/NT file system (experimental)
1.65      cgd        77: file-system    NFS             # Sun NFS-compatible file system client
1.210     jdolecek   78: file-system    KERNFS          # Kernel variable file system (/kern)
                     79: file-system    PROCFS          # Process file system (/proc)
1.37      thorpej    80:
1.1       cgd        81: # File system options
1.214     jdolecek   82: options        QUOTA           # UFS quotas
1.78      bouyer     83: #options       FFS_EI          # FFS Endian Independant support
1.158     fvdl       84: options        SOFTDEP         # FFS soft updates support.
1.230.2.9  skrll      85: #options       UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
1.214     jdolecek   86: options        NFSSERVER       # Sun NFS-compatible file system server
1.230.2.10! skrll      87: options        FFS_SNAPSHOT    # ffs snapshots
1.137     itojun     88:
1.1       cgd        89: # Networking options
1.225     grant      90: #options       GATEWAY         # packet forwarding
                     91: options        INET            # IP + ICMP + TCP + UDP
1.137     itojun     92: options        INET6           # IPV6
                     93: #options       IPSEC           # IP security
                     94: #options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
                     95: #options       IPSEC_DEBUG     # debug for IP security
1.225     grant      96: #options       MROUTING        # IP multicast routing
1.230.2.3  skrll      97: #options       PIM             # Protocol Independent Multicast
1.225     grant      98: #options       NS              # XNS
                     99: #options       NSIP            # XNS tunneling over IP
                    100: #options       ISO,TPIP        # OSI
                    101: #options       EON             # OSI tunneling over IP
                    102: #options       CCITT,LLC,HDLC  # X.25
                    103: #options       NETATALK        # AppleTalk networking protocols
                    104: #options       PPP_BSDCOMP     # BSD-Compress compression support for PPP
                    105: #options       PPP_DEFLATE     # Deflate compression support for PPP
                    106: #options       PPP_FILTER      # Active filter support for PPP (requires bpf)
                    107: #options       PFIL_HOOKS      # pfil(9) packet filter hooks
                    108: #options       IPFILTER_LOG    # ipmon(8) log support
                    109: #options       IPFILTER_DEFAULT_BLOCK  # block all packets by default
                    110: #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
1.1       cgd       111:
1.230.2.1  skrll     112: #options       ALTQ            # Manipulate network interfaces' output queues
                    113: #options       ALTQ_BLUE       # Stochastic Fair Blue
                    114: #options       ALTQ_CBQ        # Class-Based Queueing
                    115: #options       ALTQ_CDNR       # Diffserv Traffic Conditioner
                    116: #options       ALTQ_FIFOQ      # First-In First-Out Queue
                    117: #options       ALTQ_FLOWVALVE  # RED/flow-valve (red-penalty-box)
                    118: #options       ALTQ_HFSC       # Hierarchical Fair Service Curve
                    119: #options       ALTQ_LOCALQ     # Local queueing discipline
                    120: #options       ALTQ_PRIQ       # Priority Queueing
                    121: #options       ALTQ_RED        # Random Early Detection
                    122: #options       ALTQ_RIO        # RED with IN/OUT
                    123: #options       ALTQ_WFQ        # Weighted Fair Queueing
                    124:
1.1       cgd       125: # 4.3BSD compatibility.  Should be optional, but necessary for now.
1.58      mellon    126: options        COMPAT_43
1.1       cgd       127:
1.9       cgd       128: # Binary compatibility with previous versions of NetBSD.
1.58      mellon    129: #options       COMPAT_09
                    130: options        COMPAT_10
                    131: options        COMPAT_11
                    132: options        COMPAT_12
1.72      mjacob    133: options        COMPAT_13
1.123     augustss  134: options        COMPAT_14
1.230.2.1  skrll     135: options                COMPAT_16
1.230.2.5  skrll     136: options                COMPAT_20
1.118     cgd       137: # OSF/1 binary compatibility
                    138: options        COMPAT_OSF1
1.174     mycroft   139:
                    140: # Linux binary compatibility
                    141: options        COMPAT_LINUX
1.70      mjacob    142:
1.230.2.7  skrll     143: options                COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
                    144:
1.70      mjacob    145: # System V-like message queues
                    146: options        SYSVMSG
1.198     lukem     147: #options       SEMMNI=10       # number of semaphore identifiers
                    148: #options       SEMMNS=60       # number of semaphores in system
                    149: #options       SEMUME=10       # max number of undo entries per process
                    150: #options       SEMMNU=30       # number of undo structures in system
1.70      mjacob    151:
                    152: # System V-like semaphores
                    153: options        SYSVSEM
1.9       cgd       154:
1.34      cgd       155: # System V-like shared memory
1.58      mellon    156: options        SYSVSHM
                    157: #options       SHMMAXPGS=1024          # 1024 pages is the default
1.1       cgd       158:
1.230.2.1  skrll     159: # p1003.1b semaphore support
                    160: options        P1003_1B_SEMAPHORE
                    161:
1.7       cgd       162: # Loadable Kernel Modules
1.58      mellon    163: options        LKM
1.5       cgd       164:
                    165: # Disable kernel security.
1.116     ross      166: #options       INSECURE
1.2       cgd       167:
1.7       cgd       168: # Misc. options
1.58      mellon    169: options        EISAVERBOSE             # recognize "unknown" EISA devices
                    170: options        PCIVERBOSE              # recognize "unknown" PCI devices
1.151     augustss  171: options        MIIVERBOSE              # verbose PHY autoconfig messages
1.146     cgd       172: #options       PCI_CONFIG_DUMP         # verbosely dump PCI config space
1.71      mjacob    173: options        SCSIVERBOSE             # Verbose SCSI errors
1.230.2.5  skrll     174: options                USBVERBOSE              # verbose USB device autoconfig messages
1.58      mellon    175: options        TCVERBOSE               # recognize "unknown" TC devices
1.177     mycroft   176: #options       PCMCIAVERBOSE
1.213     lukem     177: options        USERCONF                # userconf(4) support
1.221     itohy     178: #options       PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
1.230.2.1  skrll     179: options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
1.221     itohy     180: options        FONT_GALLANT12x22       # Console font for TC devices
1.73      drochner  181:
                    182: # The Alpha console firmware network boots using the BOOTP
1.76      cgd       183: # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
                    184: # in case we have NFS root.
                    185: options        NFS_BOOT_DHCP           # superset of BOOTP
1.7       cgd       186:
1.117     ross      187: # WS console uses SUN or VT100 terminal emulation
                    188: options        WSEMUL_VT100
1.101     drochner  189:
                    190: # realtime clock compatible to OSF/1
                    191: #options       CLOCK_COMPAT_OSF1
1.81      drochner  192:
1.37      thorpej   193: config         netbsd  root on ? type ?
1.57      mrg       194: #config                netbsd  root on sd0 type ffs
1.37      thorpej   195: #config                netbsd  root on ? type nfs
1.7       cgd       196:
                    197: mainbus0 at    root
                    198: cpu*   at      mainbus0
1.1       cgd       199:
1.41      cgd       200: # TurboLaser bus support and devices
                    201: tlsb*  at      mainbus0
                    202: gbus*  at      tlsb? node ? offset ?
                    203: tlsbmem* at    tlsb? node ? offset ?
                    204: kft*   at      tlsb? node ? offset ?
                    205:
                    206: # Gbus Devices
1.85      thorpej   207: mcclock* at    gbus? offset ?
1.41      cgd       208:
1.80      mjacob    209: # MCBUS bus support
                    210: mcbus* at      mainbus0
                    211: mcmem* at      mcbus? mid ?
                    212:
                    213: #i2c   at      mcbus?
                    214:
1.122     ross      215: #EV6 Tsunami Core Logic
                    216:
                    217: tsc*   at      mainbus0
                    218:
1.161     thorpej   219: # DECpc AXP150 (Jensen) internal bus support
                    220: jensenio* at   mainbus0
                    221:
                    222: com*   at      jensenio? port ?
                    223: lpt*   at      jensenio? port ?
                    224: mcclock* at    jensenio? port ?
                    225: pckbc* at      jensenio? port ?
                    226:
1.170     tsutsui   227: # TURBOchannel host bus adapter support
1.10      cgd       228: tcasic*        at      mainbus0
                    229:
1.170     tsutsui   230: # TURBOchannel bus support
1.10      cgd       231: tc*    at      tcasic?
1.8       cgd       232:
1.170     tsutsui   233: # TURBOchannel devices
1.29      cgd       234: ioasic*        at      tc? slot ? offset ?
                    235: mcclock* at    ioasic? offset ?
1.12      cgd       236: le*    at      ioasic? offset ?
1.221     itohy     237: zsc0   at      ioasic? offset 0x100000
                    238: zsc1   at      ioasic? offset 0x180000
1.170     tsutsui   239: bba0   at      ioasic? offset ?
1.87      thorpej   240: tcds*  at      tc? slot ? offset ?
                    241: asc*   at      tcds? chip ?
1.194     simonb    242: asc*   at      tc? slot ? offset ?
1.12      cgd       243: le*    at      tc? slot ? offset ?
1.15      cgd       244: fta*   at      tc? slot ? offset ?             # DEC DEFTA FDDI cards
1.215     ad        245: cfb*   at      tc? slot ? offset ?
                    246: mfb*   at      tc? slot ? offset ?
                    247: tfb*   at      tc? slot ? offset ?
                    248: sfb*   at      tc? slot ? offset ?
                    249: #sfbp* at      tc? slot ? offset ?
                    250: px*    at      tc? slot ? offset ?
                    251: pxg*   at      tc? slot ? offset ?
                    252:
                    253: # TurboChannel serial attachments
                    254: zstty* at      zsc? channel ?                  # serial ports on B channels
                    255: lkkbd0 at      zsc1 channel ?                  # keyboard port on A channels
                    256: vsms0  at      zsc0 channel ?                  # mouse port on A channels
1.1       cgd       257:
1.8       cgd       258: # PCI host bus adapter support
1.7       cgd       259: apecs* at      mainbus?
1.9       cgd       260: cia*   at      mainbus?
1.156     thorpej   261: irongate* at   mainbus?
1.9       cgd       262: lca*   at      mainbus?
1.41      cgd       263: dwlpx* at      kft?
1.80      mjacob    264: mcpcia*        at      mcbus? mid ?
1.122     ross      265: tsp*   at      tsc?
1.176     thorpej   266: ttwoga*        at      mainbus?
1.161     thorpej   267:
                    268: # Sable PCI and STDIO bus and devices
1.176     thorpej   269: ttwopci* at    ttwoga? hose ?
                    270: sableio* at    ttwopci? bus ?
                    271: com*   at      sableio? port ?
                    272: lpt*   at      sableio? port ?
                    273: pckbc* at      sableio? port ?
                    274: fdc*   at      sableio? port ?
1.7       cgd       275:
1.8       cgd       276: # PCI bus support
1.7       cgd       277: pci*   at      apecs?
1.9       cgd       278: pci*   at      cia?
1.156     thorpej   279: pci*   at      irongate?
1.9       cgd       280: pci*   at      lca?
                    281: pci*   at      ppb?
1.41      cgd       282: pci*   at      dwlpx?
1.80      mjacob    283: pci*   at      mcpcia?
1.122     ross      284: pci*   at      tsp?
1.176     thorpej   285: pci*   at      ttwopci?
1.193     thorpej   286:
                    287: # AGP support
                    288: agp*   at      irongate?
1.7       cgd       289:
1.8       cgd       290: # PCI devices
1.230.2.1  skrll     291:
                    292: # PCI cryptographic devices
                    293: hifn*  at pci? dev ? function ?        # Hifn 7755/7811/795x
                    294: ubsec* at pci? dev ? function ?        # Broadcom 5501/5601/580x/582x
                    295:
1.126     thorpej   296: adv*   at      pci? dev ? function ?           # AdvanSys SCSI
                    297: adw*   at      pci? dev ? function ?           # AdvanSys Wide SCSI
1.211     wiz       298: #options       SCSI_ADW_WDTR_DISABLE           #       disable WDTR
                    299: #options       SCSI_ADW_SDTR_DISABLE           #       disable SDTR
                    300: #options       SCSI_ADW_TAGQ_DISABLE           #       disable Tag Queuing
1.43      cgd       301: ahc*   at      pci? dev ? function ?           # Adaptec [23]94x, aic78x0 SCSI
1.212     nathanw   302: autri* at      pci? dev ? function ?           # Trident 4DWAVE based AC'97 Audio
1.43      cgd       303: bha*   at      pci? dev ? function ?           # BusLogic 9xx SCSI (untested)
1.150     ad        304: cac*   at      pci? dev ? function ?           # Compaq array controller (untested)
1.195     itohy     305: cmpci* at      pci? dev ? function ?           # C-Media CMI8338/8738 Audio
1.49      cgd       306: cy*    at      pci? dev ? function ?           # Cyclades Cyclom-Y (untested)
1.155     matt      307: cz*    at      pci? dev ? function ?           # Cyclades-Z (untested)
1.129     ad        308: dpt*   at      pci? dev ? function ?           # DPT SmartCache/SmartRAID
1.120     christos  309: eap*   at      pci? dev ? function ?           # Ensoniq AudioPCI
1.20      cgd       310: en*    at      pci? dev ? function ?           # ENI PCI ATM (untested)
1.103     fvdl      311: ep*    at      pci? dev ? function ?           # 3COM 3c59x
1.120     christos  312: epic*  at      pci? dev ? function ?           # SMC EPIC/100 Ethernet
1.130     kleink    313: eso*   at      pci? dev ? function ?           # ESS Solo-1 PCI AudioDrive
1.191     hubertf   314: ex*    at      pci? dev ? function ?           # 3COM 3c90x[BC] Ethernet
1.43      cgd       315: fpa*   at      pci? dev ? function ?           # DEC DEFPA FDDI
1.75      enami     316: fxp*   at      pci? dev ? function ?           # Intel EEPRO 10+/100B
1.187     thorpej   317: gsip*  at      pci? dev ? function ?           # NS DP83820 Gigabit Ethernet
1.186     lukem     318: iha*   at      pci? dev ? function ?           # Initio INIC-940/950 SCSI
1.43      cgd       319: isp*   at      pci? dev ? function ?           # Qlogic ISP 10x0 SCSI
1.20      cgd       320: le*    at      pci? dev ? function ?           # PCI LANCE Ethernet (untested)
1.187     thorpej   321: sf*    at      pci? dev ? function ?           # Adaptec AIC-6915 Ethernet
1.161     thorpej   322: siop*  at      pci? dev ? function ?           # Symbios 53c8xx SCSI
1.230.2.1  skrll     323: esiop* at      pci? dev ? function ?           # Symbios 53c875 SCSI and newer
1.181     ad        324: mlx*   at      pci? dev ? function ?           # Mylex DAC960 / DEC SWXCR (untested)
1.228     thorpej   325: mpt*   at      pci? dev ? function ?           # LSI Fusion SCSI/FC
1.120     christos  326: ne*    at      pci? dev ? function ?           # NE2000-compatible Ethernet
                    327: ohci*  at      pci? dev ? function ?           # USB Open Host Controller
1.230.2.3  skrll     328: ehci*  at      pci? dev ? function ?           # USB-2 Host controller
1.43      cgd       329: pceb*  at      pci? dev ? function ?           # Intel PCI-EISA Bridges
1.230.2.5  skrll     330: pciide* at     pci? dev ? function ? flags 0x0000      # GENERIC pciide driver
                    331: acardide* at   pci? dev ? function ?           # Acard IDE controllers
                    332: aceride* at    pci? dev ? function ?           # Acer Lab IDE controllers
                    333: artsata* at    pci? dev ? function ?           # Intel i31244 SATA controller
                    334: cmdide* at     pci? dev ? function ?           # CMD tech IDE controllers
                    335: cypide* at     pci? dev ? function ?           # Cypress IDE controllers
                    336: hptide* at     pci? dev ? function ?           # Triones/HighPoint IDE controllers
                    337: optiide* at    pci? dev ? function ?           # Opti IDE controllers
                    338: piixide* at    pci? dev ? function ?           # Intel IDE controllers
                    339: pdcide* at     pci? dev ? function ?           # Promise IDE controllers
1.230.2.8  skrll     340: pdcsata* at    pci? dev ? function ?           # Promise SATA150 controllers
1.230.2.5  skrll     341: satalink* at   pci? dev ? function ?           # SiI SATALink controllers
                    342: siside* at     pci? dev ? function ?           # SiS IDE controllers
                    343: slide*  at     pci? dev ? function ?           # Symphony Labs IDE controllers
                    344: viaide* at     pci? dev ? function ?           # VIA/AMD/Nvidia IDE controllers
1.108     thorpej   345: pcscp* at      pci? dev ? function ?           # AMD Am53c974 PCscsi-PCI
1.43      cgd       346: ppb*   at      pci? dev ? function ?           # PCI-PCI Bridges
1.230.2.1  skrll     347: rtk*   at      pci? dev ? function ?           # Realtek 8129/8139 Ethernet
1.43      cgd       348: sio*   at      pci? dev ? function ?           # Intel PCI-ISA Bridges
1.131     thorpej   349: sip*   at      pci? dev ? function ?           # SiS 900 Ethernet
1.223     mjacob    350: stge*  at      pci? dev ? function ?           # Sundance/Tamarack TC9021 GigE
1.120     christos  351: sv*    at      pci? dev ? function ?           # S3 SonicVibes
1.43      cgd       352: tga*   at      pci? dev ? function ?           # DEC ZLXp-E[123] Graphics
1.131     thorpej   353: ti*    at      pci? dev ? function ?           # Alteon Tigon Gig-E
1.99      thorpej   354: tl*    at      pci? dev ? function ?           # TI ThunderLAN Ethernet
1.131     thorpej   355: tlp*   at      pci? dev ? function ?           # DECchip 21x4x and clones
1.120     christos  356: uhci*  at      pci? dev ? function ?           # USB Univ. Host Controller
1.49      cgd       357: vga*   at      pci? dev ? function ?           # PCI VGA Graphics
1.120     christos  358: vr*    at      pci? dev ? function ?           # VIA Rhine Fast Ethernet
1.222     grant     359: wi*    at      pci? dev ? function ?           # Lucent/Intersil WaveLAN/IEEE
1.183     minoura   360: yds*   at      pci? dev ? function ?           # Yamaha DS-1 PCI Audio
1.120     christos  361:
1.195     itohy     362: opl*   at      cmpci? flags 1
1.130     kleink    363: opl*   at      eso?
1.107     augustss  364: #opl*  at      sv?
1.183     minoura   365: opl*   at      yds?
1.130     kleink    366:
1.195     itohy     367: mpu*   at      cmpci?
1.130     kleink    368: mpu*   at      eso?
1.183     minoura   369: mpu*   at      yds?
1.196     itohy     370:
1.99      thorpej   371: # MII/PHY support
1.121     christos  372: exphy* at mii? phy ?                   # 3Com internal PHYs
1.205     wiz       373: icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS189x
1.121     christos  374: inphy* at mii? phy ?                   # Intel 82555 PHYs
                    375: lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
1.187     thorpej   376: gphyter* at mii? phy ?                 # NS83861 Gig-E PHY
1.121     christos  377: nsphy* at mii? phy ?                   # NS83840 PHYs
                    378: qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
                    379: sqphy* at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
                    380: tlphy* at mii? phy ?                   # ThunderLAN PHYs
                    381: ukphy* at mii? phy ?                   # generic unknown PHYs
1.7       cgd       382:
1.9       cgd       383: # ISA/EISA bus support
1.161     thorpej   384: isa*   at      jensenio?
                    385: eisa*  at      jensenio?
1.9       cgd       386: isa*   at      pceb?
                    387: eisa*  at      pceb?
                    388: isa*   at      sio?
1.177     mycroft   389: #isapnp*       at      isa?
1.8       cgd       390:
                    391: # ISA devices
1.29      cgd       392: mcclock* at    isa? port 0x70
1.140     cjs       393: pckbc* at      isa?                            # PC keyboard controller
1.81      drochner  394: pckbd* at      pckbc?                          # PC keyboard (kbd port)
1.109     drochner  395: pms*   at      pckbc?                          # PS/2-style mouse (aux port)
1.83      thorpej   396: pcppi* at      isa?                            # PC prog. periph. interface
                    397: spkr0  at      pcppi?                          # IBM BASIC emulation
1.98      drochner  398: isabeep0 at    pcppi?                          # "keyboard" beep
1.29      cgd       399: com*   at      isa? port 0x3f8 irq 4           # standard serial ports
                    400: com*   at      isa? port 0x2f8 irq 3
1.97      thorpej   401: cs*    at      isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
1.170     tsutsui   402: ec0    at      isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
1.52      cjs       403: ep*    at      isa? port ? irq ?               # 3COM 3c509 Ethernet
1.177     mycroft   404: #ep*   at      isapnp?
                    405: #ix0   at      isa? port 0x300 irq 10          # EtherExpress/16
                    406: #iy0   at      isa? port 0x360 irq ?           # EtherExpress PRO 10 ISA
1.112     thorpej   407: fdc0   at      isa? port 0x3f0 irq 6 drq 2     # floppy controller
1.86      matt      408: lc0    at      isa? port 0x300 iomem ? irq ?   # DEC EtherWORKS III (LEMAC)
                    409: lc1    at      isa? port 0x320 iomem ? irq ?   # DEC EtherWORKS III (LEMAC)
                    410: depca0 at      isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5       # DEPCA
                    411: depca1 at      isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10       # DEPCA
                    412: le*    at      depca?
1.29      cgd       413: lpt*   at      isa? port 0x3bc irq 7           # standard parallel port
                    414: vga*   at      isa?                            # ISA (EISA: XXX) VGA
1.74      thorpej   415: wdc0   at      isa? port 0x1f0 irq 14          # ST506/ESDI/IDE controllers
                    416: wdc1   at      isa? port 0x170 irq 15
1.177     mycroft   417: #wdc*  at      isapnp?
1.198     lukem     418: we0    at      isa? port 0x280 iomem 0xd0000 irq 9     # WD/SMC Ethernet
                    419: we1    at      isa? port 0x300 iomem 0xcc000 irq 10
1.108     thorpej   420: #wss*  at      isa? port 0x530 irq 9 drq 0     # Windows Sound System
1.177     mycroft   421: #wss*  at      isapnp?
1.204     ross      422:
                    423: ess0   at      isa? port 0x220 irq 5 drq 1 drq2 5   # ESS 18XX
1.114     ross      424: sb*    at      isa? port 0x220 irq 5 drq 1     # SoundBlaster
                    425: #sb*   at      isapnp?
1.119     dante     426: #adv*  at      isa? port ? irq ? drq ?         # AdvanSys APB-514[02]
1.56      thorpej   427: aha*   at      isa? port 0x330 irq ? drq ?     # Adaptec 154[02] SCSI
                    428: aha*   at      isa? port 0x334 irq ? drq ?     # Adaptec 154[02] SCSI
                    429: bha*   at      isa? port 0x330 irq ? drq ?     # BusLogic [57]4X SCSI (unt.)
                    430: bha*   at      isa? port 0x334 irq ? drq ?     # BusLogic [57]4X SCSI (unt.)
                    431: uha*   at      isa? port 0x330 irq ? drq ?     # UltraStor [13]4f SCSI (unt.)
                    432: uha*   at      isa? port 0x334 irq ? drq ?     # UltraStor [13]4f SCSI (unt.)
1.152     matt      433: pcic0  at      isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
                    434: pcic1  at      isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
                    435: pcmcia*        at      pcic? controller ? socket ?
1.15      cgd       436:
                    437: # EISA devices
1.56      thorpej   438: ahb*   at      eisa? slot ?                    # Adaptec 174[024] SCSI (unt.)
1.44      cgd       439: ahc*   at      eisa? slot ?                    # Adaptec 274x, aic7770 SCSI
                    440: bha*   at      eisa? slot ?                    # BusLogic 7xx SCSI
1.53      cjs       441: ep*    at      eisa? slot ?                    # 3COM 3c579 Ethernet (untested)
1.50      cgd       442: fea*   at      eisa? slot ?                    # DEC DEFEA FDDI
1.184     ad        443: mlx*   at      eisa? slot ?                    # Mylex DAC960 / DEC SWXCR (untested)
1.131     thorpej   444: tlp*   at      eisa? slot ?                    # DEC DE-425 Ethernet
1.163     thorpej   445: depca* at      eisa? slot ?                    # DEC DE-422 Ethernet
                    446: le*    at      depca?
1.56      thorpej   447: uha*   at      eisa? slot ?                    # UltraStor 24f SCSI (unt.)
1.7       cgd       448:
1.152     matt      449: # PCMCIA device
1.230.2.2  skrll     450: com*   at      pcmcia? function ?      # Modems and serial cards
                    451:
                    452: aic*   at      pcmcia? function ?      # Adaptec APA-1460 SCSI
                    453: spc*   at      pcmcia? function ?      # Fujitsu MB87030 SCSI
                    454:
                    455: wdc*   at      pcmcia? function ?      # PCMCIA IDE controllers
                    456:
                    457: ep*    at      pcmcia? function ?      # 3Com 3c589 and 3c562 Eth.
                    458: mbe*   at      pcmcia? function ?      # MB8696x based Ethernet
                    459: ne*    at      pcmcia? function ?      # NE2000-compatible Eth.
                    460: ray*   at      pcmcia? function ?      # Raytheon Raylink (802.11)
                    461: sm*    at      pcmcia? function ?      # Megahertz Ethernet
                    462: wi*    at      pcmcia? function ?      # Lucent/Intersil WaveLAN/IEEE
                    463: xirc*  at      pcmcia? function ?      # Xircom CreditCard Ethernet
                    464: com*   at      xirc?
                    465: xi*    at      xirc?
                    466: mhzc*  at      pcmcia? function ?      # Megahertz Ethernet/Modem combo cards
                    467: com*   at      mhzc?
                    468: sm*    at      mhzc?
1.152     matt      469:
1.8       cgd       470: # SCSI bus support
1.230.2.1  skrll     471: scsibus* at    scsi?
1.1       cgd       472:
1.8       cgd       473: # SCSI devices
1.31      cgd       474: cd*    at      scsibus? target ? lun ?         # SCSI CD-ROM drives
                    475: sd*    at      scsibus? target ? lun ?         # SCSI disk drives
                    476: st*    at      scsibus? target ? lun ?         # SCSI tape drives
1.51      cgd       477:
1.230.2.1  skrll     478: # ATA (IDE) bus support
                    479: atabus* at ata?
                    480:
                    481: # IDE drives
                    482: wd*    at      atabus? drive ?
1.74      thorpej   483:
                    484: # ATAPI bus support
1.230.2.1  skrll     485: atapibus* at   atapi?
1.74      thorpej   486:
                    487: # ATAPI devices
                    488: sd*    at      atapibus? drive ?               # ATAPI disk devices
                    489: cd*    at      atapibus? drive ?               # ATAPI CD-ROM devices
1.112     thorpej   490:
                    491: # Floppy drives
                    492: fd*    at      fdc? drive ?
1.150     ad        493:
                    494: # Hardware RAID devices
1.173     ad        495: ld*    at      cac? unit ?
1.182     itojun    496: ld*    at      mlx? unit ?
1.108     thorpej   497:
                    498: # USB bus support
                    499: usb*   at uhci?
                    500: usb*   at ohci?
1.230.2.3  skrll     501: usb*   at ehci?
1.108     thorpej   502:
1.127     augustss  503: # USB Hubs
1.108     thorpej   504: uhub*  at usb?
1.127     augustss  505: uhub*  at uhub? port ? configuration ? interface ?
1.108     thorpej   506:
1.201     augustss  507: # USB HID device
                    508: uhidev*        at uhub? port ? configuration ? interface ?
                    509:
1.127     augustss  510: # USB Mice
1.201     augustss  511: ums*   at uhidev? reportid ?
1.133     mycroft   512: wsmouse*       at ums?
1.108     thorpej   513:
                    514: # USB Keyboards
1.201     augustss  515: ukbd*  at uhidev? reportid ?
1.133     mycroft   516: wskbd* at ukbd? console ?
1.230.2.3  skrll     517: options         WSDISPLAY_COMPAT_RAWKBD
1.108     thorpej   518:
                    519: # USB Generic HID devices
1.201     augustss  520: uhid*  at uhidev? reportid ?
1.108     thorpej   521:
1.127     augustss  522: # USB Printer
                    523: ulpt*  at uhub? port ? configuration ? interface ?
                    524:
                    525: # USB Modem
                    526: umodem*        at uhub? port ? configuration ?
1.142     augustss  527: ucom*  at umodem?
1.128     thorpej   528:
                    529: # USB Mass Storage
                    530: umass* at uhub? port ? configuration ? interface ?
1.230.2.1  skrll     531: atapibus* at umass?
1.128     thorpej   532: scsibus* at umass? channel ?
1.138     augustss  533:
1.230.2.5  skrll     534: # USB audio
                    535: uaudio*        at uhub? port ? configuration ?
                    536:
                    537: # USB MIDI
                    538: umidi* at uhub? port ? configuration ?
                    539:
                    540: # USB IrDA
                    541: # USB-IrDA bridge spec
                    542: uirda* at uhub? port ? configuration ? interface ?
                    543: irframe* at uirda?
                    544:
                    545: # SigmaTel STIr4200 USB/IrDA Bridge
                    546: ustir* at uhub? port ?
                    547: irframe* at ustir?
                    548:
1.138     augustss  549: # USB Ethernet adapters
                    550: aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
1.230.2.6  skrll     551: axe*   at uhub? port ?         # ASIX AX88172 based adapters
1.138     augustss  552: cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
                    553: kue*   at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
1.224     augustss  554: url*   at uhub? port ?         # Realtek RTL8150L based adapters
1.230.2.1  skrll     555: udav*  at uhub? port ?         # Davicom DM9601 based adapters
1.178     nathanw   556:
                    557: # Serial adapters
                    558: # FTDI FT8U100AX serial adapter
                    559: uftdi* at uhub? port ?
                    560: ucom*  at uftdi? portno ?
1.169     augustss  561:
                    562: # USB scanners
                    563: uscanner* at uhub? port ?
1.179     augustss  564:
                    565: # Y@P firmware loader
                    566: uyap* at uhub? port ?
1.219     fair      567:
                    568: # D-Link DSB-R100 USB FM radio tuner
                    569: udsbr* at uhub? port ?
                    570: radio* at udsbr?
1.127     augustss  571:
                    572: # USB Generic driver
                    573: ugen*  at uhub? port ?
1.11      cgd       574:
1.230.2.5  skrll     575: # Audio support
                    576: audio* at audiobus?
                    577: midi*  at midibus?
                    578: midi*  at pcppi?
                    579:
1.11      cgd       580: # Workstation Console attachments
1.215     ad        581: wsdisplay*     at      cfb?
                    582: wsdisplay*     at      mfb?
                    583: wsdisplay*     at      tfb?
                    584: wsdisplay*     at      sfb?
                    585: #wsdisplay*    at      sfbp?
                    586: wsdisplay*     at      px?
                    587: wsdisplay*     at      pxg?
1.81      drochner  588: wsdisplay*     at      vga?
                    589: wsdisplay*     at      tga?
1.215     ad        590: wskbd*         at      lkkbd? console ?
                    591: wsmouse*       at      vsms?
1.133     mycroft   592: wskbd*         at      pckbd?
                    593: wsmouse*       at      pms?
1.1       cgd       594:
1.230.2.1  skrll     595: pseudo-device  crypto                  # opencrypto framework
                    596:
1.19      cgd       597: pseudo-device  bpfilter        16
1.34      cgd       598: pseudo-device  ccd             4
1.217     elric     599: #pseudo-device cgd             4       # cryptographic disk devices
1.202     oster     600: pseudo-device  raid            8       # RAIDframe disk driver
                    601: options        RAID_AUTOCONFIG         # auto-configuration of RAID components
                    602: # Options to enable various other RAIDframe RAID types.
1.221     itohy     603: # options      RF_INCLUDE_EVENODD=1
                    604: # options      RF_INCLUDE_RAID5_RS=1
                    605: # options      RF_INCLUDE_PARITYLOGGING=1
                    606: # options      RF_INCLUDE_CHAINDECLUSTER=1
                    607: # options      RF_INCLUDE_INTERDECLUSTER=1
1.202     oster     608: # options      RF_INCLUDE_PARITY_DECLUSTERING=1
1.221     itohy     609: # options      RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1.230.2.9  skrll     610: pseudo-device  fss             4       # file system snapshot device
1.67      cjs       611: pseudo-device  ipfilter        1
1.34      cgd       612: pseudo-device  loop            1
                    613: pseudo-device  md              1
                    614: pseudo-device  ppp             4
1.200     martin    615: pseudo-device  pppoe                   # PPP over Ethernet (RFC 2516)
1.166     jdolecek  616: pseudo-device  pty                     # pseudo-terminals
1.19      cgd       617: pseudo-device  sl              4
                    618: pseudo-device  vnd             4
1.106     hwr       619: #pseudo-device gre             2       # generic L3 over IP tunnel
1.137     itojun    620: pseudo-device  gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
                    621: #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
1.148     itojun    622: #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
1.175     bouyer    623: pseudo-device  vlan                    # IEEE 802.1q encapsulation
1.192     atatat    624: pseudo-device  bridge                  # simple inter-network bridging
1.226     perseant  625: #options       BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
1.139     mycroft   626: pseudo-device  sequencer       1       # MIDI sequencer
1.167     itojun    627: pseudo-device  rnd                     # /dev/random and in-kernel generator
1.69      explorer  628: #options       RND_COM                 # use "com" randomness too
1.209     lukem     629: pseudo-device  clockctl                # user control of clock subsystem
1.230     gmcgarry  630: pseudo-device  wsfont
1.230.2.3  skrll     631: pseudo-device  wsmux                   # mouse and keyboad multiplexing
1.229     ragge     632: pseudo-device  ksyms                   # /dev/ksyms
1.230.2.1  skrll     633: #pseudo-device pf                      # PF packet filter
                    634: #pseudo-device pflog                   # PF log if

CVSweb <webmaster@jp.NetBSD.org>