xref: /netbsd-src/sys/arch/prep/stand/boot/version (revision 158f609ada1db7f3804af6fced5cde3ae33a24e5)
1$NetBSD: version,v 1.13 2012/05/19 14:40:13 kiyohara 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:		Boot program for IBM Power Serise 830; initial revision
81.2:		Support verbose/quiet boot.
91.3:		loadfile() update:  ELF symbols no longer need backward seeks.
101.4:		loadfile() update to avoid backwards seeks for ELF Program
11		Headers.
121.5:		Support MPC601.
131.6:		Remove fd.c, video.c.  Compile without DB_MONITOR. Cleanup,
14		KNF.
151.7:		Rewrite vreset.c, make it work and always run it. Stop using
16		cd9660 and ufs, replace with nullfs because we don't need one.
171.8:		Do not always run vreset.  When resetting, only do the pci
18		stuff when we find an actual pci card.
191.9:		Support load kernel from SCSI HDD with siop.
20		It copy from bebox.  (EXPERIMENTAL)
21