diff options
| author | Ben Hutchings <ben@decadent.org.uk> | 2010-03-23 23:33:48 -0400 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2010-05-18 20:11:23 -0400 |
| commit | d831692a1a8e9ceaaa9bb16bb3fc503b7e372558 (patch) | |
| tree | cb113d0c98c96f5e0e59d3103dabd4a3bc27a9bb | |
| parent | 05ea893c46805b2981ea8ba6df881e3d65edd63b (diff) | |
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: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
| -rw-r--r-- | drivers/char/agp/sis-agp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/char/agp/sis-agp.c b/drivers/char/agp/sis-agp.c index b53d5f4e9cb2..29aacd81de78 100644 --- a/drivers/char/agp/sis-agp.c +++ b/drivers/char/agp/sis-agp.c | |||
| @@ -416,14 +416,6 @@ static struct pci_device_id agp_sis_pci_table[] = { | |||
| 416 | .subvendor = PCI_ANY_ID, | 416 | .subvendor = PCI_ANY_ID, |
| 417 | .subdevice = PCI_ANY_ID, | 417 | .subdevice = PCI_ANY_ID, |
| 418 | }, | 418 | }, |
| 419 | { | ||
| 420 | .class = (PCI_CLASS_BRIDGE_HOST << 8), | ||
| 421 | .class_mask = ~0, | ||
| 422 | .vendor = PCI_VENDOR_ID_SI, | ||
| 423 | .device = PCI_DEVICE_ID_SI_760, | ||
| 424 | .subvendor = PCI_ANY_ID, | ||
| 425 | .subdevice = PCI_ANY_ID, | ||
| 426 | }, | ||
| 427 | { } | 419 | { } |
| 428 | }; | 420 | }; |
| 429 | 421 | ||
