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

Commit d831692a authored by Ben Hutchings's avatar Ben Hutchings Committed by Dave Airlie
Browse files

sis-agp: Remove SIS 760, handled by amd64-agp



SIS 760 is listed in the device tables for both amd64-agp and sis-agp.
amd64-agp is apparently preferable since it has workarounds for some
BIOS misconfigurations that sis-agp doesn't handle.

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 05ea893c
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -416,14 +416,6 @@ static struct pci_device_id agp_sis_pci_table[] = {
		.subvendor	= PCI_ANY_ID,
		.subvendor	= PCI_ANY_ID,
		.subdevice	= PCI_ANY_ID,
		.subdevice	= PCI_ANY_ID,
	},
	},
	{
		.class		= (PCI_CLASS_BRIDGE_HOST << 8),
		.class_mask	= ~0,
		.vendor		= PCI_VENDOR_ID_SI,
		.device		= PCI_DEVICE_ID_SI_760,
		.subvendor	= PCI_ANY_ID,
		.subdevice	= PCI_ANY_ID,
	},
	{ }
	{ }
};
};