diff options
-rw-r--r-- | sys/dev/isp/isp_freebsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 24c6695..14ca8b8 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -113,6 +113,7 @@ typedef struct tstate { int bus; u_int32_t hold; int atio_count; + int inot_count; } tstate_t; #define LUN_HASH_SIZE 32 |