Commit 03248a76 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] Fix SiS workaround printk. This happens on multiple chipsets.

parent bc89086f
...@@ -100,7 +100,7 @@ static void sis_648_enable(u32 mode) ...@@ -100,7 +100,7 @@ static void sis_648_enable(u32 mode)
*/ */
if (device->device == PCI_DEVICE_ID_SI_648 || if (device->device == PCI_DEVICE_ID_SI_648 ||
device->device == PCI_DEVICE_ID_SI_746) { device->device == PCI_DEVICE_ID_SI_746) {
printk(KERN_INFO PFX "sis 648 agp fix - giving bridge time to recover\n"); printk(KERN_INFO PFX "SiS chipset with AGP problems detected. Giving bridge time to recover.\n");
set_current_state(TASK_UNINTERRUPTIBLE); set_current_state(TASK_UNINTERRUPTIBLE);
schedule_timeout (1+(HZ*10)/1000); schedule_timeout (1+(HZ*10)/1000);
} }
......
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