Subject: Re: ppp dialup?
To: Ian Main <ian-netbsd@stemwinder.org>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 02/19/2003 22:58:47
On Wed, Feb 19, 2003 at 01:40:37PM -0800, Ian Main wrote:

> I get the following message at bootup:
> 
> t ebus0 addr 3083f8-3083ff ipl 41: ns16550a, working fifo
> com0: console
> kbd0 at com0 (console input)
> com1 at ebus0 addr 3062f8-3062ff ipl 42: ns16550a, working fifo
> ms0 at com1

That's keyboard and mouse, not your (external) serial port.
I'd expect those to show up like this:

sab0 at ebus0 addr 400000-40007f ipl 43: rev 3.2
sabtty0 at sab0 port 0: console i/o
sabtty1 at sab0 port 1

(Hmm, for some reason GENERIC has this driver commented out in 1.6*, you
probably need to enable it in the kernel config file and build a new kernel)

The coresponding device would be /dev/ttyh*.

Martin