dect
/
linux-2.6
Archived
13
0
Fork 0

ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller

Recognize Marvell 88SE9125 PCIe SATA 6.0 Gb/s controller.

Signed-off-by: Per Jessen <per@computer.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
Per Jessen 2011-02-08 13:54:32 +01:00 committed by Jeff Garzik
parent 1a0f6b7ecd
commit 467b41c688
1 changed files with 2 additions and 0 deletions

View File

@ -382,6 +382,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
.class = PCI_CLASS_STORAGE_SATA_AHCI,
.class_mask = 0xffffff,
.driver_data = board_ahci_yes_fbs }, /* 88se9128 */
{ PCI_DEVICE(0x1b4b, 0x9125),
.driver_data = board_ahci_yes_fbs }, /* 88se9125 */
/* Promise */
{ PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */