All of lore.kernel.org
 help / color / mirror / Atom feed
* sgiserial.c
@ 2000-10-09 20:32 Gordon McNutt
  2000-10-10  3:13 ` sgiserial.c Marcus Herbert
  0 siblings, 1 reply; 6+ messages in thread
From: Gordon McNutt @ 2000-10-09 20:32 UTC (permalink / raw)
  To: linux-mips

I'm trying to get the Indy's serial port to drive a peripheral card at
115200 baud. It appears to work OK at 9600 baud (the serial port that is
-- the card expects 115200 baud).

First of all, it lookslike the baud_table (in sgiserial.c) used to
convert termios.c_cflag bits to a numeric baud rate was outdated so I
fixed it up. Didn't help. It looks like transmit interrupts are
occurring and the driver is trying to write them to the chip (one byte
per interrupt..? ok, whatever works), but the other end usually isn't
getting anything. When reading, the Indy seems to get bytes but they
don't look good.

BTW, I've tried compiling the kernel without console support on the
serial line but I still get some console messages during boot (at 9600
baud). Haven't  looked too hard at that yet... When I force everybody to
use 115200 baud (via a hack) I don't see the console messages (yes, I
changed minicom to expect 115200 in this case). It just seems like the
chip is not correctly being set to operate at 115200 -- even when
I force it to try.

Has anybody else tried to make the serial port speak 115200?

Thanks,
--Gordon

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-10-10  9:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-09 20:32 sgiserial.c Gordon McNutt
2000-10-10  3:13 ` sgiserial.c Marcus Herbert
2000-10-10  3:19   ` sgiserial.c Keith Owens
2000-10-10  3:45     ` sgiserial.c Ralf Baechle
2000-10-10  9:41       ` sgiserial.c Alan Cox
2000-10-10  9:41         ` sgiserial.c Alan Cox

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.