From 069fb92824477de1b4bba3aa68a0324f9c1b995b Mon Sep 17 00:00:00 2001 From: ps Date: Tue, 22 Jun 2004 23:05:06 +0000 Subject: Reset the update flag when scanning for new devices. --- sys/dev/ciss/ciss.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/ciss') 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) { -- cgit v1.1