From: Wojciech Kromer <wojciech.kromer@dgt•com.pl>
To: linuxppc-embedded@ozlabs•org
Subject: arch/ppc/82xx_io/uart.c bug found
Date: Mon, 13 Feb 2006 14:51:51 +0100 [thread overview]
Message-ID: <43F08EF7.3060109@dgt.com.pl> (raw)
here is orignal uart.c
#ifdef SCC_CONSOLE
switch (state->smc_scc_num) {
case 0:
page = CPM_CR_SCC1_PAGE;
sblock = CPM_CR_SCC1_SBLOCK;
break;
case 1:
page = CPM_CR_SCC2_PAGE;
sblock = CPM_CR_SCC2_SBLOCK;
break;
case 2:
page = CPM_CR_SCC3_PAGE;
sblock = CPM_CR_SCC3_SBLOCK;
break;
}
....
so SCC4 is unusable, here is missing code:
case 3:
page = CPM_CR_SCC4_PAGE;
sblock = CPM_CR_SCC4_SBLOCK;
break;
}
next reply other threads:[~2006-02-13 14:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-13 13:51 Wojciech Kromer [this message]
2006-02-13 16:14 ` arch/ppc/82xx_io/uart.c bug found Dan Malek
2006-02-20 7:57 ` Wojciech Kromer
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=43F08EF7.3060109@dgt.com.pl \
--to=wojciech.kromer@dgt$(echo .)com.pl \
--cc=linuxppc-embedded@ozlabs$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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