aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-11-29 13:22:29 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-11-29 13:22:29 -0500
commit3f168b6c7c4e1ab189eeeead60e40b16fac880b9 (patch)
treeec1f149a4595808f989282577d600629cb594f04 /TODO
parentdd3588f8f502b85db4a4a0574d9a7064866cabf5 (diff)
downloadseabios-hppa-3f168b6c7c4e1ab189eeeead60e40b16fac880b9.zip
seabios-hppa-3f168b6c7c4e1ab189eeeead60e40b16fac880b9.tar.gz
seabios-hppa-3f168b6c7c4e1ab189eeeead60e40b16fac880b9.tar.bz2
Detect keyboard ctrl-alt-delete and try to reset machine.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 2 insertions, 8 deletions
diff --git a/TODO b/TODO
index ca76fe3..0b45ffe 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,3 @@
-Clean up timer code. Don't use PORT_DIAG as delay mechanism.
-
-The keyboard driver should detect ctrl+alt+del and reboot the
-machine.
-
-Fix keyboard LEDs.
-
Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
cvs tip.
* bochs cvs 20081016: -- better post resume support
@@ -35,7 +28,8 @@ is unnecessary.
Cleanup setting of ES on GET/SET_BDA
Audit code for 16bit protected mode accesses. Support 1ab1 from 16bit
-protected mode.
+protected mode. The BDA is technically at segment 0x0040 (not
+0x0000).
Possibly implement 32bit pcibios support.