PERFORCE change 192464 for review

John Baldwin jhb at FreeBSD.org
Mon May 2 15:23:21 UTC 2011


http://p4web.freebsd.org/@@192464?ac=10

Change 192464 by jhb at 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))


More information about the p4-projects mailing list