Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] AGP: Support ULI/ALI 1689 bridge on AMD64

(no name because I'm not sure of the correct name)

Cc: davej@redhat.com
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Andi Kleen and committed by
Linus Torvalds
870b7681 529a3404

+10
+10
drivers/char/agp/amd64-agp.c
··· 696 696 .subvendor = PCI_ANY_ID, 697 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