Commit 7f8d65c4 authored by Michael Milligan's avatar Michael Milligan Committed by Dave Jones

[AGP] Make i845g use correct initialisation routine.

parent cde9ada3
......@@ -1253,12 +1253,6 @@ struct agp_device_ids intel_agp_device_ids[] __initdata =
.chipset_name = "i830M",
.chipset_setup = intel_830mp_setup
},
{
.device_id = PCI_DEVICE_ID_INTEL_82845G_HB,
.chipset = INTEL_I845_G,
.chipset_name = "i845G",
.chipset_setup = intel_830mp_setup
},
{
.device_id = PCI_DEVICE_ID_INTEL_82840_HB,
.chipset = INTEL_I840,
......@@ -1271,6 +1265,12 @@ struct agp_device_ids intel_agp_device_ids[] __initdata =
.chipset_name = "i845",
.chipset_setup = intel_845_setup
},
{
.device_id = PCI_DEVICE_ID_INTEL_82845G_HB,
.chipset = INTEL_I845_G,
.chipset_name = "i845G",
.chipset_setup = intel_845_setup
},
{
.device_id = PCI_DEVICE_ID_INTEL_82850_HB,
.chipset = INTEL_I850,
......
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