From 57f5d665c49c43754af8cb84784c564d0b1d004b Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Fri, 1 Aug 2008 12:51:43 +0900 Subject: [PATCH] --- yaml --- r: 109025 b: refs/heads/master c: 20e2de4a505aa02131a95665e8920eb053fce686 h: refs/heads/master i: 109023: 700dec3672591b65cb01e113fa84442b39dcc9c0 v: v3 --- [refs] | 2 +- trunk/drivers/ata/ahci.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 4855e68b7728..46315a5153c4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff04715bd5171d6d5c4ddff40c7bdc8d2dc90f7d +refs/heads/master: 20e2de4a505aa02131a95665e8920eb053fce686 diff --git a/trunk/drivers/ata/ahci.c b/trunk/drivers/ata/ahci.c index a0e85a78778b..c729e6988bbb 100644 --- a/trunk/drivers/ata/ahci.c +++ b/trunk/drivers/ata/ahci.c @@ -577,9 +577,9 @@ static const struct pci_device_id ahci_pci_tbl[] = { { PCI_VDEVICE(NVIDIA, 0x0bc7), board_ahci }, /* MCP7B */ /* SiS */ - { PCI_VDEVICE(SI, 0x1184), board_ahci_nopmp }, /* SiS 966 */ - { PCI_VDEVICE(SI, 0x1185), board_ahci_nopmp }, /* SiS 968 */ - { PCI_VDEVICE(SI, 0x0186), board_ahci_nopmp }, /* SiS 968 */ + { PCI_VDEVICE(SI, 0x1184), board_ahci }, /* SiS 966 */ + { PCI_VDEVICE(SI, 0x1185), board_ahci }, /* SiS 968 */ + { PCI_VDEVICE(SI, 0x0186), board_ahci }, /* SiS 968 */ /* Marvell */ { PCI_VDEVICE(MARVELL, 0x6145), board_ahci_mv }, /* 6145 */