5dec6f4e41
Remove usage of the request substate machine for stp requests, and kill the request substate infrastructure. Similar to the previous conversions this adds the substates to the primary state machine and arranges for the 'started' state to transition to the proper stp substate. Reported-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
10 lines
294 B
Makefile
10 lines
294 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 \
|
|
port_config.o \
|