Module Name: src Committed By: msaitoh Date: Fri Nov 1 02:54:39 UTC 2019
Modified Files: src/doc: CHANGES Log Message: smscphy(4): Add support for SMSC LAN87xx 10/100 Ethernet PHY. To generate a diff of this commit: cvs rdiff -u -r1.2606 -r1.2607 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.2606 src/doc/CHANGES:1.2607 --- src/doc/CHANGES:1.2606 Wed Oct 30 12:25:28 2019 +++ src/doc/CHANGES Fri Nov 1 02:54:39 2019 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2606 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2607 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -65,3 +65,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0: [jmcneill 20191028] jmphy(4): Add support for JMicron JMP202 and JMP211 PHY. [msaitoh 20191030] + smscphy(4): Add support for SMSC LAN87xx 10/100 Ethernet PHY. + [msaitoh 20191101]