Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2011 15:23:20 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 192464 for review
Message-ID:  <201105021523.p42FNKI4056709@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@192464?ac=10

Change 192464 by jhb@jhb_jhbbsd on 2011/05/02 15:23:13

	Tidy.

Affected files ...

.. //depot/projects/pci/sys/dev/acpica/acpi_pcib_acpi.c#10 edit

Differences ...

==== //depot/projects/pci/sys/dev/acpica/acpi_pcib_acpi.c#10 (text+ko) ====

@@ -552,9 +552,9 @@
      * that don't have pci busses behind pci bridge, so assuming > 32MB
      * is likely OK.
      *
-     * PCI-PCI bridges may not allocate smaller ranges for their windows,
-     * but the heuristics here should apply to those, so we allow several
-     * different end addresses.
+     * PCI-PCI bridges may allocate smaller ranges for their windows,
+     * but the heuristics here should apply to those, so we allow
+     * several different end addresses.
      */
     if (type == SYS_RES_MEMORY && start == 0UL && (end == ~0UL ||
 	end == 0xffffffff))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105021523.p42FNKI4056709>