Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2011 22:10:30 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 192621 for review
Message-ID:  <201105042210.p44MAU4A023334@skunkworks.freebsd.org>

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

Change 192621 by jhb@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);



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