Home | History | Annotate | Line # | Download | only in boot
      1 $NetBSD: version,v 1.8 2016/01/17 04:53:16 tsutsui Exp $
      2 
      3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
      4 file is important - make sure the entries are appended on end, last item
      5 is taken as the current.
      6 
      7 1.0:	Initial import.
      8 1.1:	Bunch of small fixes to make boot work on most VAXen.
      9 1.2:	Use common routines to identify CPU type.
     10 	Set up a SCB to be able to handle clock interrupts in the boot program.
     11 	Now timer countdown should work on all types of vaxen.
     12 1.3:	Unify the ra and tmscp driver.
     13 	Standalone driver for the Digital Equipment Unibus Network Adapter
     14 	(DEUNA). This allows 11/750 owners to install from a single TU58
     15 	cassette.
     16 	Adopt to the RPB changes. Complete change of how network devices are
     17 	handled. No more hacks to find bus addresses.
     18 1.5:	Standalone device driver for DEBNx (ni) ethernet controllers.
     19 1.6:	Add support for VAX 6000 + VAX 8000. Tweak console routines.
     20 	Create a fake RPB if either netbooted (on machine without RPB) or
     21 	loaded from console storage (without VMB intervention).
     22 1.7:	Add support for loading a 2nd stage boot in either a.out or ELF.
     23 	Add support for loading a 2nd stage boot directly to its desired
     24 	address if possible.
     25 	Cleanup use of u_int/size_t.
     26 1.8:	Switch to loadfile instead of exec.  Now we can load a.out or ELF
     27 	kernels.
     28 1.9:	Support verbose/quiet boot.
     29 1.10:	loadfile() update:  ELF symbols no longer need backward seeks.
     30 1.11:	loadfile() update to avoid backwards seeks for ELF Program Headers.
     31 1.12:	Disable slow gunzip CRC32 calculation.
     32