Back to home page

OSCL-LXR

 
 

    


0001 TODOs prior to this driver moving out of staging
0002 ------------------------------------------------
0003 1. Implement retries for RCODE_BUSY, RCODE_NO_ACK and RCODE_SEND_ERROR
0004    - I/O is handled asynchronously which presents some issues when error
0005      conditions occur.
0006 2. Implement _robust_ console on top of this. The existing prototype console
0007    driver is not ready for the big leagues yet.
0008 3. Expose means of controlling attach/detach of peers via sysfs. Include
0009    GUID-to-port matching/whitelist/blacklist.
0010 
0011 -- Issues with firewire stack --
0012 1. This driver uses the same unregistered vendor id that the firewire core does
0013      (0xd00d1e). Perhaps this could be exposed as a define in
0014      firewire.h?