ahci: fix off-by-one in port count
[seabios.git] / TODO
blobd49aeb82ab429efc00f0eedaa6788b1df0b874c3
1 If POST is rerun, try to do a machine reboot.
3 Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
4 cvs tip.
5   * bochs cvs (20100104):
6     -- changes synched
7   * coreboot (r3348):    (bochs 20060708)
8     -- no noteworthy enhancements
9   * qemu - now uses SeaBIOS
10   * kvm - now uses SeaBIOS
11   * virtualbox (r13560): (bochs 20061231)
12     -- lots of mouse changes, logo, scsi/etherboot hooks,
13        floppy data rate?, int19 calls post
15 Possibly move code from entry_post in romlayout.S to C code in
16 handle_resume and always call 16bit C code on post.
18 The __call16 code does a long jump to the interrupt trampolines - this
19 is unnecessary.
21 Support PCIv3 roms?  Add support for PCI "configuration code"
22 extensions?
24 Possibly add option to eliminate tsc based delays on emulators.
26 Add a kconfig style configuration program instead of requiring users
27 to modify config.h.
29 Possibly support sending debug information over EHCI debug port.