Home | History | Annotate | Line # | Download | only in acpi
TODO revision 1.3
      1 Important things to make ACPI useful on more machines:
      2 
      3 * Fix problems with ACPI_PCI_FIXUP.  CardBus slots do not work in some
      4   machines currently.
      5 
      6 * Add support for attaching acpiec devices early using the ECDT.  Some
      7   systems need this because otherwise their _INI methods try to access
      8   regions in the EC space before it's initialized.
      9 
     10 * Fix the locking protocol in acpiec.
     11 
     12 * Support thermal levels and fan control in acpitz.
     13 
     14 * Deal with the "implicit" return problem for older laptops.
     15 
     16 - mycroft, 2003/11/02
     17