Module Name: src
Committed By: martin
Date: Mon Jan 26 13:44:55 UTC 2015
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket #1239
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.188 -r1.1.2.189 src/doc/CHANGES-6.2
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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.188 src/doc/CHANGES-6.2:1.1.2.189
--- src/doc/CHANGES-6.2:1.1.2.188 Sun Jan 25 10:25:54 2015
+++ src/doc/CHANGES-6.2 Mon Jan 26 13:44:55 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.188 2015/01/25 10:25:54 martin Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.189 2015/01/26 13:44:55 martin Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -9493,3 +9493,14 @@ libexec/ld.elf_so/rtld.c 1.160-1.161
want to do an unpark.
[he, ticket #1238]
+sys/arch/x86/pci/ichlpcib.c 1.46
+
+ 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 it impossible to
+ use pci_mapreg_submap(). Use pci_conf_read() and
+ bus_space_map() directly.
+ [msaitoh, ticket #1239]
+