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.57 retrieving revision 1.58 diff -u -p -r1.57 -r1.58 --- src/sys/dev/ic/mfi.c 2015/04/04 15:10:47 1.57 +++ src/sys/dev/ic/mfi.c 2017/10/28 04:53:55 1.58 @@ -1,4 +1,4 @@ -/* $NetBSD: mfi.c,v 1.57 2015/04/04 15:10:47 christos Exp $ */ +/* $NetBSD: mfi.c,v 1.58 2017/10/28 04:53:55 riastradh 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.57 2015/04/04 15:10:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mfi.c,v 1.58 2017/10/28 04:53:55 riastradh Exp $"); #include "bio.h" @@ -108,6 +108,8 @@ __KERNEL_RCSID(0, "$NetBSD: mfi.c,v 1.57 #include #endif /* NBIO > 0 */ +#include "ioconf.h" + #ifdef MFI_DEBUG uint32_t mfi_debug = 0 /* | MFI_D_CMD */ @@ -198,8 +200,6 @@ const struct cdevsw mfi_cdevsw = { .d_flag = D_OTHER }; -extern struct cfdriver mfi_cd; - static uint32_t mfi_xscale_fw_state(struct mfi_softc *sc); static void mfi_xscale_intr_ena(struct mfi_softc *sc); static void mfi_xscale_intr_dis(struct mfi_softc *sc);