http://bugme.osdl.org/show_bug.cgi?id=4337





------- Additional Comments From [EMAIL PROTECTED]  2005-03-24 10:36 -------
How about reverting this bit from via-agp.c?  Dave said that some other via 
users' problems were fixed that way. 
 
--- a/drivers/char/agp/via-agp.c        2005-03-24 10:33:45 -08:00 
+++ b/drivers/char/agp/via-agp.c        2005-03-24 10:33:45 -08:00 
@@ -83,8 +83,10 @@ 
  
        pci_read_config_dword(agp_bridge->dev, VIA_GARTCTRL, &temp); 
        temp |= (1<<7); 
+       temp &= ~0x7f; 
        pci_write_config_dword(agp_bridge->dev, VIA_GARTCTRL, temp); 
        temp &= ~(1<<7); 
+       temp &= ~0x7f; 
        pci_write_config_dword(agp_bridge->dev, VIA_GARTCTRL, temp); 
 } 
 

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to