Reset the update flag when scanning for new devices.

This commit is contained in:
Paul Saab 2004-06-22 23:05:06 +00:00
parent c3a2ac100e
commit 5cf5a43040

View File

@ -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) {