CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2013/08/26 00:54:32

Modified files:
        sys/scsi       : mpath.c 

Log message:
now that mpath is attached before any hardware, we can simplify the code.

firstly, move the array of targets that mpath presents into the softc.

secondly, when paths call the mpath api we can simply check if the softc
global is not null rather than walk through autoconf data. mpath will either
have already attached or will never attach in the future.

Reply via email to