Magellan Linux

Contents of /trunk/xorg-old/patches-6.9.0-r1/5150_all_4.3.0-ia64-radeon-preint10.patch

Parent Directory Parent Directory | Revision Log Revision Log


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

1 --- 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);