xref: /netbsd/sys/arch/sun68k/stand/libsa/version (revision bf9ec67e)
1$NetBSD: version,v 1.3 2001/11/09 19:53:18 scw Exp $
2
3NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
4file is important - make sure the entries are appended on end, last item
5is taken as the current.
6
71.1:	Initial commit.
81.2:	Changed dvdma.c and netif_sun.c in libsa.
91.5:	Merge arch/sun3x into arch/sun3.
101.6:	Both netboot and ufsboot now look for any of:
11	{ "netbsd", "netbsd.old", "netbsd.$arch" } where arch=sun3 or
12	arch=sun3x based on the running machine type.  Boot media can
13	support both sun3 and sun3x by providing two kernels.
141.7:	Common boot programs run on both Sun 3 and 3X
15	machines, with different default kernel names
16	on each so shared root images are possible.
171.8:	Changed to use MI sys/conf/newvers_stand.sh & vers.c.
181.9:	Convert to ELF and use MI loadfile().
191.10:	loadfile() update:  ELF symbols no longer need backward seeks.
201.11:	loadfile() update to avoid backwards seeks for ELF Program Headers.
21