diff options
Diffstat (limited to 'sys/dev/ciss/cissvar.h')
-rw-r--r-- | sys/dev/ciss/cissvar.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/ciss/cissvar.h b/sys/dev/ciss/cissvar.h index 937409a..725118a 100644 --- a/sys/dev/ciss/cissvar.h +++ b/sys/dev/ciss/cissvar.h @@ -72,6 +72,14 @@ #define CISS_MAX_EVENTS 32 /************************************************************************ + * Compatibility with older versions of FreeBSD + */ +#if __FreeBSD_version < 440001 +#warning testing old-FreeBSD compat +typedef struct proc d_thread_t; +#endif + +/************************************************************************ * Command queue statistics */ @@ -89,7 +97,7 @@ struct ciss_qstat /************************************************************************ * Driver version. Only really significant to the ACU interface. */ -#define CISS_DRIVER_VERSION 20011009 +#define CISS_DRIVER_VERSION 20011201 /************************************************************************ * Driver data structures |