aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_sis.c
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2006-09-12 12:15:12 -0400
committerJeff Garzik <jeff@garzik.org>2006-09-12 12:01:46 -0400
commitaf323a2fb508b0fa1c1fa91cbc6ec86fb0879c07 (patch)
tree0ab67f571a6cd2f148ec2b4abd7d8cc9a78723a5 /drivers/ata/pata_sis.c
parentdd1dc802368154a75926491092ec9e6a939c32df (diff)
[PATCH] Update SiS PATA
New chipset identifiers Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_sis.c')
-rw-r--r--drivers/ata/pata_sis.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/ata/pata_sis.c b/drivers/ata/pata_sis.c
index 1cf5cf0a5365..2e555168b431 100644
--- a/drivers/ata/pata_sis.c
+++ b/drivers/ata/pata_sis.c
@@ -34,7 +34,7 @@
34#include <linux/ata.h> 34#include <linux/ata.h>
35 35
36#define DRV_NAME "pata_sis" 36#define DRV_NAME "pata_sis"
37#define DRV_VERSION "0.4.2" 37#define DRV_VERSION "0.4.3"
38 38
39struct sis_chipset { 39struct sis_chipset {
40 u16 device; /* PCI host ID */ 40 u16 device; /* PCI host ID */
@@ -857,6 +857,10 @@ static int sis_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
857 struct sis_chipset *chipset = NULL; 857 struct sis_chipset *chipset = NULL;
858 858
859 static struct sis_chipset sis_chipsets[] = { 859 static struct sis_chipset sis_chipsets[] = {
860
861 { 0x0968, &sis_info133 },
862 { 0x0966, &sis_info133 },
863 { 0x0965, &sis_info133 },
860 { 0x0745, &sis_info100 }, 864 { 0x0745, &sis_info100 },
861 { 0x0735, &sis_info100 }, 865 { 0x0735, &sis_info100 },
862 { 0x0733, &sis_info100 }, 866 { 0x0733, &sis_info100 },