summaryrefslogtreecommitdiff
path: root/sys/dev/mca
diff options
context:
space:
mode:
authorjdolecek <jdolecek@NetBSD.org>2000-08-13 22:30:19 +0000
committerjdolecek <jdolecek@NetBSD.org>2000-08-13 22:30:19 +0000
commitcd1db4529e445e8e24deff077a452c5840552f0b (patch)
treee5ac471f4443f264a0bb64480c2daed040ed32ad /sys/dev/mca
parentcdc6dac7f14291b99171a1f36b4d31a4b3c0bc5f (diff)
describe more precisely when the keyboard freeze happens
Diffstat (limited to 'sys/dev/mca')
-rw-r--r--sys/dev/mca/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/mca/TODO b/sys/dev/mca/TODO
index e8b0e88a704..f517b076923 100644
--- a/sys/dev/mca/TODO
+++ b/sys/dev/mca/TODO
@@ -1,11 +1,11 @@
-# $NetBSD: TODO,v 1.4 2000/05/14 15:19:24 soren Exp $
+# $NetBSD: TODO,v 1.5 2000/08/13 22:30:19 jdolecek Exp $
Bugs:
* i386: detect the existence of MCA bus by BIOS call
* i386: make isa/clock.c parse PS/2 CMOS correctly
-* i386: keyboard freezes when booting from floppy in fd_mountroothook
- (timing issue ? works OK if I break to ddb before the mountroot hook
- is executed)
+* i386: keyboard freezes in fd_mountroothook when booting from floppy;
+ if the fd_mountroothook is not executed, the keyboard works
+ just fine
Projects:
* bus_dma(9) support (primarily for AHA-1640 ATM)