The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/acpi/TODO

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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 * Add support for attaching acpiec devices early using the ECDT.  Some
   13   systems need this because otherwise their _INI methods try to access
   14   regions in the EC space before it's initialized.  (Affects Steve
   15   Rumble's Thinkpad T23.)
   16 
   17 * Deal with the "implicit return" problem for older laptops.  (Mostly
   18   affects older Toshiba laptops, like the Portege 7140.)
   19 
   20 * Support thermal levels and fan control in acpitz.
   21 
   22 - mycroft, 2003/11/03

Cache object: 0872fd4a41a75395dd982394fbfd4a01


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.