[PATCH] sis5513: enable ATA133 for the SiS965 southbridge
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 19 Nov 2005 20:43:45 +0000 (21:43 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sat, 19 Nov 2005 20:43:45 +0000 (21:43 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/pci/sis5513.c
include/linux/pci_ids.h

index 16b3e2d8bfb107635f5489c8b3b75c807b1a291a..75a2253a3e6872813a94179db4767c3751502f4e 100644 (file)
@@ -87,6 +87,7 @@ static const struct {
        u8 chipset_family;
        u8 flags;
 } SiSHostChipInfo[] = {
+       { "SiS965",     PCI_DEVICE_ID_SI_965,   ATA_133  },
        { "SiS745",     PCI_DEVICE_ID_SI_745,   ATA_100  },
        { "SiS735",     PCI_DEVICE_ID_SI_735,   ATA_100  },
        { "SiS733",     PCI_DEVICE_ID_SI_733,   ATA_100  },
index e34d96db571fc38ddcf5a1218561e8fc4424292b..efb60d06caab24ad58c8072cf65f6df1e2238489 100644 (file)
 #define PCI_DEVICE_ID_SI_961           0x0961
 #define PCI_DEVICE_ID_SI_962           0x0962
 #define PCI_DEVICE_ID_SI_963           0x0963
+#define PCI_DEVICE_ID_SI_965           0x0965
 #define PCI_DEVICE_ID_SI_5511          0x5511
 #define PCI_DEVICE_ID_SI_5513          0x5513
 #define PCI_DEVICE_ID_SI_5518          0x5518