summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptctl.h
diff options
context:
space:
mode:
authorMoore, Eric2006-02-03 01:19:33 +0100
committer2006-02-04 23:31:29 +0100
commit9cc1cfbc67d77164f5b612fcf833460eca4d81e9 (patch)
treed2706627405b95fdfd22dcb14d2b9d06d9ac42c0 /drivers/message/fusion/mptctl.h
parent[SCSI] fusion - mptctl - MPTCOMMAND - adding function types. (diff)
downloadkernel-qcow2-linux-9cc1cfbc67d77164f5b612fcf833460eca4d81e9.tar.gz
kernel-qcow2-linux-9cc1cfbc67d77164f5b612fcf833460eca4d81e9.tar.xz
kernel-qcow2-linux-9cc1cfbc67d77164f5b612fcf833460eca4d81e9.zip
[SCSI] fusion - mptctl - adding support for bus_type=SAS
Add bus_type recognization in ioctl path for SAS. Signed-off-by: Eric Moore <Eric.Moore@lsil.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptctl.h')
-rw-r--r--drivers/message/fusion/mptctl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptctl.h b/drivers/message/fusion/mptctl.h
index 518996e03481..a2f8a97992e6 100644
--- a/drivers/message/fusion/mptctl.h
+++ b/drivers/message/fusion/mptctl.h
@@ -169,8 +169,10 @@ struct mpt_ioctl_pci_info2 {
* Read only.
* Data starts at offset 0xC
*/
-#define MPT_IOCTL_INTERFACE_FC (0x01)
#define MPT_IOCTL_INTERFACE_SCSI (0x00)
+#define MPT_IOCTL_INTERFACE_FC (0x01)
+#define MPT_IOCTL_INTERFACE_FC_IP (0x02)
+#define MPT_IOCTL_INTERFACE_SAS (0x03)
#define MPT_IOCTL_VERSION_LENGTH (32)
struct mpt_ioctl_iocinfo {