Re: [PATCH 3/4] ppc64: add RTAS console driver

2005-08-18 Thread Nish Aravamudan
On 8/18/05, Arnd Bergmann <[EMAIL PROTECTED]> wrote: > The RTAS console driver can be used by all machines that abstract > the system console through the {get,put}-term-char interface. > It replaces the hvconsole on BPA, because we don't run under > a hypervisor. > > This driver needs to be

[PATCH 3/4] ppc64: add RTAS console driver

2005-08-18 Thread Arnd Bergmann
The RTAS console driver can be used by all machines that abstract the system console through the {get,put}-term-char interface. It replaces the hvconsole on BPA, because we don't run under a hypervisor. This driver needs to be redone as a special case of hvconsole, so there is no point in

[PATCH 3/4] ppc64: add RTAS console driver

2005-08-18 Thread Arnd Bergmann
The RTAS console driver can be used by all machines that abstract the system console through the {get,put}-term-char interface. It replaces the hvconsole on BPA, because we don't run under a hypervisor. This driver needs to be redone as a special case of hvconsole, so there is no point in

Re: [PATCH 3/4] ppc64: add RTAS console driver

2005-08-18 Thread Nish Aravamudan
On 8/18/05, Arnd Bergmann [EMAIL PROTECTED] wrote: The RTAS console driver can be used by all machines that abstract the system console through the {get,put}-term-char interface. It replaces the hvconsole on BPA, because we don't run under a hypervisor. This driver needs to be redone as a