[BACK]Return to cats.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/cats.html, Revision 1.39

1.39    ! bentley     1: <!doctype html>
        !             2: <html lang=en id=platform>
        !             3: <meta charset=utf-8>
        !             4:
1.1       drahn       5: <title>OpenBSD/cats</title>
                      6: <meta name="description" content="the OpenBSD/cats page">
1.36      tb          7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.37      tb          9: <link rel="canonical" href="https://www.openbsd.org/cats.html">
1.1       drahn      10:
1.7       krw        11:
1.39    ! bentley    12: <h2 id=OpenBSD>
1.36      tb         13: <a href="index.html">
1.39    ! bentley    14: <i>Open</i><b>BSD</b></a>
        !            15: cats
1.36      tb         16: </h2>
                     17: <hr>
1.39    ! bentley    18:
        !            19: <table><tr><td>
1.36      tb         20: <p>
1.26      miod       21: OpenBSD/cats used to run on the
1.1       drahn      22: <a href="http://www.simtec.co.uk/">Simtec Electronics</a>
                     23: <a href="http://www.simtec.co.uk/products/EB110ATX/">StrongARM
                     24: 110 Evaluation Board</a>.
1.39    ! bentley    25:
1.16      drahn      26: <p>
1.28      deraadt    27: <strong>The OpenBSD/cats port was discontinued after the 4.0 release.</strong>
1.39    ! bentley    28: </table>
1.28      deraadt    29:
1.35      deraadt    30: <hr>
1.7       krw        31:
1.39    ! bentley    32: <h3 id="history"><strong>History:</strong></h3>
1.1       drahn      33:
                     34: <p>
                     35: OpenBSD/cats was started based on NetBSD -current code of January 2004.
1.21      deraadt    36: It was used as a reasonably fast foundation to the
1.17      miod       37: <a href="zaurus.html">zaurus</a> port.
                     38:
                     39: <p>
                     40: Once the zaurus port was running well, cats was neglected due to the
1.32      mmcc       41: (relative) lack of hardware and the deceiving hardware reliability,
                     42: and was dropped shortly after the inception of the
1.18      miod       43: <a href="armish.html">armish</a> port.
1.1       drahn      44:
                     45: <hr>
1.39    ! bentley    46: <h3 id="status"><strong>Current status:</strong></h3>
1.1       drahn      47:
                     48: <p>
                     49: The Simtec StrongARM 110 Evaluation Board is the only supported board at
                     50: the current time.
                     51:
                     52: <hr>
1.39    ! bentley    53: <h3 id="hardware"><strong>Supported peripherals:
        !            54: </strong></h3>
1.1       drahn      55:
1.4       miod       56: <p>
                     57: Currently only the following hardware has been tested:
                     58:
1.1       drahn      59: <ul>
                     60: <li><strong>Onboard PCI modules</strong> (pci)
                     61: <ul>
                     62: <li>Acer Labs M5229 UDMA IDE
                     63: </ul>
                     64:
                     65: <li><strong>PCI-Bridges</strong>
1.39    ! bentley    66: (<a href="https://man.openbsd.org/cats/pchb.4">pchb</a>)
1.1       drahn      67: <ul>
                     68: <li>Acer Labs M1533 ISA
                     69: </ul>
                     70:
                     71: <li><strong>Video Cards</strong>
                     72: <ul>
                     73: <li>S3 PCI VGA
                     74: </ul>
                     75:
                     76: <li><strong>Ethernet</strong>
                     77: <ul>
1.39    ! bentley    78: <li>ASIX 88140A/88141-based PCI adapters (<a href="https://man.openbsd.org/cats/dc.4">dc</a>), including:
1.10      kevlo      79:     <ul>
                     80:     <li>CNet Pro110B
                     81:     <li>Alfa Inc. GFC2204
                     82:     </ul>
1.39    ! bentley    83: <li>Novell NE1000, NE2000 (ISA, and PCI variants thereof) (<a href="https://man.openbsd.org/cats/ne.4">ne</a>) <sup>(B)</sup>
        !            84: <li>VIA Rhine/RhineII/RhineIII Ethernet adapters (<a href="https://man.openbsd.org/cats/vr.4">vr</a>), including:
1.1       drahn      85:     <ul>
                     86:     <li>Addtron AEF-360TX
                     87:     <li>Hawking PN102TX
                     88:     <li>D-Link DFE530TX
                     89:     </ul>
1.39    ! bentley    90: <li>DEC DECchip 21143 (Tulip clones) (<a href="https://man.openbsd.org/cats/dc.4">dc</a>)
        !            91: <li>Intel i8255x-based (except the i82556) PCI adapters (<a href="https://man.openbsd.org/cats/fxp.4">fxp</a>), including:
1.1       drahn      92:     <ul>
                     93:     <li>Intel EtherExpress PRO/10+
                     94:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                     95:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                     96:     <li>Intel EtherExpress PRO/100 Dual Port
                     97:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
                     98:     </ul>
1.39    ! bentley    99: <li>Intel 21145-based PCI adapters (<a href="https://man.openbsd.org/cats/dc.4">dc</a>)
1.3       brad      100: </ul>
1.1       drahn     101:
                    102: <li><strong>SCSI and IDE Host Adapters</strong>
                    103: <ul>
1.7       krw       104:   <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    105:     AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
                    106:     adapters
1.39    ! bentley   107:     (<a href="https://man.openbsd.org/ahc.4"
1.7       krw       108:     >ahc</a>)
                    109:     including the Adaptec cards
                    110:     <ul>
                    111:       <li>AHA-274X[W,T]
                    112:       <li>AHA-284X
                    113:       <li>AHA-2910, AHA-2915
                    114:       <li>AHA-2920
                    115:       <li>AHA-2930[C,U2]
                    116:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    117:       <li>AHA-2950[U2W,U2B]
                    118:       <li>AHA-3940[U,AU,UW,AUW,U2W]
                    119:       <li>AHA-3950U2
                    120:       <li>AHA-3960
                    121:       <li>AHA-3985
                    122:       <li>AHA-4944UW
                    123:       <li>AHA-19160B
                    124:       <li>AHA-29160[B,N]
                    125:       <li>AHA-39160
                    126:     </ul>
                    127:   <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI host
                    128:     adapters including generic cards, old ASUS cards, the DTC-3130
                    129:     series, and Diamond Fireport series
1.39    ! bentley   130:     (<a href="https://man.openbsd.org/cats/siop.4"
1.7       krw       131:     >siop</a>)
1.1       drahn     132: <li>All PCI IDE
1.39    ! bentley   133: (<a href="https://man.openbsd.org/cats/pciide.4">pciide</a>)
1.1       drahn     134: adapters supported by the <a href="i386.html">i386</a> platform
                    135: </ul>
                    136:
                    137: <li><strong>Drives</strong>
                    138: <ul>
                    139: <li>All IDE devices supported on the <a href="i386.html">i386</a> platform.
                    140: <li>All ATAPI drives supported on the <a href="i386.html">i386</a> platform.
                    141: <li>All SCSI drives supported on the <a href="i386.html">i386</a> platform.
                    142: </ul>
                    143:
                    144: <li><strong>USB Controllers/Hubs</strong>
1.4       miod      145: <p>
1.6       miod      146: USB support does not work correctly on all boards at the moment.<br>
1.4       miod      147: <ul>
1.39    ! bentley   148: <li>OHCI: Acer Labs M5237 USB (<a href="https://man.openbsd.org/cats/ohci.4">ohci</a>)
1.1       drahn     149: </ul>
                    150:
                    151: <li><strong>USB Devices</strong>
                    152: <ul>
1.39    ! bentley   153: <li>Alps Electric Apple USB Keyboard (<a href="https://man.openbsd.org/cats/ukbd.4">ukbd</a>)
        !           154: <li>Solid Year Keyboard and Mouse (<a href="https://man.openbsd.org/cats/ukbd.4">ukbd</a>) (<a href="https://man.openbsd.org/cats/ums.4">ums</a>)
        !           155: <li>Logitech M4848 (<a href="https://man.openbsd.org/cats/ums.4">ums</a>)
        !           156: <li>Kensington USB/PS2 Wheel Mouse (<a href="https://man.openbsd.org/cats/ums.4">ums</a>)
        !           157: <li>USB Zip Drives (<a href="https://man.openbsd.org/cats/umass.4">umass</a>)
1.1       drahn     158: </ul>
                    159:
                    160: <li><strong>Other Devices</strong>
                    161: <ul>
1.6       miod      162: <li>Serial Ports: the onboard serial port should work as
1.39    ! bentley   163: <a href="https://man.openbsd.org/cats/fcom.4">fcom</a>
1.6       miod      164: serial console or as a standard serial port.
1.1       drahn     165: </ul>
                    166:
1.2       deraadt   167: </ul>
                    168:
1.1       drahn     169: <hr>
1.39    ! bentley   170: <h3 id="install">
1.1       drahn     171: <strong>Getting and installing OpenBSD/cats:</strong>
1.39    ! bentley   172: </h3>
1.1       drahn     173:
                    174: <p>
1.24      jasper    175: The last supported OpenBSD/cats release was
1.17      miod      176: <a href="40.html">OpenBSD 4.0</a>.