All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Malek <dan@netx4.com>
To: Grant Carter <gcarter@eng.uct.ac.za>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: MPC823 Serial ports
Date: Fri, 22 Oct 1999 14:13:53 -0400	[thread overview]
Message-ID: <3810A961.FF50C5F8@netx4.com> (raw)
In-Reply-To: 38107697.9A2576F7@eng.uct.ac.za


Grant Carter wrote:
> 
> Hi all
> 
> I am trying to get the second serial port (SMC2) up and running. I have
> found that it was removed from arch/ppc/8xx_io/uart.c in the rs_table
> struct. I have added this again and now the kernel (2.2.5) seems to find
> it on bootup.

Yes.  I was using SMC2 on the TDM when I made the update.  You
can enable up to four (because of baud rate generators) serial
ports for uarts.  Pick any that you want.  This will be more
configurable in newer versions of the config scripts I am going
to check into CVS one of these days.

> What else do I need to do to get it working as when I echo something to
> it, I get nothing out of the port.

Make sure you have the device nodes in /dev properly defined.
They should be:
	ttyS0 4,64
	ttyS1 4,65
	ttyS2 4,66
	ttyS3 4,67



	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~1999-10-22 18:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-22 14:37 MPC823 Serial ports Grant Carter
1999-10-22 18:13 ` Dan Malek [this message]
1999-10-24 12:50   ` Console on SMC2 (was: Re: MPC823 Serial ports) Marcus Sundberg
1999-10-24 17:07     ` Dan Malek
1999-10-25 13:57       ` Marcus Sundberg
1999-10-25 14:20         ` Dan Malek
1999-10-25 14:59           ` Marcus Sundberg
1999-10-25  1:35     ` Graham Stoney
1999-10-25  3:08       ` Noah Misch
1999-10-25  3:20         ` Graham Stoney
1999-10-25 12:47       ` Marcus Sundberg

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=3810A961.FF50C5F8@netx4.com \
    --to=dan@netx4.com \
    --cc=gcarter@eng.uct.ac.za \
    --cc=linuxppc-embedded@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 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.