summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Bottomley2007-12-28 23:35:17 +0100
committerJames Bottomley2008-01-12 01:29:11 +0100
commitb98e66fa0b687149dc3b26179096dc542c7d5001 (patch)
treed08e0192f53ef4fc0655b38835f2beb9e3c826cb /include
parent[SCSI] mpt fusion: make mptsas_smp_handler update resid (diff)
downloadkernel-qcow2-linux-b98e66fa0b687149dc3b26179096dc542c7d5001.tar.gz
kernel-qcow2-linux-b98e66fa0b687149dc3b26179096dc542c7d5001.tar.xz
kernel-qcow2-linux-b98e66fa0b687149dc3b26179096dc542c7d5001.zip
[SCSI] libsas: add host SMP processing
This adds support for host side SMP processing, via a separate SMP interpreter file. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include')
-rw-r--r--include/scsi/scsi_transport_sas.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/scsi/scsi_transport_sas.h b/include/scsi/scsi_transport_sas.h
index 007d92904207..09125fa95b93 100644
--- a/include/scsi/scsi_transport_sas.h
+++ b/include/scsi/scsi_transport_sas.h
@@ -11,10 +11,10 @@ struct sas_rphy;
struct request;
enum sas_device_type {
- SAS_PHY_UNUSED,
- SAS_END_DEVICE,
- SAS_EDGE_EXPANDER_DEVICE,
- SAS_FANOUT_EXPANDER_DEVICE,
+ SAS_PHY_UNUSED = 0,
+ SAS_END_DEVICE = 1,
+ SAS_EDGE_EXPANDER_DEVICE = 2,
+ SAS_FANOUT_EXPANDER_DEVICE = 3,
};
static inline int sas_protocol_ata(enum sas_protocol proto)