Skip to content

Commit

Permalink
isci: removing non-working ATAPI code
Browse files Browse the repository at this point in the history
Removing not used / bit-rotten ATAPI code. This needs to go back
and debugged at a later date.

Signed-off-by: Dave Jiang <dave.jiang@intel.com>
[reflow against devel, delete dead sati headers]
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
  • Loading branch information
Dave Jiang authored and Dan Williams committed Jul 3, 2011
1 parent 1f4fa1f commit 3d6e428
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 1,659 deletions.
4 changes: 0 additions & 4 deletions drivers/scsi/isci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
#generation of silicon
EXTRA_CFLAGS += -DSCIC_SDS_4_ENABLED

#temporary until atapi support ready
EXTRA_CFLAGS += -DDISABLE_ATAPI

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 \
Expand All @@ -17,7 +14,6 @@ isci-objs := init.o phy.o request.o sata.o \
core/scic_sds_controller.o \
core/scic_sds_request.o \
core/scic_sds_stp_request.o \
core/scic_sds_stp_packet_request.o \
core/scic_sds_port.o \
core/scic_sds_port_configuration_agent.o \
core/scic_sds_phy.o \
Expand Down
156 changes: 0 additions & 156 deletions drivers/scsi/isci/core/sati_device.h

This file was deleted.

Loading

0 comments on commit 3d6e428

Please sign in to comment.