Module Name: src
Committed By: msaitoh
Date: Thu Nov 7 02:34:44 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
micphy(4): Add support for Microchip KSZ80[0456]1, KSZ87[23]1, KSZ9[01]31 and
KSZ9477.
To generate a diff of this commit:
cvs rdiff -u -r1.2609 -r1.2610 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.2609 src/doc/CHANGES:1.2610
--- src/doc/CHANGES:1.2609 Tue Nov 5 20:23:44 2019
+++ src/doc/CHANGES Thu Nov 7 02:34:44 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2609 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2610 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -71,3 +71,6 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
[jmcneill 20191101]
amd64: Add support for kCSan - Kernel Concurrency Sanitizer.
[maxv 20191105]
+ micphy(4): Add support for Microchip KSZ80[0456]1, KSZ8721, KSZ9[01]31,
+ KS8731 and KSZ9477.
+ [msaitoh 20191107]