cvs commit: src/sys/dev/firewire sbp.c
    Hidetoshi Shimokawa 
    simokawa at FreeBSD.org
       
    Sun Oct  5 20:44:38 PDT 2003
    
    
  
simokawa    2003/10/05 20:44:37 PDT
  FreeBSD src repository
  Modified files:
    sys/dev/firewire     sbp.c 
  Log:
  - Fix timeout for unodered excution.
  
          In unodered excution case, we cannot detect link-chain end only
          by prev == NULL if lastest ORB is executed earlyer than the former
          ORBs. Use ORB_LINK_DEAD flag for this case.
  
  - Don't reset agent for management ORB.
  - Improve debug messages.
  
  Spotted by: sbp target mode
  
  Revision  Changes    Path
  1.63      +32 -12    src/sys/dev/firewire/sbp.c
    
    
More information about the cvs-all
mailing list