All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Tom \"spot\" Callaway" <tcallawa@redhat.com>
To: sparclinux@vger.kernel.org
Subject: Re: [PATCH]: Fix for SB100/SB150 bootup hangs
Date: Mon, 16 Apr 2007 20:56:25 +0000	[thread overview]
Message-ID: <1176756985.3970.365.camel@localhost.localdomain> (raw)
In-Reply-To: <20070305.011139.78710584.davem@davemloft.net>

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

On Mon, 2007-04-16 at 13:19 -0700, David Miller wrote:
> From: Emanuele Rocca <ema@debian.org>
> Date: Mon, 16 Apr 2007 22:08:40 +0200
> 
> > * David Miller <davem@davemloft.net>, [2007-04-16 12:53 -0700]:
> > >  From: Emanuele Rocca <ema@debian.org>
> > >  Date: Mon, 16 Apr 2007 21:49:58 +0200
> > >  
> > >  > Exactly, blank screen after 'Booting Linux...'.
> > >  
> > >  I have no idea what's going wrong then, and this kind of
> > >  but I can't really work on without physical access to
> > >  the system sorry.  I really need to be in front of the
> > >  computer having this issue and do a lot of test boots
> > >  and debug statment frobbing to try and figure it out.
> > 
> > Want to come to Italy? :-)
> > 
> > BTW, we had reports from Debian users that ran into this bug also on
> > ultra10, and I guess every machine with a Creator 3D card is affected.
> > 
> > Nothing critical, though, given that with atyfb:off everything works
> > properly.
> 
> So the source of the problem is that there is a creatorFB
> card and an atyfb in the same machine?
> 
> Probably you have a screen showing on the creatorFB :-)

Yep. Absolutely. Aurora's got this patch in it, to have the old behavior
on FB ordering, since people expect it.

~spot

[-- Attachment #2: linux-2.6.16-sparc64-framebufferorder.patch --]
[-- Type: text/x-patch, Size: 1032 bytes --]

--- linux-2.6.16.sparc64/drivers/video/Makefile.BAD	2006-06-03 12:17:07.000000000 -0400
+++ linux-2.6.16.sparc64/drivers/video/Makefile	2006-06-03 12:19:09.000000000 -0400
@@ -31,9 +31,6 @@
 obj-$(CONFIG_FB_MATROX)		  += matrox/
 obj-$(CONFIG_FB_RIVA)		  += riva/ vgastate.o
 obj-$(CONFIG_FB_NVIDIA)		  += nvidia/
-obj-$(CONFIG_FB_ATY)		  += aty/ macmodes.o
-obj-$(CONFIG_FB_ATY128)		  += aty/ macmodes.o
-obj-$(CONFIG_FB_RADEON)		  += aty/
 obj-$(CONFIG_FB_SIS)		  += sis/
 obj-$(CONFIG_FB_KYRO)             += kyro/
 obj-$(CONFIG_FB_SAVAGE)		  += savage/
@@ -60,6 +57,9 @@
 obj-$(CONFIG_FB_P9100)            += p9100.o sbuslib.o
 obj-$(CONFIG_FB_TCX)              += tcx.o sbuslib.o
 obj-$(CONFIG_FB_LEO)              += leo.o sbuslib.o
+obj-$(CONFIG_FB_ATY)              += aty/ macmodes.o
+obj-$(CONFIG_FB_ATY128)           += aty/ macmodes.o
+obj-$(CONFIG_FB_RADEON)           += aty/
 obj-$(CONFIG_FB_SGIVW)            += sgivwfb.o
 obj-$(CONFIG_FB_ACORN)            += acornfb.o
 obj-$(CONFIG_FB_ATARI)            += atafb.o

  parent reply	other threads:[~2007-04-16 20:56 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-05  9:11 [PATCH]: Fix for SB100/SB150 bootup hangs David Miller
2007-03-05 16:56 ` Tom 'spot' Callaway
2007-03-05 19:26 ` Jason Wever
2007-03-08 22:12 ` Emanuele Rocca
2007-03-08 22:19 ` David Miller
2007-03-08 22:36 ` Emanuele Rocca
2007-03-08 23:08 ` David Miller
2007-03-08 23:21 ` Emanuele Rocca
2007-04-12 21:11 ` David Miller
2007-04-15 12:06 ` Emanuele Rocca
2007-04-16  9:22 ` Emanuele Rocca
2007-04-16 18:55 ` David Miller
2007-04-16 19:49 ` Emanuele Rocca
2007-04-16 19:53 ` David Miller
2007-04-16 20:08 ` Emanuele Rocca
2007-04-16 20:19 ` David Miller
2007-04-16 20:56 ` Tom "spot" Callaway [this message]
2007-04-16 21:16 ` Emanuele Rocca
2007-04-16 22:21 ` David Miller
2007-04-17  2:27 ` Tom "spot" Callaway
2007-04-17 12:19 ` Emanuele Rocca
2007-04-17 19:54 ` Emanuele Rocca
2007-05-17  8:25 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1176756985.3970.365.camel@localhost.localdomain \
    --to=tcallawa@redhat.com \
    --cc=sparclinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.