diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2004-02-07 03:44:43 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2004-02-07 03:44:43 +0000 |
| commit | 2cd44270e5cf231ffe819366dfb210d609342951 (patch) | |
| tree | 6fa820a4b92c1653d5d4209bd19f0bcd461a8b43 /sys/dev/isp | |
| parent | 4e8a2b48a73c10502aeb0045c9f6dc8c7c7b2f4a (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -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 24c6695d16e1..14ca8b816ba5 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 |
