Module Name: src
Committed By: msaitoh
Date: Wed Sep 3 14:40:36 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
wm(4): Add internal SERDES support for 82575 and newer controllers.
To generate a diff of this commit:
cvs rdiff -u -r1.1973 -r1.1974 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.1973 src/doc/CHANGES:1.1974
--- src/doc/CHANGES:1.1973 Sun Aug 31 06:59:52 2014
+++ src/doc/CHANGES Wed Sep 3 14:40:36 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1973 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1974 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -32,6 +32,9 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
whether module autoloading is on by default.
[jnemeth 20140824]
kernel: Option SYMTAB_SPACE has been replaced with COPY_SYMTAB.
- The related changes to src/sys/conf require a rebuild of config(1).
- [joerg 20140824]
+ The related changes to src/sys/conf require a rebuild of
+ config(1). [joerg 20140824]
zoneinfo: Import tzdata2014g. [apb 20140831]
+
+ wm(4): Add internal SERDES support for 82575 and newer controllers.
+ [msaitoh 20140903]