WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] ATI fglrx OpenGL working in Xen!

To: Jacob Gorm Hansen <jacobg@xxxxxxx>
Subject: Re: [Xen-devel] ATI fglrx OpenGL working in Xen!
From: Christian Limpach <christian.limpach@xxxxxxxxx>
Date: Sat, 12 Feb 2005 16:53:02 +0000
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Delivery-date: Sat, 12 Feb 2005 16:55:38 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=MR/8S7U5/C5DE3cSoHbCCxOuXtG2KF42BTD7U1bXRIqTNM8m3ydLGx/xDaoGMo3Sp9esoOKUgHIurJ/q/h5monyU4102JTUeS+I9jVfeGZGMEhfaw7rCXfLYTsZM//jNzabgK7d+F8hNTJ7f70LaMUlRkWxhqJdDA3C6RO2iJY0=
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <420874A5.2030001@xxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <42082254.7070902@xxxxxxx> <420874A5.2030001@xxxxxxx>
Reply-to: Christian.Limpach@xxxxxxxxxxxx
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
On Tue, 08 Feb 2005 00:13:25 -0800, Jacob Gorm Hansen <jacobg@xxxxxxx> wrote:
> Jacob Gorm Hansen wrote:
> 
> > This is not a very clean or nice patch, but it does the job. Does anyone
> >  know where to send fglrx-patches, once I have a nicer version?
> 
> Here is a diff -Naur version, see attached.

I think you can skip the additional tests for CONFIG_XEN since
CONFIG_X86 should be defined if building a xen/i386 kernel.

    christian

> -#if defined(CONFIG_X86) && (PAGE_ATTR_FIX != 0)
> +#if (defined(CONFIG_X86) || defined(CONFIG_XEN)) && (PAGE_ATTR_FIX != 0)


-------------------------------------------------------
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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>