Commit 32139ce5 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] SiS 648 support.

Again, untested in AGP3.x mode.
parent 90287bd6
......@@ -127,6 +127,10 @@ struct agp_device_ids sis_agp_device_ids[] __initdata =
.device_id = PCI_DEVICE_ID_SI_646,
.chipset_name = "646",
},
{
.device_id = PCI_DEVICE_ID_SI_648,
.chipset_name = "648",
},
{
.device_id = PCI_DEVICE_ID_SI_650,
.chipset_name = "650",
......
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