From: "David S. Miller" <davem@redhat.com>
To: sparclinux@vger.kernel.org
Subject: Re: [PATCH] SunSAB console problems in 2.6.x
Date: Fri, 27 Aug 2004 01:10:59 +0000 [thread overview]
Message-ID: <20040826181059.140d7f3f.davem@redhat.com> (raw)
In-Reply-To: <20040825233247.237c1fb1.davem@redhat.com>
On Thu, 26 Aug 2004 17:43:01 -0700
Joshua Kwan <joshk@triplehelix.org> wrote:
> David S. Miller wrote:
> > 2) Once userland starts up, the userland messages print out fine
> > but are kernel messages still garbled?
>
> Right now I can say yes to this.
Hmmm, does this fix things?
=== drivers/serial/sunsab.c 1.35 vs edited ==--- 1.35/drivers/serial/sunsab.c 2004-08-26 15:38:22 -07:00
+++ edited/drivers/serial/sunsab.c 2004-08-26 17:54:26 -07:00
@@ -83,7 +83,7 @@
static __inline__ void sunsab_tec_wait(struct uart_sunsab_port *up)
{
- int timeout = up->tec_timeout;
+ int timeout = SAB82532_MAX_TEC_TIMEOUT /*up->tec_timeout*/;
while ((readb(&up->regs->r.star) & SAB82532_STAR_TEC) && --timeout)
udelay(1);
next prev parent reply other threads:[~2004-08-27 1:10 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-26 6:32 [PATCH] SunSAB console problems in 2.6.x David S. Miller
2004-08-26 8:31 ` Ralph Mitchell
2004-08-26 13:23 ` Ben Collins
2004-08-26 17:01 ` Ben Collins
2004-08-26 18:05 ` Ralph Mitchell
2004-08-26 20:19 ` David S. Miller
2004-08-27 0:43 ` Joshua Kwan
2004-08-27 1:10 ` David S. Miller [this message]
2004-08-27 10:30 ` Ralph Mitchell
2004-08-27 19:19 ` David S. Miller
2004-08-27 22:29 ` David S. Miller
2004-08-27 23:24 ` Joshua Kwan
2004-08-27 23:24 ` David S. Miller
2004-08-27 23:25 ` David S. Miller
2004-08-27 23:34 ` C.Newport
2004-08-27 23:39 ` David S. Miller
2004-08-28 0:01 ` Joshua Kwan
2004-08-28 0:04 ` David S. Miller
2004-08-28 7:06 ` Ralph Mitchell
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=20040826181059.140d7f3f.davem@redhat.com \
--to=davem@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.