From: deraadt Date: Tue, 27 Jul 2010 23:33:21 +0000 (+0000) Subject: remove XXX; EC can now be attached early when needed; ok jordan X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=801b193cc8e7d025c5395ea0516eec4d92826f78;p=openbsd remove XXX; EC can now be attached early when needed; ok jordan --- diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c index 14eea0bb103..de3ebdb7320 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi.c,v 1.194 2010/07/27 22:58:48 deraadt Exp $ */ +/* $OpenBSD: acpi.c,v 1.195 2010/07/27 23:33:21 deraadt Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert * Copyright (c) 2005 Jordan Hargrave @@ -749,7 +749,6 @@ acpi_attach(struct device *parent, struct device *self, void *aux) aml_find_node(&aml_root, "_PRT", acpi_foundprt, sc); #ifndef SMALL_KERNEL - /* XXX EC needs to be attached first on some systems */ aml_find_node(&aml_root, "_HID", acpi_foundec, sc); aml_walknodes(&aml_root, AML_WALK_PRE, acpi_add_device, sc);