Sat Jan 11 08:20:51 2014 UTC ()
Bump version to denote support to pass boothowto and bootdev to kernel.


(tsutsui)
diff -r1.9 -r1.10 src/sys/arch/luna68k/stand/boot/version

cvs diff -r1.9 -r1.10 src/sys/arch/luna68k/stand/boot/version (expand / switch to unified diff)

--- src/sys/arch/luna68k/stand/boot/version 2014/01/10 11:12:03 1.9
+++ src/sys/arch/luna68k/stand/boot/version 2014/01/11 08:20:51 1.10
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1$NetBSD: version,v 1.9 2014/01/10 11:12:03 tsutsui Exp $ 1$NetBSD: version,v 1.10 2014/01/11 08:20:51 tsutsui Exp $
2 2
3NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this 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 4file is important - make sure the entries are appended on end, last item
5is taken as the current. 5is taken as the current.
6 6
71.0: Initial revision, based on 4.4BSD-Lite2/luna68k and NetBSD/hp300 71.0: Initial revision, based on 4.4BSD-Lite2/luna68k and NetBSD/hp300
81.1: Add netboot support. 81.1: Add netboot support.
91.2: Add support for secondary SPC SCSI on LUNA-II. 91.2: Add support for secondary SPC SCSI on LUNA-II.
101.3: Add UFS2 support. 101.3: Add UFS2 support.
111.4: Add support for "awaiting key" to abort autoboot and get boot menu. 111.4: Add support for "awaiting key" to abort autoboot and get boot menu.
121.5: Check netboot and set proper default boot device. 121.5: Check netboot and set proper default boot device.
131.6: Accept empty unit, partition, and filename. (defaults: 0, 0, "netbsd") 131.6: Accept empty unit, partition, and filename. (defaults: 0, 0, "netbsd")
141.7: Check boot device on PROM and set proper default boot device and unit. 141.7: Check boot device on PROM and set proper default boot device and unit.
151.8: Probe SCSI devices at any IDs and change boot command to use SCSI 151.8: Probe SCSI devices at any IDs and change boot command to use SCSI
16 controller number and target ID to specify the boot disk. 16 controller number and target ID to specify the boot disk.
 171.9: Parse boot flags and pass boothowto and bootdev info to kernel.