[PATCH] powerpc: serial port discovery: cope with broken firmware
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 24 Nov 2005 17:08:56 +0000 (17:08 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:50:42 +0000 (14:50 +1100)
commit31df1678d7732b94178a6e457ed6666e4431212f
treee464f609dd5fa95a28da60127c79db24bd44152e
parent9177ae4378add0126104e2966aa6150258610d59
[PATCH] powerpc: serial port discovery: cope with broken firmware

On Tue, 2005-11-22 at 15:49 +1100, Benjamin Herrenschmidt wrote:
> This moves the discovery of legacy serial ports to a separate file,
> makes it common to ppc32 and ppc64, and reworks it to use the new OF
> address translators to get to the ports early. This new version can also
> detect some PCI serial cards using legacy chips and will probably match
> those discovered port with the default console choice.

This makes it deal with the fact that the Pegasos firmware reports that
its clock frequency is zero...

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/legacy_serial.c