Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5986c3d305f497d3ff33d65e4d9ff6d00121407b
Commit:     5986c3d305f497d3ff33d65e4d9ff6d00121407b
Parent:     d97db63f8dd22e7b669982e47db0c5e3f569a6b5
Author:     Darrick J. Wong <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 30 01:18:52 2007 -0800
Committer:  James Bottomley <[EMAIL PROTECTED]>
CommitDate: Wed Jul 18 11:15:41 2007 -0500

    [SCSI] libsas: Unknown STP devices should be reported to libata as unknown.
    
    When libsas encounters a STP device whose protocol isn't recognized (i.e.
    not ATA or ATAPI), we should set the ata_device's class to ATA_DEV_UNKNOWN
    instead of ATA_DEV_ATA.
    
    Signed-off-by: Darrick J. Wong <[EMAIL PROTECTED]>
    Signed-off-by: James Bottomley <[EMAIL PROTECTED]>
---
 drivers/scsi/libsas/sas_ata.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/libsas/sas_ata.c b/drivers/scsi/libsas/sas_ata.c
index 004b463..e164f58 100644
--- a/drivers/scsi/libsas/sas_ata.c
+++ b/drivers/scsi/libsas/sas_ata.c
@@ -232,7 +232,7 @@ static void sas_ata_phy_reset(struct ata_port *ap)
                        SAS_DPRINTK("%s: Unknown SATA command set: %d.\n",
                                    __FUNCTION__,
                                    dev->sata_dev.command_set);
-                       ap->device[0].class = ATA_DEV_ATA;
+                       ap->device[0].class = ATA_DEV_UNKNOWN;
                        break;
        }
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to