Module Name: src
Committed By: tsutsui
Date: Sun Oct 27 02:25:03 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note that NetBSD/x68k now supports upto 1008 MB extended memory found on XM6i.
To generate a diff of this commit:
cvs rdiff -u -r1.1857 -r1.1858 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.1857 src/doc/CHANGES:1.1858
--- src/doc/CHANGES:1.1857 Sat Oct 26 09:19:45 2013
+++ src/doc/CHANGES Sun Oct 27 02:25:03 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1857 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1858 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -296,3 +296,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
[macallan 20131023]
axen(4): Add a driver for ASIX AX88178a and AX88179 Ethernet interface.
Ported from OpenBSD. [nonaka 20131026]
+ x68k: Support upto 1008 MB extended memory that is found on the XM6i
+ emulator. [tsutsui 20131027]