Module Name: src
Committed By: msaitoh
Date: Fri Oct 2 05:33:07 UTC 2015
Modified Files:
src/doc: CHANGES
Log Message:
x86: Add PCI Extended Configuration Space support.
pci(3): Decode Extended Capability in PCI Extended Configuration Space.
To generate a diff of this commit:
cvs rdiff -u -r1.2105 -r1.2106 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.2105 src/doc/CHANGES:1.2106
--- src/doc/CHANGES:1.2105 Tue Sep 29 09:14:11 2015
+++ src/doc/CHANGES Fri Oct 2 05:33:07 2015
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2105 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2106 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -202,3 +202,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
libproc, librtld_db: Added from FreeBSD [christos 20150924]
dtrace: Updated from FreeBSD [christos 20150924]
resolvconf: Import openresolv-3.7.1 [roy 20150929]
+ x86: Add PCI Extended Configuration Space support [nonaka 20151002]
+ pci(3): Decode Extended Capability in PCI Extended Configuration Space.
+ [nonaka 20151002]