Reset the update flag when scanning for new devices.
This commit is contained in:
parent
c3a2ac100e
commit
5cf5a43040
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user