Commit 3b78c358 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] SiS 635 support.

From: Pavel Kysilka
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent b886fcb9
......@@ -168,6 +168,10 @@ static struct agp_device_ids sis_agp_device_ids[] __devinitdata =
.device_id = PCI_DEVICE_ID_SI_630,
.chipset_name = "630",
},
{
.device_id = PCI_DEVICE_ID_SI_635,
.chipset_name = "635",
},
{
.device_id = PCI_DEVICE_ID_SI_645,
.chipset_name = "645",
......
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