diff options
author | 2010-07-27 23:33:21 +0000 | |
---|---|---|
committer | 2010-07-27 23:33:21 +0000 | |
commit | 801b193cc8e7d025c5395ea0516eec4d92826f78 (patch) | |
tree | 9c94e3e5eb6e7643044eea6679092ff1faf6a35f | |
parent | more brackets feels good (diff) | |
download | wireguard-openbsd-801b193cc8e7d025c5395ea0516eec4d92826f78.tar.xz wireguard-openbsd-801b193cc8e7d025c5395ea0516eec4d92826f78.zip |
remove XXX; EC can now be attached early when needed; ok jordan
-rw-r--r-- | sys/dev/acpi/acpi.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <tholo@sigmasoft.com> * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> @@ -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); |