Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] Update SiS PATA

New chipset identifiers

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

authored by

Alan Cox and committed by
Jeff Garzik
af323a2f dd1dc802

+5 -1
+5 -1
drivers/ata/pata_sis.c
··· 34 34 #include <linux/ata.h> 35 35 36 36 #define DRV_NAME "pata_sis" 37 - #define DRV_VERSION "0.4.2" 37 + #define DRV_VERSION "0.4.3" 38 38 39 39 struct sis_chipset { 40 40 u16 device; /* PCI host ID */ ··· 857 857 struct sis_chipset *chipset = NULL; 858 858 859 859 static struct sis_chipset sis_chipsets[] = { 860 + 861 + { 0x0968, &sis_info133 }, 862 + { 0x0966, &sis_info133 }, 863 + { 0x0965, &sis_info133 }, 860 864 { 0x0745, &sis_info100 }, 861 865 { 0x0735, &sis_info100 }, 862 866 { 0x0733, &sis_info100 },