summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/cam/cam_sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/cam/cam_sim.h')
-rw-r--r--freebsd/sys/cam/cam_sim.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/freebsd/sys/cam/cam_sim.h b/freebsd/sys/cam/cam_sim.h
index 6b5a496f..ce6b38fc 100644
--- a/freebsd/sys/cam/cam_sim.h
+++ b/freebsd/sys/cam/cam_sim.h
@@ -140,7 +140,9 @@ struct cam_sim {
u_int32_t flags;
#define CAM_SIM_REL_TIMEOUT_PENDING 0x01
#define CAM_SIM_MPSAFE 0x02
-#define CAM_SIM_ON_DONEQ 0x04
+#define CAM_SIM_ON_DONEQ 0x04
+#define CAM_SIM_POLLED 0x08
+#define CAM_SIM_BATCH 0x10
struct callout callout;
struct cam_devq *devq; /* Device Queue to use for this SIM */
int refcount; /* References to the SIM. */