summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-09-17 18:55:39 +0000
committerjhb <jhb@FreeBSD.org>2014-09-17 18:55:39 +0000
commit5c3c9f4571c108f136f5792c2ee3679b805f7261 (patch)
tree8f559561062b10e151049d8ebcfc678632e32df5 /sys/dev/acpica/acpi.c
parentcd6a1fef18d25ca1ee681750dbc71bc8fa8189d6 (diff)
downloadFreeBSD-src-5c3c9f4571c108f136f5792c2ee3679b805f7261.zip
FreeBSD-src-5c3c9f4571c108f136f5792c2ee3679b805f7261.tar.gz
Revert unrelated changes accidentally committed in r271192.
Diffstat (limited to 'sys/dev/acpica/acpi.c')
-rw-r--r--sys/dev/acpica/acpi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 47ab4c6..b37e252 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -1211,11 +1211,6 @@ acpi_set_resource(device_t dev, device_t child, int type, int rid,
if (!(type == SYS_RES_IOPORT && start == CONF1_ADDR_PORT))
#endif
{
- if (bootverbose)
- device_printf(dev,
- "Ignoring %s range %#lx-%#lx for %s\n",
- type == SYS_RES_MEMORY ? "memory" : "I/O",
- start, start + count - 1, acpi_name(ad->ad_handle));
AcpiOsFree(devinfo);
return (0);
}
OpenPOWER on IntegriCloud