Module Name: src
Committed By: jmcneill
Date: Fri Nov 30 23:48:15 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
ena(4): Add support for Amazon.com Elastic Network Adapter (ENA).
Many people contributed to this so I set the developer to "netbsd", please
change if there is a better way to do this.
To generate a diff of this commit:
cvs rdiff -u -r1.2458 -r1.2459 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.2458 src/doc/CHANGES:1.2459
--- src/doc/CHANGES:1.2458 Sat Nov 24 18:48:08 2018
+++ src/doc/CHANGES Fri Nov 30 23:48:14 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2458 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2459 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -252,3 +252,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
which is supported by a combination of a new UEFI bootloader
(bootaa64.efi) and the addition of ACPI support in the
GENERIC64 kernel config. [jmcneill 20181124]
+ ena(4): Add support for Amazon.com Elastic Network Adapter (ENA).
+ [netbsd 20181130]