version revision 1.3
11.3Sbjh21$NetBSD: version,v 1.3 2001/08/02 12:24:09 bjh21 Exp $
21.1Sjdolecek
31.1SjdolecekNOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
41.1Sjdolecekfile is important - make sure the entries are appended on end, last item
51.1Sjdolecekis taken as the current.
61.1Sjdolecek
71.1Sjdolecek1.0:	Initial import.
81.1Sjdolecek1.1:	Bunch of small fixes to make boot work on most VAXen.
91.1Sjdolecek1.2:	Use common routines to identify cpu type.
101.1Sjdolecek	Set up a SCB to be able to handle clock interrupts in the boot program.
111.1Sjdolecek	Now timer countdown should work on all types of vaxen.
121.1Sjdolecek1.3:	Unify the ra and tmscp driver.
131.1Sjdolecek	Standalone driver for the Digital Equipment Unibus Network Adapter
141.1Sjdolecek	(DEUNA). This allows 11/750 owners to install from a single TU58
151.1Sjdolecek	cassette.
161.1Sjdolecek	Adopt to the RPB changes. Complete change of how network devices are
171.1Sjdolecek	handled. No more hacks to find bus addresses.
181.1Sjdolecek1.5:	Standalone device driver for DEBNx (ni) ethernet controllers.
191.1Sjdolecek1.6:	Add support for VAX 6000 + VAX 8000. Tweak console routines.
201.1Sjdolecek	Create a fake RPB if either netbooted (on machine without RPB) or
211.1Sjdolecek	loaded from console storage (without VMB intervention).
221.1Sjdolecek1.7:	Add support for loading a 2nd stage boot in either a.out or ELF.
231.1Sjdolecek	Add support for loading a 2nd stage boot directly to it's desired
241.1Sjdolecek	address if possible.
251.1Sjdolecek	Cleanup use of u_int/size_t.
261.1Sjdolecek1.8:	Switch to loadfile instead of exec.  Now we can load a.out or ELF
271.1Sjdolecek	kernels.
281.2Sjdolecek1.9:	Support verbose/quiet boot.
291.3Sbjh211.10:	loadfile() update:  ELF symbols no longer need backward seeks.
30