diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2006-02-02 21:31:34 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2006-02-02 21:31:34 +0000 |
| commit | 53af7d226e5da532f1557cf6b3479d736326e21c (patch) | |
| tree | 52e570d14870a49bb56aecb56e5d225ddcdfac8e /sys/dev/isp/ispvar.h | |
| parent | 56db7f4cc636b8ac9d4e4731e6f15356bf990df0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/ispvar.h')
| -rw-r--r-- | sys/dev/isp/ispvar.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h index ead95a9b62cc..38ece2d6147a 100644 --- a/sys/dev/isp/ispvar.h +++ b/sys/dev/isp/ispvar.h @@ -53,7 +53,7 @@ #endif #define ISP_CORE_VERSION_MAJOR 2 -#define ISP_CORE_VERSION_MINOR 9 +#define ISP_CORE_VERSION_MINOR 10 /* * Vector for bus specific code to provide specific services. @@ -791,8 +791,6 @@ int isp_async(struct ispsoftc *, ispasync_t, void *); * Each platform must also provide the following macros/defines: * * - * INLINE - platform specific define for 'inline' functions - * * ISP_DAC_SUPPORTED - Is DAC (Dual Address Cycle) is supported? * Basically means whether or not DMA for PCI * PCI cards (Ultra2 or better or FC) works |
