diff --git a/sys/dev/ic/ispvar.h b/sys/dev/ic/ispvar.h index 7e26f58c03c0..71ba10277b4d 100644 --- a/sys/dev/ic/ispvar.h +++ b/sys/dev/ic/ispvar.h @@ -1,5 +1,5 @@ -/* $NetBSD: ispvar.h,v 1.9 1998/07/15 19:50:16 mjacob Exp $ */ -/* $Id: 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.10 1998/07/18 21:06:20 mjacob Exp $ */ /* * Soft Definitions for for Qlogic ISP SCSI adapters. * @@ -47,6 +47,9 @@ #include #endif +#define ISP_CORE_VERSION_MAJOR 1 +#define ISP_CORE_VERSION_MINOR 1 + /* * Vector for MD code to provide specific services. */ @@ -323,6 +326,11 @@ void isp_init __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 */