cvs commit: src/sys/dev/ata atapi-cam.c

Thomas Quinot thomas at FreeBSD.org
Tue Mar 13 20:38:17 UTC 2007


thomas      2007-03-13 20:38:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ata          atapi-cam.c 
  Log:
  (reinit_bus): When the ATAPI bus is reset, do not schedule an automated
   CAM rescan if the ATAPI device entries have not changed.
  
  The ATAPI bus may be reset for a variety of reasons, including any time an
  ATAPI request times out. It is not necessary to rescan at the CAM level
  in such a case, unless a device has appeared or disappeared, or has
  otherwise changed.
  
  PR:             kern/103602
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.48      +10 -2     src/sys/dev/ata/atapi-cam.c


More information about the cvs-src mailing list