aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2007-03-20 20:21:44 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2007-03-20 20:21:44 +0000
commitce533e82a29fa767591d5f65ceca98e20ff621c8 (patch)
tree22e1f02eb3fa316d23bf41e3a3f860d6e48beb53 /sys/dev
parent86f07bb0526a76add2fe5f5334ef5b9de77c8f4a (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpica/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 3c19ef51e62ba..448c626916c16 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -350,7 +350,7 @@ acpi_identify(driver_t *driver, device_t parent)
snprintf(acpi_ca_version, sizeof(acpi_ca_version), "%x", ACPI_CA_VERSION);
/* Attach the actual ACPI device. */
- if ((child = BUS_ADD_CHILD(parent, 0, "acpi", 0)) == NULL) {
+ if ((child = BUS_ADD_CHILD(parent, 10, "acpi", 0)) == NULL) {
device_printf(parent, "device_identify failed\n");
return_VOID;
}