Module Name: src Committed By: jdolecek Date: Mon May 4 16:21:23 UTC 2020
Modified Files: src/doc: CHANGES Log Message: note feature-sg and jumbo frames for xennet(4)/xvif(4), MSI for XenPV To generate a diff of this commit: cvs rdiff -u -r1.2684 -r1.2685 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.2684 src/doc/CHANGES:1.2685 --- src/doc/CHANGES:1.2684 Mon May 4 06:55:12 2020 +++ src/doc/CHANGES Mon May 4 16:21:23 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2684 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2685 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -189,3 +189,6 @@ Changes from NetBSD 9.0 to NetBSD 10.0: xen: Added support for Xen PVH. [bouyer 20200502] hp300: Add bitmap access ops support for EVRX framebuffer on HP9000/425e. [tsutsui 20200504] + xennet(4): add support for feature-sg & jumbo frames [jdolecek 20200430] + xvif(4): add support for feature-sg & jumbo frames [jdolecek 20200503] + xen: Support MSI for XenPV [jdolecek 20200504]