summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss/cissvar.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-05-01 05:13:15 +0000
committerscottl <scottl@FreeBSD.org>2007-05-01 05:13:15 +0000
commitde5eff9fe03af0f9733168da53f50dfb8e2df0c4 (patch)
tree9a7d45b3e02e075aa7e78a8348ad2fc555643ad8 /sys/dev/ciss/cissvar.h
parent2d0d136ab81cf2a7121ed8e9912b5e0322c1c6af (diff)
downloadFreeBSD-src-de5eff9fe03af0f9733168da53f50dfb8e2df0c4.zip
FreeBSD-src-de5eff9fe03af0f9733168da53f50dfb8e2df0c4.tar.gz
MPSAFE ciss driver
Diffstat (limited to 'sys/dev/ciss/cissvar.h')
-rw-r--r--sys/dev/ciss/cissvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ciss/cissvar.h b/sys/dev/ciss/cissvar.h
index 24f8126..05e64fa 100644
--- a/sys/dev/ciss/cissvar.h
+++ b/sys/dev/ciss/cissvar.h
@@ -224,9 +224,10 @@ struct ciss_softc
TAILQ_HEAD(,ciss_request) ciss_notify; /* requests which are defered for processing */
struct proc *ciss_notify_thread;
- struct callout_handle ciss_periodic; /* periodic event handling */
+ struct callout ciss_periodic; /* periodic event handling */
struct ciss_request *ciss_periodic_notify; /* notify callback request */
+ struct mtx ciss_mtx;
struct ciss_ldrive **ciss_logical;
struct ciss_pdrive **ciss_physical;
union ciss_device_address *ciss_controllers; /* controller address */
OpenPOWER on IntegriCloud