DragonFly commits List (threaded) for 2007-11
DragonFly BSD
DragonFly commits List (threaded) for 2007-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/bus/cam cam_xpt.c


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 28 Nov 2007 17:32:16 -0800 (PST)

pavalos     2007/11/28 17:32:16 PST

DragonFly src repository

  Modified files:
    sys/bus/cam          cam_xpt.c 
  Log:
  Restore queue depth settings across tag disable events.  The system often
  disables tag queuing temporarily in order to allow controllers a window
  to safely perform transfer negotiation with non-compliant devices.  Before
  this change, CAM would restore the queue depth to the controller specified
  maximum or device quirk level rather than any depth determined by reactions
  to QUEUE FULL/BUSY events or an explicit user setting.
  
  During device probe, initialize the flags field for XPT_SCAN_BUS.
  The uninitialized value often confused CAM into not bothering to
  issue an AC_FOUND_DEVICE async event for new devices.  The reason
  this bug wasn't reported earlier is that CAM manually announces
  devices after the initial system bus scans.
  
  Obtained-from: FreeBSD
  
  Revision  Changes    Path
  1.50      +13 -2     src/sys/bus/cam/cam_xpt.c


http://www.dragonflybsd.org/cvsweb/src/sys/bus/cam/cam_xpt.c.diff?r1=1.49&r2=1.50&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]