Commit 902c2a55 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[AGPGART] Recognise B3 stepping 8151 in amd64 GART driver.

parent c0baa5ce
......@@ -382,6 +382,7 @@ static void __devinit amd8151_init(struct pci_dev *pdev, struct agp_bridge_data
case 0x11: revstring="B0"; break;
case 0x12: revstring="B1"; break;
case 0x13: revstring="B2"; break;
case 0x14: revstring="B3"; break;
default: revstring="??"; break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment