Commit fbd6847e authored by Dave Jones's avatar Dave Jones

[AGPGART] SiS 655 support.

Needs more testing, especially in x8 mode.
parent 50667aee
......@@ -151,6 +151,10 @@ struct agp_device_ids sis_agp_device_ids[] __initdata =
.device_id = PCI_DEVICE_ID_SI_550,
.chipset_name = "550",
},
{
.device_id = PCI_DEVICE_ID_SI_655,
.chipset_name = "655",
},
{ }, /* 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