Module Name: src Committed By: nonaka Date: Sun May 1 10:23:53 UTC 2016
Modified Files: src/doc: CHANGES Log Message: note nvme(4). To generate a diff of this commit: cvs rdiff -u -r1.2154 -r1.2155 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.2154 src/doc/CHANGES:1.2155 --- src/doc/CHANGES:1.2154 Wed Apr 20 08:54:38 2016 +++ src/doc/CHANGES Sun May 1 10:23:53 2016 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2154 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2155 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -282,3 +282,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0: openresolv(8): Import openresolv-3.8.0 [roy 20160411] ddb(4): rename show arptab to show routes [ozaki-r 20160413] dhcpcd(8): Import dhcpcd-6.10.3 [roy 20160420] + nvme(4): Add a driver for Non-Volatile Memory Host Controller Interface + devices, ported from OpenBSD. [nonaka 20160501]