Ver Fonte

libata: add SATA PMP revision information for spec 1.2

This small patch is just adding the information for PMP spec 1.2

Signed-off-by: Shane Huang <shane.huang@amd.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Shane Huang há 15 anos atrás
pai
commit
deeb003e5e
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      drivers/ata/libata-pmp.c

+ 2 - 0
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))