aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_task.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-10-31scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
For the basic SCSI infrastructure files that are exporting symbols but not modules themselves, add in the basic export.h header file to allow the exports. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley1-3/+3
We have two separate definitions for identical constants with nearly the same name. One comes from the generic headers in scsi.h; the other is an enum in libsas.h ... it's causing confusion about which one is correct (fortunately they both are). Fix this by eliminating the libsas.h duplicate Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2008-01-25[SCSI] libsas: abstract STP task status into a functionJames Bottomley1-0/+36
Break out the frame processor for STP tasks from aic94xx so they can be shared by other SAS HBA's Original patch from Jeff Garzik <jeff@garzik.org> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>