summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2002-04-08 06:58:17 +0000
committertakawata <takawata@FreeBSD.org>2002-04-08 06:58:17 +0000
commit3d08999beadf497c38b04417be9339681c97c0e6 (patch)
treee90fd2e84f15e0776533418fe6ef7f478d98af85 /sys/dev/acpica/acpi.c
parent7de9ef0e774a04c982261a6a62d717f1ca07509e (diff)
downloadFreeBSD-src-3d08999beadf497c38b04417be9339681c97c0e6.zip
FreeBSD-src-3d08999beadf497c38b04417be9339681c97c0e6.tar.gz
Print DRQ resource in boot message.
Diffstat (limited to 'sys/dev/acpica/acpi.c')
-rw-r--r--sys/dev/acpica/acpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 4d03e00..a207170 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -556,6 +556,7 @@ acpi_print_child(device_t bus, device_t child)
retval += acpi_print_resources(rl, "port", SYS_RES_IOPORT, "%#lx");
retval += acpi_print_resources(rl, "iomem", SYS_RES_MEMORY, "%#lx");
retval += acpi_print_resources(rl, "irq", SYS_RES_IRQ, "%ld");
+ retval += acpi_print_resources(rl, "drq", SYS_RES_DRQ, "%ld");
retval += bus_print_child_footer(bus, child);
return(retval);
OpenPOWER on IntegriCloud