summaryrefslogtreecommitdiffstats
path: root/sys/dev/mps/mps_sas.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mps/mps_sas.h')
-rw-r--r--sys/dev/mps/mps_sas.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/mps/mps_sas.h b/sys/dev/mps/mps_sas.h
index 6857b98..662a29a 100644
--- a/sys/dev/mps/mps_sas.h
+++ b/sys/dev/mps/mps_sas.h
@@ -87,7 +87,6 @@ struct mpssas_softc {
#define MPSSAS_DISCOVERY_TIMEOUT_PENDING (1 << 2)
#define MPSSAS_QUEUE_FROZEN (1 << 3)
#define MPSSAS_SHUTDOWN (1 << 4)
-#define MPSSAS_SCANTHREAD (1 << 5)
struct mpssas_target *targets;
struct cam_devq *devq;
struct cam_sim *sim;
@@ -101,9 +100,6 @@ struct mpssas_softc {
u_int tm_count;
struct proc *sysctl_proc;
- TAILQ_HEAD(, ccb_hdr) ccb_scanq;
- struct proc *rescan_thread;
-
struct taskqueue *ev_tq;
struct task ev_task;
TAILQ_HEAD(, mps_fw_event_work) ev_queue;
OpenPOWER on IntegriCloud