aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/agp/amd64-agp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c
index 0e6c3a31d344..de3e890acb53 100644
--- a/drivers/char/agp/amd64-agp.c
+++ b/drivers/char/agp/amd64-agp.c
@@ -696,6 +696,16 @@ static struct pci_device_id agp_amd64_pci_table[] = {
696 .subvendor = PCI_ANY_ID, 696 .subvendor = PCI_ANY_ID,
697 .subdevice = PCI_ANY_ID, 697 .subdevice = PCI_ANY_ID,
698 }, 698 },
699 /* ALI/ULI M1695 */
700 {
701 .class = (PCI_CLASS_BRIDGE_HOST << 8),
702 .class_mask = ~0,
703 .vendor = PCI_VENDOR_ID_AL,
704 .device = 0x1689,
705 .subvendor = PCI_ANY_ID,
706 .subdevice = PCI_ANY_ID,
707 },
708
699 { } 709 { }
700}; 710};
701 711