Module Name: src
Committed By: tsutsui
Date: Sat Jan 11 09:04:17 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
Note recent visible luna68k bootloader updates.
To generate a diff of this commit:
cvs rdiff -u -r1.1879 -r1.1880 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1879 src/doc/CHANGES:1.1880
--- src/doc/CHANGES:1.1879 Fri Jan 3 22:28:51 2014
+++ src/doc/CHANGES Sat Jan 11 09:04:17 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1879 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1880 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -330,3 +330,12 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
bind: update to 9.9.5b1 [christos 2013-12-31]
wpa: Import wpa_supplicant and hostapd 2.0 [christos 20140102]
dhcpcd: Import dhcpcd-6.2.0 [roy 20140103]
+ luna68k: Make bootloader to detect booted device on ROM monitor's
+ load command and set proper default boot device.
+ [tsutsui 20140105]
+ luna68k: Reorganize bootloader device configuration. I.e. use
+ (controller * 10 + id) for sd unit number, rather than
+ static numbers against probed disks at ID 5 and 6.
+ [tsutsui 20140110]
+ luna68k: Add support to pass boothowto and boot device info from
+ bootloader to kernel. [tsutsui 20140111]