+#define BA_PASSIVE 0x00000080
+
+/*
+ * Note: IO_TIERs consume 0x0100, 0x0200, 0x0400, 0x0800
+ * These are now in-use by the I/O tiering system.
+ */
+#define BA_IO_TIER_MASK 0x00000f00
+#define BA_IO_TIER_SHIFT 8
+
+#define BA_ISOCHRONOUS 0x00001000 /* device specific isochronous throughput to media */
+