Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mca one less - ESDI support is written (albeit the d...
details: https://anonhg.NetBSD.org/src/rev/dae81bd29cf9
branches: trunk
changeset: 508746:dae81bd29cf9
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Thu Apr 19 07:33:00 2001 +0000
description:
one less - ESDI support is written (albeit the driver needs to be tested more)
add some additional comments
diffstat:
sys/dev/mca/TODO | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r c026ce90fb0e -r dae81bd29cf9 sys/dev/mca/TODO
--- a/sys/dev/mca/TODO Thu Apr 19 07:31:17 2001 +0000
+++ b/sys/dev/mca/TODO Thu Apr 19 07:33:00 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TODO,v 1.8 2001/03/17 17:00:38 jdolecek Exp $
+# $NetBSD: TODO,v 1.9 2001/04/19 07:33:00 jdolecek Exp $
Bugs:
* i386: detect the existence of MCA bus by BIOS call
@@ -6,7 +6,8 @@
* i386: keyboard freezes in fd_mountroothook when booting from floppy;
if the fd_mountroothook is not executed, the keyboard works
just fine
+ maybe rev.1.6 of sys/dev/ic/pckbc.c fixes this?
Projects:
-* bus_dma(9) support (primarily for AHA-1640 ATM)
-* ESDI support
+* proper MCA DMA/bus_dma(9) support (primarily for AHA-1640 ATM), using
+ code from dasd_mca.c:dasd_setup_dma()
Home |
Main Index |
Thread Index |
Old Index