• Ben Collins's avatar
    [PATCH] Update IEEE1394 (r1014) · ccdba6ab
    Ben Collins authored
     misc:      - Consolidate and make consistent, the NODE_BUS_{FMT,ARGS}
    	      macros.
    	    - Add HPSB_VERBOSE() macro to make VERBOSEDEBUG code a
    	      little cleaner.
     ieee1394 : - Replace panic() with BUG and return value in dma routine.
    	    - Reset reset_retries on success or loop recover.
    	    - Add RECV_FLUSH to flush buffers on > 1 irq interval or in
    	      buffer-fill mode.
    	    - Probe logic-unit-subdirectories as children of the
    	      unit-dir.
    	    - Fix compile warning in nodemgr thread.
    	    - Replace tightly scheduled timeout loop with a 50ms timer.
    	    - Better return and usage of BUG_ON() in dma handler.
    	    - Calculate timeout expiry interval at change instead of at
    	      every timeout check.
     SBP2     : - Fix logical-unit-directory LUN's.
    	    - Remove procfs interface.
    	    - Fix usage of initdata after init.
     Host con : - Change irq output to use __irq_itoa() for sparc.
    	    - Do more to notify bus when module is unloaded, to clear
    	      IRM, etc.
     ohci1394 : Fix endianess of async stream packet headers.
    ccdba6ab
ieee1394_transactions.c 15.6 KB