From 7f7e69b2bae971a736ec15679af2117ddb76c3bf Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Wed, 29 Aug 2007 10:25:37 +0200 Subject: [PATCH] --- yaml --- r: 64647 b: refs/heads/master c: 7f9992a23190418592f0810900e4f91546ec41da h: refs/heads/master i: 64645: 2b964713ce86ffc3498b788dab2fe039cfae70ce 64643: 96ffc94939eac39144d8a5e1d76dfc29c04c5e0f 64639: 5ce0438dad4ddfcb09a5dbcd88b58556127d9bc7 v: v3 --- [refs] | 2 +- trunk/drivers/ata/sata_promise.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 12c7bfa00f38..79477d6804c4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d36ee189f392ea89de85124a0b58477bb0f2e0a6 +refs/heads/master: 7f9992a23190418592f0810900e4f91546ec41da diff --git a/trunk/drivers/ata/sata_promise.c b/trunk/drivers/ata/sata_promise.c index d39ebc23c4a9..25698cf0dce0 100644 --- a/trunk/drivers/ata/sata_promise.c +++ b/trunk/drivers/ata/sata_promise.c @@ -45,7 +45,7 @@ #include "sata_promise.h" #define DRV_NAME "sata_promise" -#define DRV_VERSION "2.09" +#define DRV_VERSION "2.10" enum { PDC_MAX_PORTS = 4, @@ -328,8 +328,8 @@ static const struct pci_device_id pdc_ata_pci_tbl[] = { { PCI_VDEVICE(PROMISE, 0x3318), board_20319 }, { PCI_VDEVICE(PROMISE, 0x3319), board_20319 }, - { PCI_VDEVICE(PROMISE, 0x3515), board_20319 }, - { PCI_VDEVICE(PROMISE, 0x3519), board_20319 }, + { PCI_VDEVICE(PROMISE, 0x3515), board_40518 }, + { PCI_VDEVICE(PROMISE, 0x3519), board_40518 }, { PCI_VDEVICE(PROMISE, 0x3d17), board_40518 }, { PCI_VDEVICE(PROMISE, 0x3d18), board_40518 },