diff options
| author | jdolecek <jdolecek@NetBSD.org> | 2001-03-17 00:19:36 +0000 |
|---|---|---|
| committer | jdolecek <jdolecek@NetBSD.org> | 2001-03-17 00:19:36 +0000 |
| commit | 5ff8accde5b3449cfc82642bf11f3459a01e2b2c (patch) | |
| tree | 706c2e6225f2478f55ca5044d4408cc670c15277 /sys/dev/mca | |
| parent | 5f6a5347731b6944d021cd2450b407b5ad65ede6 (diff) | |
The 3c523 now driver works (with quite acceptable performance, like 320KB/s
for ftp and like 310KB/s via nfs); since there is still issue
with the card initialization, move the entry to bugs subsection
Diffstat (limited to 'sys/dev/mca')
| -rw-r--r-- | sys/dev/mca/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/mca/TODO b/sys/dev/mca/TODO index d00b58befd1..560afef3cab 100644 --- a/sys/dev/mca/TODO +++ b/sys/dev/mca/TODO @@ -1,4 +1,4 @@ -# $NetBSD: TODO,v 1.6 2001/02/21 22:57:14 jdolecek Exp $ +# $NetBSD: TODO,v 1.7 2001/03/17 00:19:36 jdolecek Exp $ Bugs: * i386: detect the existence of MCA bus by BIOS call @@ -6,8 +6,9 @@ Bugs: * i386: keyboard freezes in fd_mountroothook when booting from floppy; if the fd_mountroothook is not executed, the keyboard works just fine +* 3Com 3c523 driver - seems like it's not initialized properly + by the driver under some circumstances - see if_elmc_mca.c for details Projects: * bus_dma(9) support (primarily for AHA-1640 ATM) -* 3Com 3c523 driver - linux 3c523.c driver is good as a help * ESDI support |
