]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sis-agp: Remove SIS 760, handled by amd64-agp
authorBen Hutchings <ben@decadent.org.uk>
Wed, 24 Mar 2010 03:33:48 +0000 (03:33 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Sep 2010 00:21:42 +0000 (17:21 -0700)
commit d831692a1a8e9ceaaa9bb16bb3fc503b7e372558 upstream.

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: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/agp/sis-agp.c

index 6c3837a0184dd8ca0f56ca0c12f90243a0914dd8..95fdd4d3a6b1a310e1b987d5d2196626b148e37b 100644 (file)
@@ -415,14 +415,6 @@ static struct pci_device_id agp_sis_pci_table[] = {
                .subvendor      = 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,
-       },
        { }
 };