Commit ec53a362 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] SiS 746 support

This (and a few other SiS chipsets) are AGP 3 compliant. AFAIK, none of
these have been tested in AGP3 mode, but they should work just fine in
AGP2.x mode at least.
parent c333936c
......@@ -155,6 +155,10 @@ struct agp_device_ids sis_agp_device_ids[] __initdata =
.device_id = PCI_DEVICE_ID_SI_745,
.chipset_name = "745",
},
{
.device_id = PCI_DEVICE_ID_SI_746,
.chipset_name = "746",
},
{ }, /* dummy final entry, always present */
};
......
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