Magellan Linux

Annotation of /trunk/xorg-old/patches-6.8.2-r10/5150_all_4.3.0-ia64-radeon-preint10.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 167 - (hide annotations) (download)
Tue May 8 20:58:51 2007 UTC (17 years, 1 month ago) by niro
File size: 480 byte(s)
-import

1 niro 167 --- xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.orig 2003-05-01 11:53:10.000000000 -0400
2     +++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c 2003-05-01 11:53:18.000000000 -0400
3     @@ -3205,7 +3205,7 @@
4     info->PciInfo->device,
5     info->PciInfo->func);
6    
7     -#if !defined(__alpha__)
8     +#if !(defined(__alpha__) || defined(__ia64__))
9     if (xf86GetPciDomain(info->PciTag) ||
10     !xf86IsPrimaryPci(info->PciInfo))
11     RADEONPreInt10Save(pScrn, &int10_save);