Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Ticket #1239



details:   https://anonhg.NetBSD.org/src/rev/347313ad86f1
branches:  netbsd-6
changeset: 776884:347313ad86f1
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jan 26 13:44:55 2015 +0000

description:
Ticket #1239

diffstat:

 doc/CHANGES-6.2 |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 6ff883aa0132 -r 347313ad86f1 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Mon Jan 26 13:43:44 2015 +0000
+++ b/doc/CHANGES-6.2   Mon Jan 26 13:44:55 2015 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index