diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-12-30 12:36:22 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-12-30 12:36:22 -0500 |
commit | 5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6 (patch) | |
tree | 3ad342f0a0e1f05c045889c8cfcea99e38589c7f /TODO | |
parent | 29f4b912009fca759a91d0c3d1080105945b2b6e (diff) | |
download | seabios-5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6.tar.gz |
Commit compiled dsdt file; misc comment updates.
Commit new dsdt with recent changes.
Add some misc comments.
Also, fix uninitialized warning in mptable code.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,14 +16,15 @@ cvs tip. -- lots of mouse changes, logo, scsi/etherboot hooks, int 1589, floppy data rate?, int19 calls post +Possibly move code from entry_post in romlayout.S to C code in +handle_resume and always call 16bit C code on post. + Audit all sti/cli calls. Audit all call16 calls to make sure flags is setup properly with respect to irqs. The __call16 code does a long jump to the interrupt trampolines - this is unnecessary. -Possibly implement 32bit pcibios support. - Support PCIv3 roms? Add support for PCI "configuration code" extensions? |