Commit 68d0d7abcc4cfcf0a1eeb49785cb32ec05473e42
Committed by
Jeff Garzik
1 parent
daac0acd59
Exists in
master
and in
4 other branches
[PATCH] pata_serverworks: correct PCI ID in cable detection table
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
drivers/ata/pata_serverworks.c
... | ... | @@ -41,7 +41,7 @@ |
41 | 41 | #include <linux/libata.h> |
42 | 42 | |
43 | 43 | #define DRV_NAME "pata_serverworks" |
44 | -#define DRV_VERSION "0.3.6" | |
44 | +#define DRV_VERSION "0.3.7" | |
45 | 45 | |
46 | 46 | #define SVWKS_CSB5_REVISION_NEW 0x92 /* min PCI_REVISION_ID for UDMA5 (A2.0) */ |
47 | 47 | #define SVWKS_CSB6_REVISION 0xa0 /* min PCI_REVISION_ID for UDMA4 (A1.0) */ |
... | ... | @@ -128,7 +128,7 @@ |
128 | 128 | { PCI_DEVICE_ID_SERVERWORKS_CSB5IDE, PCI_VENDOR_ID_DELL, dell_cable }, |
129 | 129 | { PCI_DEVICE_ID_SERVERWORKS_CSB6IDE, PCI_VENDOR_ID_DELL, dell_cable }, |
130 | 130 | { PCI_DEVICE_ID_SERVERWORKS_CSB5IDE, PCI_VENDOR_ID_SUN, sun_cable }, |
131 | - { PCI_DEVICE_ID_SERVERWORKS_OSB4, PCI_ANY_ID, osb4_cable }, | |
131 | + { PCI_DEVICE_ID_SERVERWORKS_OSB4IDE, PCI_ANY_ID, osb4_cable }, | |
132 | 132 | { PCI_DEVICE_ID_SERVERWORKS_CSB5IDE, PCI_ANY_ID, csb_cable }, |
133 | 133 | { PCI_DEVICE_ID_SERVERWORKS_CSB6IDE, PCI_ANY_ID, csb_cable }, |
134 | 134 | { PCI_DEVICE_ID_SERVERWORKS_CSB6IDE2, PCI_ANY_ID, csb_cable }, |