Skip to content

Commit

Permalink
isci: uplevel port infrastructure
Browse files Browse the repository at this point in the history
* Move port configuration agent implementation
* Merge core/scic_sds_port.[ch] into port.[ch]

Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
  • Loading branch information
Dan Williams committed Jul 3, 2011
1 parent d35bc1b commit e2f8db5
Show file tree
Hide file tree
Showing 17 changed files with 2,963 additions and 3,459 deletions.
4 changes: 1 addition & 3 deletions drivers/scsi/isci/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
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 \
remote_device.o port.o timers.o \
Expand All @@ -10,5 +9,4 @@ isci-objs := init.o phy.o request.o sata.o \
stp_request.o \
ssp_request.o \
smp_request.o \
core/scic_sds_port.o \
core/scic_sds_port_configuration_agent.o \
port_config.o \
249 changes: 0 additions & 249 deletions drivers/scsi/isci/core/scic_config_parameters.h

This file was deleted.

97 changes: 0 additions & 97 deletions drivers/scsi/isci/core/scic_port.h

This file was deleted.

Loading

0 comments on commit e2f8db5

Please sign in to comment.