summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-03-04 18:42:23 +0000
committermjacob <mjacob@FreeBSD.org>2001-03-04 18:42:23 +0000
commit1aa3af929ac2bebf9d75be5baa9d82fdaf7e0fc6 (patch)
treec259e2fcfb8349968701384bdd15d528220df96c
parentc64056892d7126ce7abef27f9cae7d5f6a41be9b (diff)
downloadFreeBSD-src-1aa3af929ac2bebf9d75be5baa9d82fdaf7e0fc6.zip
FreeBSD-src-1aa3af929ac2bebf9d75be5baa9d82fdaf7e0fc6.tar.gz
More 32 to 16 bit handle stuff. Roll core minor version.
-rw-r--r--sys/dev/isp/ispvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h
index de9b3fa..d7d3ea7 100644
--- a/sys/dev/isp/ispvar.h
+++ b/sys/dev/isp/ispvar.h
@@ -54,7 +54,7 @@
#endif
#define ISP_CORE_VERSION_MAJOR 2
-#define ISP_CORE_VERSION_MINOR 0
+#define ISP_CORE_VERSION_MINOR 1
/*
* Vector for bus specific code to provide specific services.
@@ -67,7 +67,7 @@ struct ispmdvec {
int (*dv_dmaset) __P((struct ispsoftc *,
XS_T *, ispreq_t *, u_int16_t *, u_int16_t));
void (*dv_dmaclr)
- __P((struct ispsoftc *, XS_T *, u_int32_t));
+ __P((struct ispsoftc *, XS_T *, u_int16_t));
void (*dv_reset0) __P((struct ispsoftc *));
void (*dv_reset1) __P((struct ispsoftc *));
void (*dv_dregs) __P((struct ispsoftc *, const char *));
OpenPOWER on IntegriCloud