Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/ic/mfi.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/ic/mfi.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.63 retrieving revision 1.63.10.1 diff -u -p -r1.63 -r1.63.10.1 --- src/sys/dev/ic/mfi.c 2020/01/07 06:12:09 1.63 +++ src/sys/dev/ic/mfi.c 2021/03/22 02:01:00 1.63.10.1 @@ -1,4 +1,4 @@ -/* $NetBSD: mfi.c,v 1.63 2020/01/07 06:12:09 maxv Exp $ */ +/* $NetBSD: mfi.c,v 1.63.10.1 2021/03/22 02:01:00 thorpej Exp $ */ /* $OpenBSD: mfi.c,v 1.66 2006/11/28 23:59:45 dlg Exp $ */ /* @@ -73,7 +73,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: mfi.c,v 1.63 2020/01/07 06:12:09 maxv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mfi.c,v 1.63.10.1 2021/03/22 02:01:00 thorpej Exp $"); #include "bio.h" @@ -909,8 +909,10 @@ mfi_rescan(device_t self, const char *if if (sc->sc_child != NULL) return 0; - sc->sc_child = config_found_sm_loc(self, ifattr, locators, &sc->sc_chan, - scsiprint, NULL); + sc->sc_child = config_found(self, &sc->sc_chan, scsiprint, + CFARG_IATTR, ifattr, + CFARG_LOCATORS, locators, + CFARG_EOL); return 0; }