Home | History | Annotate | Line # | Download | only in acpi
TODO revision 1.8
      1 Important things to make ACPI useful on more machines:
      2 
      3 * Split the Region initialization into two passes -- one that fills in
      4   AddressSpace pointers, and one that calls _REG methods.  Right now we
      5   can lose due to a _REG method for one Region calling a method that
      6   accesses another Region that hasn't been fixed up yet.  (Affects
      7   Sverre Froyen's HP Omnibook 6000.)
      8 
      9 * Fix problems with ACPI_PCI_FIXUP.  CardBus slots do not work in some
     10   machines currently.  (Affects many machines.)
     11 
     12 * Deal with the "implicit return" problem for older laptops.  (Mostly
     13   affects older Toshiba laptops, like the Portege 7140.)
     14 
     15 - mycroft, 2004/06/05
     16