xref: /netbsd-src/sys/dev/acpi/TODO (revision 63d4abf06d37aace2f9e41a494102a64fe3abddb)
1Important things to make ACPI useful on more machines:
2
3* Fix problems with PCI_INTR_FIXUP.  The current code always chooses the last
4  possible interrupt, which causes problems when that interrupt is shared with
5  an ISA device.  http://mail-index.netbsd.org/tech-kern/2005/11/11/0011.html
6  has a more detailed analysis.
7
8* Import the ACPI Processor driver from FreeBSD or write our own.
9  This is useful for CPUs that supports _Px and _Cx states and helps
10  longer battery life.
11
12- sekiya, 21 December 2005
13