public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
* RE: what serial port type are Elan ports?
@ 2002-10-30  1:13 Ed Vance
  2002-10-30  6:29 ` Elan ser. port bugs? was " Joerg Schmitz-Linneweber
  2002-10-30 10:33 ` Robert Schwebel
  0 siblings, 2 replies; 9+ messages in thread
From: Ed Vance @ 2002-10-30  1:13 UTC (permalink / raw)
  To: 'Alex Pavloff'; +Cc: 'linux-kernel', 'linux-serial'

Hi Alex,

Thanks, I think the Elan SC520 is all I need. I don't know if the other
chips in the family have the same bug. 

There is a conflict between the Elan work-around and the 16C654 UART. It
looks like the work-around causes it to drop transmit data. If I can know
for sure the detected type of the Elan's ports, then I can shield all other
UART types from the work-around with a quick type field check without losing
the benefit of the work-around. 

Suggestions are welcome.

Best regards,
Ed

> -----Original Message-----
> From: Alex Pavloff [mailto:apavloff@eason.com]
> Sent: Tuesday, October 29, 2002 4:19 PM
> To: 'Ed Vance'; 'linux-kernel'; 'linux-serial'
> Subject: RE: what serial port type are Elan ports?
> 
> 
> 
> Elan Sc3x0?
> Elan Sc4x0?
> Elan Sc520?
> 
> I assume you mean the 520, if you really want to find the 
> UART for the SC3x0
> I might be convinced to plug in a hard drive to one of my 
> many SC320s lying
> around and let you know.
> 
> Alex Pavloff - apavloff@eason.com
> Eason Technology -- www.eason.com
> 
> > -----Original Message-----
> > From: Ed Vance [mailto:EdV@macrolink.com]
> > Sent: Tuesday, October 29, 2002 4:14 PM
> > To: 'linux-kernel'; 'linux-serial'
> > Subject: what serial port type are Elan ports?
> > 
> > 
> > Hi,
> > 
> > I need to know what UART type the serial driver detects for 
> > the two built-in
> > serial ports on the AMD Elan Microcontroller?
> > 
> > Would some nice person who has an Elan based system please 
> > send me the first
> > ten lines of the output of the following command?
> > 
> > 	more /proc/tty/driver/serial
> > 
> > Thanks in advance,
> > Ed
> > 
> > ---------------------------------------------------------------- 
> > Ed Vance              edv (at) macrolink (dot) com
> > Macrolink, Inc.       1500 N. Kellogg Dr  Anaheim, CA  92807
> > ----------------------------------------------------------------
> > 
> > -
> > To unsubscribe from this list: send the line "unsubscribe 
> > linux-serial" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > 
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: what serial port type are Elan ports?
@ 2002-10-30 17:18 Ed Vance
  0 siblings, 0 replies; 9+ messages in thread
From: Ed Vance @ 2002-10-30 17:18 UTC (permalink / raw)
  To: 'Robert Schwebel'
  Cc: 'Alex Pavloff', 'linux-kernel',
	'linux-serial'

Hi Robert,
On Wed, October 30, 2002 at 2:33 AM, Robert Schwebel wrote:
> On Tue, Oct 29, 2002 at 05:13:40PM -0800, Ed Vance wrote:
> > Thanks, I think the Elan SC520 is all I need. I don't know 
> > if the other chips in the family have the same bug. 
> 
> At least the SC410 has the same bug. Unfortunately I don't have a
> ready-to-run system at the moment, so I cannot make the tests 
> right now. 
> 
> Robert
> -- 

Thanks for the good information.

Do you think there is a need to look at the UART type on any more of the
Elan based systems if the SC4X0 is also detected as a generic 16550A? 

Best regards,
Ed

---------------------------------------------------------------- 
Ed Vance              edv (at) macrolink (dot) com
Macrolink, Inc.       1500 N. Kellogg Dr  Anaheim, CA  92807
----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: what serial port type are Elan ports?
@ 2002-10-30 16:45 Ed Vance
  0 siblings, 0 replies; 9+ messages in thread
From: Ed Vance @ 2002-10-30 16:45 UTC (permalink / raw)
  To: 'Alex Pavloff'
  Cc: 'linux-kernel', 'linux-serial',
	'Robert Schwebel'

Hi Alex,

Yes, it is exactly what I was looking for. Thanks very much.

Robert Schwebel has indicated that the Elan silicon bug is also in the SC410
chip. If you or somebody else have a ready to run SC4X0 based system, please
send me the first ten or so lines of output from the following command so I
can see the UART type that was detected for the SC4X0's serial ports:

	more /proc/tty/driver/serial

Thanks again,
Ed

> -----Original Message-----
> From: Alex Pavloff [mailto:apavloff@eason.com]
> Sent: Tuesday, October 29, 2002 6:06 PM
> To: 'Ed Vance'
> Cc: 'linux-kernel'; 'linux-serial'
> Subject: RE: what serial port type are Elan ports?
> 
> 
> 
> Hi Ed,
> 
> Well, here's the output from my stock Red Hat 7.3 (2.4.18-3) 
> system, running
> on an AMD ElanSC520-133AC Alpha Rev 1A from 1999 (antique, 
> aint it?).  Its
> sitting on an AMD Aspen Microcontroller Customer Developer 
> Platform Rev 1.2.
> 
> serinfo:1.0 driver:5.05c revision:2001-07-08
> 0: uart:16550A port:3F8 irq:4 baud:9600 tx:11 rx:0
> 1: uart:16550A port:2F8 irq:3 baud:9600 tx:11 rx:0
> 2: uart:unknown port:3E8 irq:4
> 3: uart:unknown port:2E8 irq:3
> 4: uart:unknown port:1A0 irq:9
> 5: uart:unknown port:1A8 irq:9
> 6: uart:unknown port:1B0 irq:9
> 7: uart:unknown port:1B8 irq:9
> 8: uart:unknown port:2A0 irq:5
> 9: uart:unknown port:2A8 irq:5
> 
> Is this what you need?
> 
> Alex Pavloff - apavloff@eason.com
> Eason Technology -- www.eason.com
>  
> 
> > -----Original Message-----
> > From: Alex Pavloff 
> > Sent: Tuesday, October 29, 2002 5:24 PM
> > To: 'Ed Vance'; Alex Pavloff
> > Cc: 'linux-kernel'; 'linux-serial'
> > Subject: RE: what serial port type are Elan ports?
> > 
> > 
> > 
> > Hi Ed,
> > 
> > I've got an SC520 dev board here actually.  I can get that 
> > output to you tommorow (have to scrounge up a power supply et al).
> > 
> > Alex Pavloff - apavloff@eason.com
> > Eason Technology -- www.eason.com
> >  
> > 
> > > -----Original Message-----
> > > From: Ed Vance [mailto:EdV@macrolink.com]
> > > Sent: Tuesday, October 29, 2002 5:14 PM
> > > To: 'Alex Pavloff'
> > > Cc: 'linux-kernel'; 'linux-serial'
> > > Subject: RE: what serial port type are Elan ports?
> > > 
> > > 
> > > Hi Alex,
> > > 
> > > Thanks, I think the Elan SC520 is all I need. I don't know if 
> > > the other
> > > chips in the family have the same bug. 
> > > 
> > > There is a conflict between the Elan work-around and the 
> > > 16C654 UART. It
> > > looks like the work-around causes it to drop transmit data. 
> > > If I can know
> > > for sure the detected type of the Elan's ports, then I can 
> > > shield all other
> > > UART types from the work-around with a quick type field check 
> > > without losing
> > > the benefit of the work-around. 
> > > 
> > > Suggestions are welcome.
> > > 
> > > Best regards,
> > > Ed
> > > 
> > > > -----Original Message-----
> > > > From: Alex Pavloff [mailto:apavloff@eason.com]
> > > > Sent: Tuesday, October 29, 2002 4:19 PM
> > > > To: 'Ed Vance'; 'linux-kernel'; 'linux-serial'
> > > > Subject: RE: what serial port type are Elan ports?
> > > > 
> > > > 
> > > > 
> > > > Elan Sc3x0?
> > > > Elan Sc4x0?
> > > > Elan Sc520?
> > > > 
> > > > I assume you mean the 520, if you really want to find the 
> > > > UART for the SC3x0
> > > > I might be convinced to plug in a hard drive to one of my 
> > > > many SC320s lying
> > > > around and let you know.
> > > > 
> > > > Alex Pavloff - apavloff@eason.com
> > > > Eason Technology -- www.eason.com
> > > > 
> > > > > -----Original Message-----
> > > > > From: Ed Vance [mailto:EdV@macrolink.com]
> > > > > Sent: Tuesday, October 29, 2002 4:14 PM
> > > > > To: 'linux-kernel'; 'linux-serial'
> > > > > Subject: what serial port type are Elan ports?
> > > > > 
> > > > > 
> > > > > Hi,
> > > > > 
> > > > > I need to know what UART type the serial driver detects for 
> > > > > the two built-in
> > > > > serial ports on the AMD Elan Microcontroller?
> > > > > 
> > > > > Would some nice person who has an Elan based system please 
> > > > > send me the first
> > > > > ten lines of the output of the following command?
> > > > > 
> > > > > 	more /proc/tty/driver/serial
> > > > > 
> > > > > Thanks in advance,
> > > > > Ed
> > > > > 
> > > > > 
> > ---------------------------------------------------------------- 
> > > > > Ed Vance              edv (at) macrolink (dot) com
> > > > > Macrolink, Inc.       1500 N. Kellogg Dr  Anaheim, CA  92807
> > > > > 
> ----------------------------------------------------------------
> > > > > 
> > > > > -
> > > > > To unsubscribe from this list: send the line "unsubscribe 
> > > > > linux-serial" in
> > > > > the body of a message to majordomo@vger.kernel.org
> > > > > More majordomo info at  
> http://vger.kernel.org/majordomo-info.html
> > > > 
> > > 
> > 
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: what serial port type are Elan ports?
@ 2002-10-30  2:05 Alex Pavloff
  0 siblings, 0 replies; 9+ messages in thread
From: Alex Pavloff @ 2002-10-30  2:05 UTC (permalink / raw)
  To: 'Ed Vance'; +Cc: 'linux-kernel', 'linux-serial'


Hi Ed,

Well, here's the output from my stock Red Hat 7.3 (2.4.18-3) system, running
on an AMD ElanSC520-133AC Alpha Rev 1A from 1999 (antique, aint it?).  Its
sitting on an AMD Aspen Microcontroller Customer Developer Platform Rev 1.2.

serinfo:1.0 driver:5.05c revision:2001-07-08
0: uart:16550A port:3F8 irq:4 baud:9600 tx:11 rx:0
1: uart:16550A port:2F8 irq:3 baud:9600 tx:11 rx:0
2: uart:unknown port:3E8 irq:4
3: uart:unknown port:2E8 irq:3
4: uart:unknown port:1A0 irq:9
5: uart:unknown port:1A8 irq:9
6: uart:unknown port:1B0 irq:9
7: uart:unknown port:1B8 irq:9
8: uart:unknown port:2A0 irq:5
9: uart:unknown port:2A8 irq:5

Is this what you need?

Alex Pavloff - apavloff@eason.com
Eason Technology -- www.eason.com
 

> -----Original Message-----
> From: Alex Pavloff 
> Sent: Tuesday, October 29, 2002 5:24 PM
> To: 'Ed Vance'; Alex Pavloff
> Cc: 'linux-kernel'; 'linux-serial'
> Subject: RE: what serial port type are Elan ports?
> 
> 
> 
> Hi Ed,
> 
> I've got an SC520 dev board here actually.  I can get that 
> output to you tommorow (have to scrounge up a power supply et al).
> 
> Alex Pavloff - apavloff@eason.com
> Eason Technology -- www.eason.com
>  
> 
> > -----Original Message-----
> > From: Ed Vance [mailto:EdV@macrolink.com]
> > Sent: Tuesday, October 29, 2002 5:14 PM
> > To: 'Alex Pavloff'
> > Cc: 'linux-kernel'; 'linux-serial'
> > Subject: RE: what serial port type are Elan ports?
> > 
> > 
> > Hi Alex,
> > 
> > Thanks, I think the Elan SC520 is all I need. I don't know if 
> > the other
> > chips in the family have the same bug. 
> > 
> > There is a conflict between the Elan work-around and the 
> > 16C654 UART. It
> > looks like the work-around causes it to drop transmit data. 
> > If I can know
> > for sure the detected type of the Elan's ports, then I can 
> > shield all other
> > UART types from the work-around with a quick type field check 
> > without losing
> > the benefit of the work-around. 
> > 
> > Suggestions are welcome.
> > 
> > Best regards,
> > Ed
> > 
> > > -----Original Message-----
> > > From: Alex Pavloff [mailto:apavloff@eason.com]
> > > Sent: Tuesday, October 29, 2002 4:19 PM
> > > To: 'Ed Vance'; 'linux-kernel'; 'linux-serial'
> > > Subject: RE: what serial port type are Elan ports?
> > > 
> > > 
> > > 
> > > Elan Sc3x0?
> > > Elan Sc4x0?
> > > Elan Sc520?
> > > 
> > > I assume you mean the 520, if you really want to find the 
> > > UART for the SC3x0
> > > I might be convinced to plug in a hard drive to one of my 
> > > many SC320s lying
> > > around and let you know.
> > > 
> > > Alex Pavloff - apavloff@eason.com
> > > Eason Technology -- www.eason.com
> > > 
> > > > -----Original Message-----
> > > > From: Ed Vance [mailto:EdV@macrolink.com]
> > > > Sent: Tuesday, October 29, 2002 4:14 PM
> > > > To: 'linux-kernel'; 'linux-serial'
> > > > Subject: what serial port type are Elan ports?
> > > > 
> > > > 
> > > > Hi,
> > > > 
> > > > I need to know what UART type the serial driver detects for 
> > > > the two built-in
> > > > serial ports on the AMD Elan Microcontroller?
> > > > 
> > > > Would some nice person who has an Elan based system please 
> > > > send me the first
> > > > ten lines of the output of the following command?
> > > > 
> > > > 	more /proc/tty/driver/serial
> > > > 
> > > > Thanks in advance,
> > > > Ed
> > > > 
> > > > 
> ---------------------------------------------------------------- 
> > > > Ed Vance              edv (at) macrolink (dot) com
> > > > Macrolink, Inc.       1500 N. Kellogg Dr  Anaheim, CA  92807
> > > > ----------------------------------------------------------------
> > > > 
> > > > -
> > > > To unsubscribe from this list: send the line "unsubscribe 
> > > > linux-serial" in
> > > > the body of a message to majordomo@vger.kernel.org
> > > > More majordomo info at  
http://vger.kernel.org/majordomo-info.html
> > > 
> > 
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: what serial port type are Elan ports?
@ 2002-10-30  1:23 Alex Pavloff
  0 siblings, 0 replies; 9+ messages in thread
From: Alex Pavloff @ 2002-10-30  1:23 UTC (permalink / raw)
  To: 'Ed Vance', Alex Pavloff
  Cc: 'linux-kernel', 'linux-serial'


Hi Ed,

I've got an SC520 dev board here actually.  I can get that output to you
tommorow (have to scrounge up a power supply et al).

Alex Pavloff - apavloff@eason.com
Eason Technology -- www.eason.com
 

> -----Original Message-----
> From: Ed Vance [mailto:EdV@macrolink.com]
> Sent: Tuesday, October 29, 2002 5:14 PM
> To: 'Alex Pavloff'
> Cc: 'linux-kernel'; 'linux-serial'
> Subject: RE: what serial port type are Elan ports?
> 
> 
> Hi Alex,
> 
> Thanks, I think the Elan SC520 is all I need. I don't know if 
> the other
> chips in the family have the same bug. 
> 
> There is a conflict between the Elan work-around and the 
> 16C654 UART. It
> looks like the work-around causes it to drop transmit data. 
> If I can know
> for sure the detected type of the Elan's ports, then I can 
> shield all other
> UART types from the work-around with a quick type field check 
> without losing
> the benefit of the work-around. 
> 
> Suggestions are welcome.
> 
> Best regards,
> Ed
> 
> > -----Original Message-----
> > From: Alex Pavloff [mailto:apavloff@eason.com]
> > Sent: Tuesday, October 29, 2002 4:19 PM
> > To: 'Ed Vance'; 'linux-kernel'; 'linux-serial'
> > Subject: RE: what serial port type are Elan ports?
> > 
> > 
> > 
> > Elan Sc3x0?
> > Elan Sc4x0?
> > Elan Sc520?
> > 
> > I assume you mean the 520, if you really want to find the 
> > UART for the SC3x0
> > I might be convinced to plug in a hard drive to one of my 
> > many SC320s lying
> > around and let you know.
> > 
> > Alex Pavloff - apavloff@eason.com
> > Eason Technology -- www.eason.com
> > 
> > > -----Original Message-----
> > > From: Ed Vance [mailto:EdV@macrolink.com]
> > > Sent: Tuesday, October 29, 2002 4:14 PM
> > > To: 'linux-kernel'; 'linux-serial'
> > > Subject: what serial port type are Elan ports?
> > > 
> > > 
> > > Hi,
> > > 
> > > I need to know what UART type the serial driver detects for 
> > > the two built-in
> > > serial ports on the AMD Elan Microcontroller?
> > > 
> > > Would some nice person who has an Elan based system please 
> > > send me the first
> > > ten lines of the output of the following command?
> > > 
> > > 	more /proc/tty/driver/serial
> > > 
> > > Thanks in advance,
> > > Ed
> > > 
> > > ---------------------------------------------------------------- 
> > > Ed Vance              edv (at) macrolink (dot) com
> > > Macrolink, Inc.       1500 N. Kellogg Dr  Anaheim, CA  92807
> > > ----------------------------------------------------------------
> > > 
> > > -
> > > To unsubscribe from this list: send the line "unsubscribe 
> > > linux-serial" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > > 
> > 
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: what serial port type are Elan ports?
@ 2002-10-30  0:18 Alex Pavloff
  0 siblings, 0 replies; 9+ messages in thread
From: Alex Pavloff @ 2002-10-30  0:18 UTC (permalink / raw)
  To: 'Ed Vance', 'linux-kernel',
	'linux-serial'


Elan Sc3x0?
Elan Sc4x0?
Elan Sc520?

I assume you mean the 520, if you really want to find the UART for the SC3x0
I might be convinced to plug in a hard drive to one of my many SC320s lying
around and let you know.

Alex Pavloff - apavloff@eason.com
Eason Technology -- www.eason.com

> -----Original Message-----
> From: Ed Vance [mailto:EdV@macrolink.com]
> Sent: Tuesday, October 29, 2002 4:14 PM
> To: 'linux-kernel'; 'linux-serial'
> Subject: what serial port type are Elan ports?
> 
> 
> Hi,
> 
> I need to know what UART type the serial driver detects for 
> the two built-in
> serial ports on the AMD Elan Microcontroller?
> 
> Would some nice person who has an Elan based system please 
> send me the first
> ten lines of the output of the following command?
> 
> 	more /proc/tty/driver/serial
> 
> Thanks in advance,
> Ed
> 
> ---------------------------------------------------------------- 
> Ed Vance              edv (at) macrolink (dot) com
> Macrolink, Inc.       1500 N. Kellogg Dr  Anaheim, CA  92807
> ----------------------------------------------------------------
> 
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-serial" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread
* what serial port type are Elan ports?
@ 2002-10-30  0:13 Ed Vance
  0 siblings, 0 replies; 9+ messages in thread
From: Ed Vance @ 2002-10-30  0:13 UTC (permalink / raw)
  To: 'linux-kernel', 'linux-serial'

Hi,

I need to know what UART type the serial driver detects for the two built-in
serial ports on the AMD Elan Microcontroller?

Would some nice person who has an Elan based system please send me the first
ten lines of the output of the following command?

	more /proc/tty/driver/serial

Thanks in advance,
Ed

---------------------------------------------------------------- 
Ed Vance              edv (at) macrolink (dot) com
Macrolink, Inc.       1500 N. Kellogg Dr  Anaheim, CA  92807
----------------------------------------------------------------


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

end of thread, other threads:[~2002-10-30 17:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-30  1:13 what serial port type are Elan ports? Ed Vance
2002-10-30  6:29 ` Elan ser. port bugs? was " Joerg Schmitz-Linneweber
2002-10-30 10:33 ` Robert Schwebel
  -- strict thread matches above, loose matches on Subject: below --
2002-10-30 17:18 Ed Vance
2002-10-30 16:45 Ed Vance
2002-10-30  2:05 Alex Pavloff
2002-10-30  1:23 Alex Pavloff
2002-10-30  0:18 Alex Pavloff
2002-10-30  0:13 Ed Vance

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox