Message ID | 1252402621.3514.12.camel@zm-desktop |
---|---|
State | Not Applicable |
Delegated to: | David Miller |
Headers | show |
On 09/08/2009 05:37 AM, Shane Huang wrote: > This small patch is just adding the information for PMP spec 1.2 > > Signed-off-by: Shane Huang<shane.huang@amd.com> > --- > drivers/ata/libata-pmp.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) applied -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/ata/libata-pmp.c b/drivers/ata/libata-pmp.c index 619f2c3..51f0ffb 100644 --- a/drivers/ata/libata-pmp.c +++ b/drivers/ata/libata-pmp.c @@ -221,6 +221,8 @@ static const char *sata_pmp_spec_rev_str(const u32 *gscr) { u32 rev = gscr[SATA_PMP_GSCR_REV]; + if (rev & (1 << 3)) + return "1.2"; if (rev & (1 << 2)) return "1.1"; if (rev & (1 << 1))
This small patch is just adding the information for PMP spec 1.2 Signed-off-by: Shane Huang <shane.huang@amd.com> --- drivers/ata/libata-pmp.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html