Module Name: src
Committed By: maxv
Date: Sat Aug 25 08:08:26 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Note removal of NDIS.
To generate a diff of this commit:
cvs rdiff -u -r1.2430 -r1.2431 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.2430 src/doc/CHANGES:1.2431
--- src/doc/CHANGES:1.2430 Sat Aug 25 00:09:12 2018
+++ src/doc/CHANGES Sat Aug 25 08:08:26 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2430 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2431 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -207,3 +207,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
amd64: Add support for kASan - Kernel Address Sanitizer.
[maxv 20180820]
arm: Add UEFI boot loader for ARM64 platforms. [jmcneill 20180824]
+ kernel: Remove NDIS. [maxv 20180825]