]> Git Repo - linux.git/commitdiff
ahci: Add alternate identifier for the 88SE9172
authorAlan Cox <[email protected]>
Tue, 4 Sep 2012 15:07:18 +0000 (16:07 +0100)
committerJeff Garzik <[email protected]>
Thu, 13 Sep 2012 04:23:57 +0000 (00:23 -0400)
This can also appear as 0x9192. Reported in bugzilla and confirmed with the
board documentation for these boards.

Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=42970
Signed-off-by: Alan Cox <[email protected]>
Cc: The Stables <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
drivers/ata/ahci.c

index c3f52eb97fcaeda98ef4c774fef2a39ac4a43073..51548dd60977733b964c76585d1af1e5331f9f1c 100644 (file)
@@ -396,6 +396,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
          .driver_data = board_ahci_yes_fbs },                  /* 88se9125 */
        { PCI_DEVICE(0x1b4b, 0x917a),
          .driver_data = board_ahci_yes_fbs },                  /* 88se9172 */
+       { PCI_DEVICE(0x1b4b, 0x9192),
+         .driver_data = board_ahci_yes_fbs },                  /* 88se9172 on some Gigabyte */
        { PCI_DEVICE(0x1b4b, 0x91a3),
          .driver_data = board_ahci_yes_fbs },
 
This page took 0.060973 seconds and 4 git commands to generate.