blob: 382a7959407c4c9cafc3f8ce94a281480816287b [file] [log] [blame]
Peter Hurley3c8c21e2012-11-28 14:51:24 -05001TODOs prior to this driver moving out of staging
2------------------------------------------------
Peter Hurleye5711072012-11-02 08:16:33 -040031. Implement retries for RCODE_BUSY, RCODE_NO_ACK and RCODE_SEND_ERROR
4 - I/O is handled asynchronously which presents some issues when error
5 conditions occur.
62. Implement _robust_ console on top of this. The existing prototype console
7 driver is not ready for the big leagues yet.
83. Expose means of controlling attach/detach of peers via sysfs. Include
9 GUID-to-port matching/whitelist/blacklist.
10
11-- Issues with firewire stack --
121. This driver uses the same unregistered vendor id that the firewire core does
13 (0xd00d1e). Perhaps this could be exposed as a define in
Peter Hurley3c8c21e2012-11-28 14:51:24 -050014 firewire.h?