Loading drivers/char/agp/amd64-agp.c +10 −0 Original line number Diff line number Diff line Loading @@ -696,6 +696,16 @@ static struct pci_device_id agp_amd64_pci_table[] = { .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, }, /* ALI/ULI M1695 */ { .class = (PCI_CLASS_BRIDGE_HOST << 8), .class_mask = ~0, .vendor = PCI_VENDOR_ID_AL, .device = 0x1689, .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, }, { } }; Loading Loading
drivers/char/agp/amd64-agp.c +10 −0 Original line number Diff line number Diff line Loading @@ -696,6 +696,16 @@ static struct pci_device_id agp_amd64_pci_table[] = { .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, }, /* ALI/ULI M1695 */ { .class = (PCI_CLASS_BRIDGE_HOST << 8), .class_mask = ~0, .vendor = PCI_VENDOR_ID_AL, .device = 0x1689, .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, }, { } }; Loading