Module Name: src
Committed By: martin
Date: Mon Jan 26 13:35:41 UTC 2015
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket #1944
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-5.3
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-5.3
diff -u src/doc/CHANGES-5.3:1.1.2.94 src/doc/CHANGES-5.3:1.1.2.95
--- src/doc/CHANGES-5.3:1.1.2.94 Mon Jan 26 10:11:20 2015
+++ src/doc/CHANGES-5.3 Mon Jan 26 13:35:41 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.94 2015/01/26 10:11:20 martin Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.95 2015/01/26 13:35:41 martin Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -3702,3 +3702,15 @@ lib/libssl/shlib_version
Certificate fingerprints can be modified (CVE-2014-8275)
Bignum squaring may produce incorrect results (CVE-2014-3570)
[spz, ticket #1945]
+
+sys/arch/x86/pci/ichlpcib.c 1.46 (via patch)
+
+ The PMBASE and GPIOBASE registers are not compltible with
+ the PCI spec and the map sizes are fixed to 128bytes. The
+ pci_mapreg_submap() function has a code to check the range
+ of the BAR. The PCI_MAPREG_IO_SIZE() macro returns lower
+ than 128bytes on some machines. This makes impossible to
+ use pci_mapreg_submap(). Use pci_conf_read() and
+ bus_space_map() directly.
+ [msaitoh, ticket #1944]
+