Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af323a2f authored by Alan Cox's avatar Alan Cox Committed by Jeff Garzik
Browse files

[PATCH] Update SiS PATA



New chipset identifiers

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent dd1dc802
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,7 @@
#include <linux/ata.h>
#include <linux/ata.h>


#define DRV_NAME	"pata_sis"
#define DRV_NAME	"pata_sis"
#define DRV_VERSION	"0.4.2"
#define DRV_VERSION	"0.4.3"


struct sis_chipset {
struct sis_chipset {
	u16 device;			/* PCI host ID */
	u16 device;			/* PCI host ID */
@@ -857,6 +857,10 @@ static int sis_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
	struct sis_chipset *chipset = NULL;
	struct sis_chipset *chipset = NULL;


	static struct sis_chipset sis_chipsets[] = {
	static struct sis_chipset sis_chipsets[] = {
	
		{ 0x0968, &sis_info133 },
		{ 0x0966, &sis_info133 },
		{ 0x0965, &sis_info133 },
		{ 0x0745, &sis_info100 },
		{ 0x0745, &sis_info100 },
		{ 0x0735, &sis_info100 },
		{ 0x0735, &sis_info100 },
		{ 0x0733, &sis_info100 },
		{ 0x0733, &sis_info100 },