cvs commit: src/sys/bus/cam/scsi scsi_targ_bh.c

Peter Avalos pavalos at crater.dragonflybsd.org
Wed Nov 21 14:10:49 PST 2007


pavalos     2007/11/21 14:10:16 PST

DragonFly src repository

  Modified files:
    sys/bus/cam/scsi     scsi_targ_bh.c 
  Log:
  Propagate CAM_DIS_DISCONNECT on through:
  
  1. If we get frozen, unfreeze for disable disconnects.
  2. Put CAM_DIS_DISCONNECT commands at the head of the work queue
  (we have a target still connected and we can't run anything else
  until this command completes).
  
  If we had an error sending the last CTIO, unfreeze the queue anyway.
  
  Obtained-from: FreeBSD
  
  Revision  Changes    Path
  1.16      +54 -5     src/sys/bus/cam/scsi/scsi_targ_bh.c


http://www.dragonflybsd.org/cvsweb/src/sys/bus/cam/scsi/scsi_targ_bh.c.diff?r1=1.15&r2=1.16&f=u





More information about the Commits mailing list