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.
This commit is contained in:
kochi 2004-06-07 15:30:03 +00:00
parent 9503ee0ae4
commit 248f79eb70
1 changed files with 0 additions and 6 deletions

View File

@ -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.)