NetBSD/sys/dev/acpi/TODO
sekiya 469147a42c I fixed the cardbus bus enumeration problem awhile back, but the interrupt
fixup problems remain.  Adjust TODO comments to match, and add a link to
cube's comments.
2005-12-21 08:48:25 +00:00

13 lines
510 B
Plaintext

Important things to make ACPI useful on more machines:
* Fix problems with PCI_INTR_FIXUP. The current code always chooses the last
possible interrupt, which causes problems when that interrupt is shared with
an ISA device. http://mail-index.netbsd.org/tech-kern/2005/11/11/0011.html
has a more detailed analysis.
* Import the ACPI Processor driver from FreeBSD or write our own.
This is useful for CPUs that supports _Px and _Cx states and helps
longer battery life.
- sekiya, 21 December 2005