summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2004-06-22 23:05:06 +0000
committerps <ps@FreeBSD.org>2004-06-22 23:05:06 +0000
commit069fb92824477de1b4bba3aa68a0324f9c1b995b (patch)
tree6d39e6c78a3b451fc40d7cb8087bb1eeacb36f33 /sys/dev/ciss
parent5775a3d418f154639a85f3249a9e461d849783c8 (diff)
downloadFreeBSD-src-069fb92824477de1b4bba3aa68a0324f9c1b995b.zip
FreeBSD-src-069fb92824477de1b4bba3aa68a0324f9c1b995b.tar.gz
Reset the update flag when scanning for new devices.
Diffstat (limited to 'sys/dev/ciss')
-rw-r--r--sys/dev/ciss/ciss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c
index 707d0d6..ab4dbfb 100644
--- a/sys/dev/ciss/ciss.c
+++ b/sys/dev/ciss/ciss.c
@@ -3414,6 +3414,7 @@ ciss_notify_rescan_logical(struct ciss_softc *sc)
if (ld->cl_update == 0)
continue;
+ ld->cl_update = 0;
ld->cl_address = cll->lun[i];
ld->cl_controller = &sc->ciss_controllers[bus];
if (ciss_identify_logical(sc, ld) == 0) {
OpenPOWER on IntegriCloud