mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 09:34:17 +00:00
[AGPGART] x86_64: Fix wrong PCI ID for ALI M1695 AGP bridge
[description by AK] Made a cut'n'paste error when adding the entry for the ALI M1695 AGP bridge and added a second entry for the 1689 Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
9d1ef8a64e
commit
5c48b0e359
@ -725,7 +725,7 @@ static struct pci_device_id agp_amd64_pci_table[] = {
|
|||||||
.class = (PCI_CLASS_BRIDGE_HOST << 8),
|
.class = (PCI_CLASS_BRIDGE_HOST << 8),
|
||||||
.class_mask = ~0,
|
.class_mask = ~0,
|
||||||
.vendor = PCI_VENDOR_ID_AL,
|
.vendor = PCI_VENDOR_ID_AL,
|
||||||
.device = 0x1689,
|
.device = 0x1695,
|
||||||
.subvendor = PCI_ANY_ID,
|
.subvendor = PCI_ANY_ID,
|
||||||
.subdevice = PCI_ANY_ID,
|
.subdevice = PCI_ANY_ID,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user