[parisc-linux] Further serial changes -- PLEASE TEST

Richard Hirst rhirst@linuxcare.com
Thu, 13 Sep 2001 11:28:35 +0100


On Wed, Sep 12, 2001 at 11:42:08PM +0100, Matthew Wilcox wrote:
> 
> Richard reports the serial ports on his B180 are still swapped.  I
> think I understand why and the following patch should fix it as well
> as several other B/C/J `hundred' class machines.  It might also fix
> the A180 (is this broken without the patch?  I haven't seen reports).

B180 is now ok.
C360 was ok anyway, and still is.


715/old orders its serial ports correctly, but as they are

6. Scorpio Sr. Core RS-232 (10) at 0xf0823000, versions 0x19, 0x0, 0x75
7. Scorpio Sr. Core RS-232 (10) at 0xf0822000, versions 0x19, 0x0, 0x75

I guess we are just lucky.  0xf0823000 is ttyS0, btw.


My 712 has
5. Gecko 100 Core RS-232 (10) at 0xf0105000, versions 0x1d, 0x0, 0x8c, 0x0, 0x0
13. Gecko Optional RS-232 (10) at 0xf0505000, versions 0x18, 0x0, 0x8c, 0x0, 0x0

It does put 0xf0105000 as ttyS0 as it should, but I guess there
should be an entry for 0x1d, 0x8c in serial1_tbl[] really?

Richard