Commit 0da45e8d authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

add SiS 651 support

parent 91f7e498
...@@ -10,6 +10,11 @@ struct agp_device_ids sis_agp_device_ids[] __initdata = ...@@ -10,6 +10,11 @@ struct agp_device_ids sis_agp_device_ids[] __initdata =
.chipset = SIS_GENERIC, .chipset = SIS_GENERIC,
.chipset_name = "650", .chipset_name = "650",
}, },
{
.device_id = PCI_DEVICE_ID_SI_651,
.chipset = SIS_GENERIC,
.chipset_name = "651",
},
{ {
.device_id = PCI_DEVICE_ID_SI_645, .device_id = PCI_DEVICE_ID_SI_645,
.chipset = SIS_GENERIC, .chipset = SIS_GENERIC,
......
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