All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6] Fix "cannot allocate memory for cgsix" warning on
@ 2004-09-16 23:53 Tom 'spot' Callaway
  2004-09-17  0:12 ` [PATCH 2.6] Fix "cannot allocate memory for cgsix" warning on sparc32 William Lee Irwin III
  2004-09-27 16:31 ` Keith M Wesolowski
  0 siblings, 2 replies; 3+ messages in thread
From: Tom 'spot' Callaway @ 2004-09-16 23:53 UTC (permalink / raw)
  To: sparclinux

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

This patch has been floating around for about 6 or more months, Keith
wrote it when he was the sparc32 maintainer... it resolves the
framebuffer errors on some older sparc32s (we triggered it on a
SparcStation 2). 

Please commit, thanks.

~spot
---
Tom "spot" Callaway <tcallawa(a)redhat*com> LCA, RHCE 
Red Hat Sales Engineer || Aurora Linux Project Leader

"If you are going through hell, keep going."
- Sir Winston Churchill

[-- Attachment #2: linux-2.6.7-sparc-vaddrsfix.patch --]
[-- Type: text/x-patch, Size: 519 bytes --]

--- linux-2.6.7/include/asm-sparc/vaddrs.h.BAD	2004-08-10 19:19:13.874580096 -0400
+++ linux-2.6.7/include/asm-sparc/vaddrs.h	2004-08-10 19:19:45.186819912 -0400
@@ -33,9 +33,9 @@
 
 #define SUN4M_IOBASE_VADDR	0xfd000000 /* Base for mapping pages */
 #define IOBASE_VADDR		0xfe000000
-#define IOBASE_END		0xfe300000
+#define IOBASE_END		0xfe600000
 
-#define VMALLOC_START		0xfe300000
+#define VMALLOC_START		0xfe600000
 
 /* XXX Alter this when I get around to fixing sun4c - Anton */
 #define VMALLOC_END		0xffc00000

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2.6] Fix "cannot allocate memory for cgsix" warning on sparc32
  2004-09-16 23:53 [PATCH 2.6] Fix "cannot allocate memory for cgsix" warning on Tom 'spot' Callaway
@ 2004-09-17  0:12 ` William Lee Irwin III
  2004-09-27 16:31 ` Keith M Wesolowski
  1 sibling, 0 replies; 3+ messages in thread
From: William Lee Irwin III @ 2004-09-17  0:12 UTC (permalink / raw)
  To: sparclinux

On Thu, Sep 16, 2004 at 06:53:01PM -0500, Tom 'spot' Callaway wrote:
> This patch has been floating around for about 6 or more months, Keith
> wrote it when he was the sparc32 maintainer... it resolves the
> framebuffer errors on some older sparc32s (we triggered it on a
> SparcStation 2). 
> Please commit, thanks.

I presume this has been tested and works on newer sparc32 systems also?


-- wli

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2.6] Fix "cannot allocate memory for cgsix" warning on sparc32
  2004-09-16 23:53 [PATCH 2.6] Fix "cannot allocate memory for cgsix" warning on Tom 'spot' Callaway
  2004-09-17  0:12 ` [PATCH 2.6] Fix "cannot allocate memory for cgsix" warning on sparc32 William Lee Irwin III
@ 2004-09-27 16:31 ` Keith M Wesolowski
  1 sibling, 0 replies; 3+ messages in thread
From: Keith M Wesolowski @ 2004-09-27 16:31 UTC (permalink / raw)
  To: sparclinux

On Thu, Sep 16, 2004 at 05:12:34PM -0700, William Lee Irwin III wrote:

> On Thu, Sep 16, 2004 at 06:53:01PM -0500, Tom 'spot' Callaway wrote:
> > This patch has been floating around for about 6 or more months, Keith
> > wrote it when he was the sparc32 maintainer... it resolves the
> > framebuffer errors on some older sparc32s (we triggered it on a
> > SparcStation 2). 
> > Please commit, thanks.
> 
> I presume this has been tested and works on newer sparc32 systems also?

It does, but it's pretty hackish.  I gave it to about 3 people who
were specifically experiencing the problem but did not investigate
enough to determine whether it's really the right approach.

-- 
Keith M Wesolowski
"Site launched. Many things not yet working." --Hector Urtubia

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-27 16:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-16 23:53 [PATCH 2.6] Fix "cannot allocate memory for cgsix" warning on Tom 'spot' Callaway
2004-09-17  0:12 ` [PATCH 2.6] Fix "cannot allocate memory for cgsix" warning on sparc32 William Lee Irwin III
2004-09-27 16:31 ` Keith M Wesolowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.