aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-12-30 12:36:22 -0500
committerKevin O'Connor <kevin@koconnor.net>2009-12-30 12:36:22 -0500
commit5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6 (patch)
tree3ad342f0a0e1f05c045889c8cfcea99e38589c7f /TODO
parent29f4b912009fca759a91d0c3d1080105945b2b6e (diff)
downloadseabios-hppa-5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6.zip
seabios-hppa-5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6.tar.gz
seabios-hppa-5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6.tar.bz2
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--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index f273cf6..8411620 100644
--- a/TODO
+++ b/TODO
@@ -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?