summaryrefslogtreecommitdiff
path: root/sys/i386/isa/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/TODO')
-rw-r--r--sys/i386/isa/TODO14
1 files changed, 8 insertions, 6 deletions
diff --git a/sys/i386/isa/TODO b/sys/i386/isa/TODO
index f0e4aa36664b..5e70bb0850bf 100644
--- a/sys/i386/isa/TODO
+++ b/sys/i386/isa/TODO
@@ -1,11 +1,13 @@
-This is file $Id: TODO,v 1.2 1993/10/16 19:16:46 rgrimes Exp $
+This is file $Id: TODO,v 1.4 1994/01/16 11:25:04 ats Exp $
1. add support for "soft" configuration network devices
2. split console driver into kbd/vga/other drivers
3. implement additional link layer support items (bpf et al)
4. fd.c: other floppy types, type detection, optional partitions, QIC40/80
-5. if_ec: locks up with rcp/nfs: all ports read "0xff"?
-6. fd.c: missing controller queue, no unit start, abysmal
-7. if_ne.c: can't probe for ne1000/ne2000 differences, jams as a result!
-8. kbd needs to turn scancodes into keyindexs with state map, then look
- through multinational scan map for foriegn keyboards.
+5. fd.c: missing controller queue, no unit start, abysmal
+6. kbd needs to turn scancodes into keyindexs with state map, then look
+ through multinational scan map for foreign keyboards.
+7. the return value for the xxxattach driver routines should be checked
+ in isa.c.
+8. For the Toshiba 1 network card, the init code fails. Needs to be
+ fixed, if someone uses this card.