Module Name: src
Committed By: msaitoh
Date: Wed Aug 30 08:54:43 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
ixg(4), ixv(4): Add C3000 and bypass function support.
To generate a diff of this commit:
cvs rdiff -u -r1.2307 -r1.2308 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.2307 src/doc/CHANGES:1.2308
--- src/doc/CHANGES:1.2307 Tue Aug 22 10:25:13 2017
+++ src/doc/CHANGES Wed Aug 30 08:54:43 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2307 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2308 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -52,3 +52,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
ismt(4): Add support for Intel C3000. [msaitoh 20170817]
powerpc: Bump MAXTSIZ to 128MB for OEA based systems [sevan 20170818]
GMP/MPFR/MPC: Update to 6.1.2, 3.1.5 and 1.0.3. [mrg 20170821]
+ ixg(4), ixv(4): Add C3000 support. Add bypass function support for
+ bypass adapters. [msaitoh 20170830]