PERFORCE change 192621 for review
John Baldwin
jhb at FreeBSD.org
Wed May 4 22:10:31 UTC 2011
http://p4web.freebsd.org/@@192621?ac=10
Change 192621 by jhb at jhb_jhbbsd on 2011/05/04 22:10:12
Compile.
Affected files ...
.. //depot/projects/pci/sys/dev/acpica/acpi_pcib_acpi.c#17 edit
.. //depot/projects/pci/sys/dev/pci/pci_domain.c#9 edit
Differences ...
==== //depot/projects/pci/sys/dev/acpica/acpi_pcib_acpi.c#17 (text+ko) ====
@@ -176,7 +176,6 @@
case ACPI_RESOURCE_TYPE_ADDRESS16:
min = res->Data.Address16.Minimum;
max = res->Data.Address16.Maximum;
- flags = res->Data.Address16.
length = res->Data.Address16.AddressLength;
break;
case ACPI_RESOURCE_TYPE_ADDRESS32:
==== //depot/projects/pci/sys/dev/pci/pci_domain.c#9 (text+ko) ====
@@ -143,7 +143,7 @@
if (bootverbose)
device_printf(hr->hr_pcib, "decoding %d %srange %#lx-%#lx\n",
- flags & RF_PREFETCHABLE ? "prefetchable ": "", type, start,
+ type, flags & RF_PREFETCHABLE ? "prefetchable ": "", start,
end);
rid = resource_list_add_next(&hr->hr_rl, type, start, end,
end - start + 1);
More information about the p4-projects
mailing list