summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-07-17 12:42:51 +0000
committerjhb <jhb@FreeBSD.org>2011-07-17 12:42:51 +0000
commit7be61ab1fde106acd3a342281de4377704baaa9f (patch)
treebbb14fbd45ffaa63cfba7fe15626bd5bd7074238 /sys/dev
parentea4a7b3232c806dd23c5f59e99cccfb7d30ee8c0 (diff)
downloadFreeBSD-src-7be61ab1fde106acd3a342281de4377704baaa9f.zip
FreeBSD-src-7be61ab1fde106acd3a342281de4377704baaa9f.tar.gz
Don't ignore negatively decoded address ranges.
Reported by: scottl
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpica/acpi_pcib_acpi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/acpica/acpi_pcib_acpi.c b/sys/dev/acpica/acpi_pcib_acpi.c
index d3d499e..99e3f1f 100644
--- a/sys/dev/acpica/acpi_pcib_acpi.c
+++ b/sys/dev/acpica/acpi_pcib_acpi.c
@@ -238,13 +238,6 @@ acpi_pcib_producer_handler(ACPI_RESOURCE *res, void *context)
return (AE_OK);
}
- /* XXX: Not sure this is correct? */
- if (res->Data.Address.Decode != ACPI_POS_DECODE) {
- device_printf(sc->ap_dev,
- "Ignoring %d range (%#jx-%#jx) due to negative decode\n",
- type, (uintmax_t)min, (uintmax_t)max);
- break;
- }
if (min + length - 1 != max)
device_printf(sc->ap_dev,
"Length mismatch for %d range: %jx vs %jx\n", type,
OpenPOWER on IntegriCloud