Date: Tue, 6 Jul 2010 19:05:41 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cam/ata ata_xpt.c Message-ID: <201007061906.o66J62p3051825@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2010-07-06 19:05:41 UTC FreeBSD src repository Modified files: sys/cam/ata ata_xpt.c Log: SVN rev 209744 on 2010-07-06 19:05:41Z by mav ATA device reset starts probe sequence from the beginning. If reset caused by timeout/error of one of probe commands, process may continue infinitely. Make CAM ATA more robust to faulty devices and false positive detections, abort probe after two restarts on timeouts or ten on other errors. Revision Changes Path 1.34 +19 -4 src/sys/cam/ata/ata_xpt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007061906.o66J62p3051825>