summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/cam/cam_periph.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/cam/cam_periph.h')
-rw-r--r--freebsd/sys/cam/cam_periph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/cam/cam_periph.h b/freebsd/sys/cam/cam_periph.h
index b087b872..d5dcfed0 100644
--- a/freebsd/sys/cam/cam_periph.h
+++ b/freebsd/sys/cam/cam_periph.h
@@ -132,6 +132,8 @@ struct cam_periph {
#define CAM_PERIPH_RUN_TASK 0x40
#define CAM_PERIPH_FREE 0x80
#define CAM_PERIPH_ANNOUNCED 0x100
+#define CAM_PERIPH_RECOVERY_WAIT 0x200
+#define CAM_PERIPH_RECOVERY_WAIT_FAILED 0x400
uint32_t scheduled_priority;
uint32_t immediate_priority;
int periph_allocating;