Subject: Re: Wskbd
To: anand lalgondar <anandlalgondar@hotmail.com>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 08/21/2003 13:07:42
On Thu, Aug 21, 2003 at 04:26:17PM +0530, anand lalgondar wrote:
> If yes, does the wskbd support any serial port driver that is machine 
> specific(evbmips), since we are seeing the console from that serial port. 
> (We don't have a VGA card)

I'm not sure I understand what you are trying to ask.

If you have serial console -> fine, no need for wskbd or wsdisplay.

If you have a keyboard controller and a graphics card -> attach wskbd to
the keyboard controller and some driver that allows attaching a wsdipslay
at the graphics card.

If you have a keyboard [and maybe mouse] (not a terminal!) connected to a
serial port, cascade it like sparc{,64} does for wskbd: wskbd @ kbd @ serial.
To make this usefull, you still need a wsdisplay for the output part.

Martin