Date: Fri, 30 Jan 2004 11:16:08 -0800 (PST) From: Søren Schmidt <sos@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-queue.c Message-ID: <200401301916.i0UJG8tV041669@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 2004/01/30 11:16:08 PST FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-queue.c Log: Be more robust in the probe. We dont want to get into a loop with reinitting when we try to identify devices. If they dont interrupt on identify we retry once. If this fails we simply ignore that device. Revision Changes Path 1.203 +10 -11 src/sys/dev/ata/ata-all.c 1.19 +28 -13 src/sys/dev/ata/ata-queue.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401301916.i0UJG8tV041669>