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

Annotation of www/vax.html, Revision 1.19

1.3       fn          1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
1.1       deraadt     3: <head>
                      4: <title>OpenBSD/vax</title>
1.3       fn          5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD/vax page">
                      8: <meta name="keywords" content="openbsd,vax">
                      9: <meta name="distribution" content="global">
1.9       deraadt    10: <meta name="copyright" content="This document copyright 1996, 1997 by OpenBSD.">
1.3       fn         11: </head>
                     12:
1.10      johns      13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.1       deraadt    15: <h2>OpenBSD/vax</h2>
                     16:
1.3       fn         17: <hr>
                     18: <h3><strong>History and Status:</strong></h3>
1.1       deraadt    19:
1.12      ericj      20: <p>
1.17      hugh       21: OpenBSD/vax began in early 2000 when architecture specific code was adapted
                     22: from NetBSD's very mature port to these systems. Smaller imports still occur
                     23: as useful changes happen in that OS. However, we are by no means wholly
                     24: derivative; most of the changes below have in fact been backported to NetBSD.
                     25: The result of all this work is an OS environment that is comfortable and
                     26: familiar to any OpenBSD user.
1.12      ericj      27: </p>
                     28:
                     29: <p>
1.17      hugh       30: <b>Significant changes contained in the post release snapshot:</b>
1.16      hugh       31: </p>
                     32: <ul>
                     33: <li>Support for 16 filesystems per drive. (work by hugh)
                     34: <li>Emulation of the EMODD instruction. (work by bjc)
                     35: <li>Support for KA53 (Cheetah) machines. (work by bjc & hugh)
1.17      hugh       36: <li>Interrupt signals no longer cause ksh subshells to core. (work by bjc)
1.16      hugh       37: </ul>
                     38:
                     39: <p>
1.18      hugh       40: OpenBSD runs on a wide variety of VAX hardware, but our
                     41: <a href="want.html#vax">inventory of systems</a>
                     42: is limited. We rely on your feedback to know what is supported, and what
                     43: needs work. After you finish installing and road testing your new system,
                     44: consider running "dmesg |mail dmesg@openbsd.org" as this helps us to
                     45: confirm what types of hardware people are using. The machines listed on
                     46: this page are known to be working as of the most recent snapshot.
1.17      hugh       47: </p>
                     48:
                     49: <table COLS=2 WIDTH="100%">
                     50: <tr VALIGN=top>
                     51:     <td WIDTH="50%">
                     52:        <p>
                     53:        <b>Tested systems:</b>
                     54:        </p>
                     55:
                     56:        <ul>
                     57:        <li>VAXstation/MicroVAX 2000
1.19    ! hugh       58:        <li>VAXstation 3100/{30,40} (<font color="#009900">SCSI</font>)
        !            59:        <li>VAXstation 3100/{38,48} (<font color="#009900">SCSI</font>)
1.17      hugh       60:        <li>VAXstation 3100/76 (<font color="#009900">SCSI</font>)
                     61:        <li>VAXstation 4000/60 (<font color="#009900">SCSI</font>)
1.18      hugh       62:        <li>MicroVAX 3100/{10,20}{,e} (<font color="#009900">SCSI</font>)
                     63:        <li>MicroVAX 3100/80 (<font color="#009900">SCSI</font>)
                     64:        <li>MicroVAX 3100/90 (<font color="#009900">SCSI</font>)
1.17      hugh       65:        <li>MicroVAX 3300 (<font color="#009900">SCSI</font>)
                     66:        <li>VAX 4000/100 (<font color="#009900">SCSI</font>)
                     67:        <li>VAX 4000/105 (<font color="#009900">SCSI</font>)
                     68:        <li>VAX 4000/300
                     69:        </ul>
                     70:     </td>
                     71:     <td WIDTH="50%">
                     72:
                     73:        <p>
                     74:        <b>Projects being worked on:</b>
                     75:        </p>
                     76:
                     77:        <ul>
                     78:        <li>vaxstation 2000's hdc9224 (floppy/mfm hard disk controller)
                     79:        <li>qbus tk50/tk70 tape drives
                     80:        <li>shared libraries
                     81:         <li>support for new systems as we obtain them
                     82:        <li>graphics console once we find cables and a display...
                     83:        </ul>
1.12      ericj      84:
1.17      hugh       85:        <p>
                     86:        <b>Known problems:</b>
                     87:        </p>
                     88:
                     89:        <ul>
                     90:        <li>optimizer bugs in gcc
                     91:        <li>intermittent lance ethernet timeouts
                     92:        <li>pmap issues
                     93:        </ul>
                     94:     </td>
                     95: </tr>
                     96: </table>
1.15      hugh       97:
                     98: <p>
                     99: The current release OpenBSD/vax is 2.8; however, snapshots will be made from time to time.
1.12      ericj     100: </p>
                    101:
1.13      ericj     102: <p>
1.18      hugh      103: The OpenBSD/vax port maintainers are <a href=mailto:bjc@cvs.openbsd.org>Brandon Creighton</a>
                    104: and <a href=mailto:hugh@cvs.openbsd.org>Hugh Graham</a>.
1.13      ericj     105: </p>
                    106:
1.8       downsj    107: <br><br>
1.3       fn        108: <hr>
1.11      pauls     109: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   110: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.3       fn        111: <br>
1.19    ! hugh      112: <small>$OpenBSD: vax.html,v 1.18 2001/02/16 17:39:34 hugh Exp $</small>
1.3       fn        113:
                    114: </body>
                    115: </html>