summaryrefslogtreecommitdiff
path: root/sys/scsi/ssvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/ssvar.h')
-rw-r--r--sys/scsi/ssvar.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/scsi/ssvar.h b/sys/scsi/ssvar.h
index ba6f9e5c8b5..6c39529c139 100644
--- a/sys/scsi/ssvar.h
+++ b/sys/scsi/ssvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssvar.h,v 1.17 2010/06/01 15:27:16 thib Exp $ */
+/* $OpenBSD: ssvar.h,v 1.18 2010/06/30 00:02:00 dlg Exp $ */
/* $NetBSD: ssvar.h,v 1.2 1996/03/30 21:47:11 christos Exp $ */
/*
@@ -74,8 +74,7 @@ struct ss_softc {
const struct quirkdata *quirkdata; /* if we have a rogue entry */
struct ss_special special; /* special handlers for spec. devices */
struct timeout timeout;
- struct mutex sc_start_mtx;
- u_int sc_start_count;
+ struct scsi_xshandler xsh;
};
/*