summaryrefslogtreecommitdiff
path: root/sys/dev/ieee1394/TODO
diff options
context:
space:
mode:
authorThierry Deval <tdeval@cvs.openbsd.org>2002-12-30 11:55:55 +0000
committerThierry Deval <tdeval@cvs.openbsd.org>2002-12-30 11:55:55 +0000
commita74732413799e12d9f03381278a7a2b53e074531 (patch)
tree07d2cf4409a5264e8fc3e84e0dad627f176693dd /sys/dev/ieee1394/TODO
parent65ead4b43d1e78699d27d2a3e2bcc76c1fb9a462 (diff)
Update.
Diffstat (limited to 'sys/dev/ieee1394/TODO')
-rw-r--r--sys/dev/ieee1394/TODO12
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/dev/ieee1394/TODO b/sys/dev/ieee1394/TODO
index 39cca9f5482..513a05780d2 100644
--- a/sys/dev/ieee1394/TODO
+++ b/sys/dev/ieee1394/TODO
@@ -1,11 +1,6 @@
TODO :
------
-- Rewrite handler_set to allow sub regions, minimums, etc without having to
- register 100 callbacks for 100 quad reads.
-
-- Use handler_set (with NULL cb) to create a higher level <bus>_unreg.
-
- Move all mbuf code to if_fw.c. Make if_fw use the generic read/write/inreg
and then it can translate the packets into the appropriate mbuf's.
@@ -27,6 +22,8 @@ TODO :
- Implement proper handlers with either 1 main thread, or timeouts and
callbacks.
+- Move all the SBP2 data manipulation routines to SBP2 codebase.
+
==============================================================================
DONE :
@@ -55,3 +52,8 @@ DONE :
callbacks.
- Make fwohci detach correctly (for cardbus/etc type interfaces).
+
+- Use handler_set (with NULL cb) to create a higher level <bus>_unreg.
+
+- Rewrite handler_set to allow sub regions, minimums, etc without having to
+ register 100 callbacks for 100 quad reads.