forked from Minki/linux
c72086e3c2
Remove usage of the request substate machine for smp requests identified by: task->task_proto == SAS_PROTOCOL_SMP While merging over the smp_request infrastructure noticed that all the assign buffer implementations are now equal, so moved it to scic_sds_general_request_construct. Reported-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
11 lines
316 B
Makefile
11 lines
316 B
Makefile
obj-$(CONFIG_SCSI_ISCI) += isci.o
|
|
isci-objs := init.o phy.o request.o sata.o \
|
|
remote_device.o port.o timers.o \
|
|
host.o task.o probe_roms.o \
|
|
state_machine.o \
|
|
remote_node_context.o \
|
|
remote_node_table.o \
|
|
unsolicited_frame_control.o \
|
|
stp_request.o \
|
|
port_config.o \
|