From: Dieu Morales <dieumorales@yahoo.com>
To: Adrian Cox <adrian@humboldt.co.uk>
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: Asiliantfb (Frame Buffer) Driver
Date: Mon, 28 Jun 2004 19:53:14 -0700 (PDT) [thread overview]
Message-ID: <20040629025314.53379.qmail@web60401.mail.yahoo.com> (raw)
In-Reply-To: <1087887950.1547.98.camel@newt>
Adrian,
Thank you for your suggestion. The dummy_console with
the fb_con.c driver built in was the combination that
worked. Seems like I tried every combination except
that one. Also, the driver works whether or not the
firmware initializes the CT69000, which is good.
Thanks again.
-Michael Morales
--- Adrian Cox <adrian@humboldt.co.uk> wrote:
> On Mon, 2004-06-21 at 22:21, Dieu Morales wrote:
> > My firmware does initialize the CT69000 as an
> > environment option that allows what looks like VGA
> > mode consisting of a simple black screen with
> > white text. As per some suggestions I have
> removed
> > vga_con and added fb_con but received
> different(worse)
> > results. Without conswitchp = &fb_con I get an
> > exception shortly after the asiliant driver has
> been
> > initialized. And with conswitchp = &fb_con the
> system
> > hangs immediately after ppc.md.setup_arch in
> setup.c.
>
> What I do is to have this in my platform setup code:
>
> #ifdef CONFIG_DUMMY_CONSOLE
> conswitchp = &dummy_con;
> #endif
>
> Then I select the console from the command line.
>
> I can't vouch for the modified version in the kernel
> tree. My original
> driver for the 69030 had a bug that made it fail if
> the VGA firmware had
> already initialised the card. That wasn't a problem
> on the target
> platform, but it is why I never submitted the driver
> to the kernel.
>
>
> - Adrian Cox
> Humboldt Solutions Ltd
>
>
>
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2004-06-29 2:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-20 20:40 Asiliantfb (Frame Buffer) Driver Dieu Morales
2004-06-21 8:24 ` Adrian Cox
2004-06-21 21:21 ` Dieu Morales
2004-06-22 7:05 ` Adrian Cox
2004-06-29 2:53 ` Dieu Morales [this message]
2004-06-21 8:47 ` Geert Uytterhoeven
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=20040629025314.53379.qmail@web60401.mail.yahoo.com \
--to=dieumorales@yahoo.com \
--cc=adrian@humboldt.co.uk \
--cc=linuxppc-dev@lists.linuxppc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).