roll core version number and add a global visible isp_restart function

This commit is contained in:
mjacob 1998-07-18 21:06:20 +00:00
parent 35c8fecf3a
commit 9afa921bc1

View File

@ -1,5 +1,5 @@
/* $NetBSD: ispvar.h,v 1.9 1998/07/15 19:50:16 mjacob Exp $ */ /* $NetBSD: ispvar.h,v 1.10 1998/07/18 21:06:20 mjacob Exp $ */
/* $Id: ispvar.h,v 1.9 1998/07/15 19:50:16 mjacob Exp $ */ /* $Id: ispvar.h,v 1.10 1998/07/18 21:06:20 mjacob Exp $ */
/* /*
* Soft Definitions for for Qlogic ISP SCSI adapters. * Soft Definitions for for Qlogic ISP SCSI adapters.
* *
@ -47,6 +47,9 @@
#include <ispmbox.h> #include <ispmbox.h>
#endif #endif
#define ISP_CORE_VERSION_MAJOR 1
#define ISP_CORE_VERSION_MINOR 1
/* /*
* Vector for MD code to provide specific services. * Vector for MD code to provide specific services.
*/ */
@ -323,6 +326,11 @@ void isp_init __P((struct ispsoftc *));
*/ */
void isp_uninit __P((struct ispsoftc *)); void isp_uninit __P((struct ispsoftc *));
/*
* Reset the ISP and call completion for any orphaned commands.
*/
void isp_restart __P((struct ispsoftc *));
/* /*
* Interrupt Service Routine * Interrupt Service Routine
*/ */