Module Name: src
Committed By: jmcneill
Date: Sat Sep 21 14:05:39 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
mcx(4): Added driver for Mellanox 5th generation ethernet.
To generate a diff of this commit:
cvs rdiff -u -r1.2584 -r1.2585 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.2584 src/doc/CHANGES:1.2585
--- src/doc/CHANGES:1.2584 Fri Sep 20 10:34:54 2019
+++ src/doc/CHANGES Sat Sep 21 14:05:38 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2584 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2585 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -45,3 +45,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
packets from userland. [maxv 20190914]
mos(4): Ported driver for MosChip MCS7730/7830/7832 USB ethernet.
[mrg 20190814]
+ mcx(4): Added driver for Mellanox 5th generation ethernet.
+ [jmcneill 20190921]