[BACK]Return to version CVS log [TXT][DIR] Up to [local] / sys / arch / vax / boot / boot

Annotation of sys/arch/vax/boot/boot/version, Revision 1.1.1.1

1.1       nbrk        1: $OpenBSD: version,v 1.4 2007/04/10 17:47:55 miod Exp $
                      2: $NetBSD: version,v 1.4 2001/11/09 19:53:15 scw Exp $
                      3:
                      4: NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
                      5: file is important - make sure the entries are appended on end, last item
                      6: is taken as the current.
                      7:
                      8: 1.0:   Initial import.
                      9: 1.1:   Bunch of small fixes to make boot work on most VAXen.
                     10: 1.2:   Use common routines to identify cpu type.
                     11:        Set up a SCB to be able to handle clock interrupts in the boot program.
                     12:        Now timer countdown should work on all types of vaxen.
                     13: 1.3:   Unify the ra and tmscp driver.
                     14:        Standalone driver for the Digital Equipment Unibus Network Adapter
                     15:        (DEUNA). This allows 11/750 owners to install from a single TU58
                     16:        cassette.
                     17:        Adopt to the RPB changes. Complete change of how network devices are
                     18:        handled. No more hacks to find bus addresses.
                     19: 1.5:   Standalone device driver for DEBNx (ni) ethernet controllers.
                     20: 1.6:   Add support for VAX 6000 + VAX 8000. Tweak console routines.
                     21:        Create a fake RPB if either netbooted (on machine without RPB) or
                     22:        loaded from console storage (without VMB intervention).
                     23: 1.7:   Add support for loading a 2nd stage boot in either a.out or ELF.
                     24:        Add support for loading a 2nd stage boot directly to its desired
                     25:        address if possible.
                     26:        Cleanup use of u_int/size_t.
                     27: 1.8:   Switch to loadfile instead of exec.  Now we can load a.out or ELF
                     28:        kernels.
                     29: 1.9:   Support verbose/quiet boot.
                     30: 1.10:  Remove the 11/750 pcs code and the list of kernels to try to boot
                     31:        in order.
                     32:        Work around some PROM bugs in graphics mode which cause \h and \t not
                     33:        to behave as expected.
                     34: 1.11:  Better VXT2000{,+} support.
                     35: 1.12:  Glass console support on VXT2000{,+}.

CVSweb