summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-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)