From 248f79eb70a5e58cb6512e72a996ee9bf11f8083 Mon Sep 17 00:00:00 2001 From: kochi Date: Mon, 7 Jun 2004 15:30:03 +0000 Subject: [PATCH] Remove the first one (split _REG initialization path into two phases; which has been done since post-20031203 version of ACPI-CA). Pointed out by mycroft. --- sys/dev/acpi/TODO | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/dev/acpi/TODO b/sys/dev/acpi/TODO index 13a402f2cd6a..fa50fd195526 100644 --- a/sys/dev/acpi/TODO +++ b/sys/dev/acpi/TODO @@ -1,11 +1,5 @@ Important things to make ACPI useful on more machines: -* Split the Region initialization into two passes -- one that fills in - AddressSpace pointers, and one that calls _REG methods. Right now we - can lose due to a _REG method for one Region calling a method that - accesses another Region that hasn't been fixed up yet. (Affects - Sverre Froyen's HP Omnibook 6000.) - * Fix problems with ACPI_PCI_FIXUP. CardBus slots do not work in some machines currently. (Affects many machines.)