Re: patch for ia64 page size

2003-08-25 Thread Mike A. Harris
On Sun, 10 Aug 2003, Warren Turkal wrote: Date: Sun, 10 Aug 2003 19:06:58 -0500 From: Warren Turkal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Subject: patch for ia64 page size Here is a patch for page size problems on ia64

Re: patch for ia64 page size

2003-08-25 Thread Mike A. Harris
On Mon, 11 Aug 2003, Alex Deucher wrote: Date: Mon, 11 Aug 2003 06:25:21 -0700 (PDT) From: Alex Deucher [EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Subject: Re: patch for ia64 page size You might want to create a bug in bugzilla

Re: patch for ia64 page size

2003-08-25 Thread Warren Turkal
Mike A. Harris wrote: On Sun, 10 Aug 2003, Warren Turkal wrote: Date: Sun, 10 Aug 2003 19:06:58 -0500 From: Warren Turkal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Subject: patch for ia64 page size Here is a patch for page

Re: patch for ia64 page size

2003-08-14 Thread Alex Deucher
You might want to create a bug in bugzilla (bugs.xfree86.org) and attach the patches there. that way people can comment on the patches and the committers usually post a comment there if they decide to include it. Alex --- Warren Turkal [EMAIL PROTECTED] wrote: BTW, if I submit a patch to

Re: patch for ia64 page size

2003-08-14 Thread Marc Aurele La France
On Mon, 11 Aug 2003, Jakub Jelinek wrote: On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote: @@ -1003,6 +993,8 @@ break; } +r128_drm_page_size = getpagesize(); + sysconf (_SC_PAGESIZE) is the standardized way of querying page size. ... but

Re: patch for ia64 page size

2003-08-14 Thread David Dawes
On Mon, Aug 11, 2003 at 07:06:01AM +0200, Jakub Jelinek wrote: On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote: @@ -1003,6 +993,8 @@ break; } +r128_drm_page_size = getpagesize(); + sysconf (_SC_PAGESIZE) is the standardized way of querying page size.

patch for ia64 page size

2003-08-14 Thread Warren Turkal
Here is a patch for page size problems on ia64 and radeon. Patch by Chris Ahna: Fixes critical page size problems on ia64 architecture. See following URL for details: https://external-lists.valinux.com/archives/linux-ia64/2001-August/002037.html Comment by [EMAIL PROTECTED]: This probably

Re: patch for ia64

2003-08-14 Thread Daniel Stone
On Sun, Aug 10, 2003 at 09:40:43PM -0600, Marc Aurele La France wrote: You seem to be submitting a string of old patches, some of them twice. Why? These patches are all from the Debian packages. -- Daniel Stone [EMAIL PROTECTED]

patch for ia64 page size

2003-08-14 Thread Warren Turkal
Here is a patch for page size problems on ia64 and radeon. Patch by Chris Ahna: Fixes critical page size problems on ia64 architecture. See following URL for details: https://external-lists.valinux.com/archives/linux-ia64/2001-August/002037.html Comment by [EMAIL PROTECTED]: This probably

Re: patch for ia64 page size

2003-08-14 Thread Jakub Jelinek
On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote: @@ -1003,6 +993,8 @@ break; } +r128_drm_page_size = getpagesize(); + sysconf (_SC_PAGESIZE) is the standardized way of querying page size. Jakub ___ Devel

Re: patch for ia64 page size

2003-08-14 Thread David Dawes
On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote: Here is a patch for page size problems on ia64 and radeon. At least some of the patches you're sending (this one in particular) have been previously submitted and reviewed. Specifically, this patch makes no actual change for ia64,

Re: patch for ia64 page size

2003-08-14 Thread Warren Turkal
Jakub Jelinek wrote: On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote: @@ -1003,6 +993,8 @@ break; } +r128_drm_page_size = getpagesize(); + sysconf (_SC_PAGESIZE) is the standardized way of querying page size. Jakub I didn't write this patch. Are you

Re: patch for ia64 page size

2003-08-11 Thread Ian Romanick
Jakub Jelinek wrote: On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote: @@ -1003,6 +993,8 @@ break; } +r128_drm_page_size = getpagesize(); + sysconf (_SC_PAGESIZE) is the standardized way of querying page size. I seem to recall some discussion about this a few months

patch for ia64

2003-08-11 Thread Warren Turkal
This patch makes the radeon driver treat ia64 as a non-legacy architecture. This patch by Alex Williamson. xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile assumes ia64 should behave the same as i386 and allows random probing or I/O port space. In moving away from the legacy model, I

patch for ia64

2003-08-10 Thread Warren Turkal
This patch makes the radeon driver treat ia64 as a non-legacy architecture. This patch by Alex Williamson. xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile assumes ia64 should behave the same as i386 and allows random probing or I/O port space. In moving away from the legacy model, I