Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
-#TODO kill SCIC_SDS_4_ENABLED it is always true for this
-#generation of silicon
-EXTRA_CFLAGS += -DSCIC_SDS_4_ENABLED
-
EXTRA_CFLAGS += -Idrivers/scsi/isci/core/ -Idrivers/scsi/isci/
obj-$(CONFIG_SCSI_ISCI) += isci.o
isci-objs := init.o phy.o request.o sata.o \
*/
struct sas_capabilities {
union {
-#if defined (SCIC_SDS_4_ENABLED)
struct {
/**
* The SAS specification indicates the start bit shall always be set to
u32 reserved2:17;
u32 parity:1;
} bits;
-#endif /* (SCIC_SDS_4_ENABLED) */
u32 all;
} u;
*
*/
-
-#ifdef SCIC_SDS_4_ENABLED
-
#ifndef SCI_MAX_PHYS
/**
*
#define SCI_MIN_SCATTER_GATHER_ELEMENTS 1
#endif
-#else /* SCIC_SDS_4_ENABLED */
-
-#error "SCI Core configuration left unspecified (e.g. SCIC_SDS_4_ENABLED)"
-
-#endif /* SCIC_SDS_4_ENABLED */
-
/**
*
*