Subject: Re: ppp dialup?
To: None <port-sparc64@netbsd.org>
From: Ian Main <imain@stemwinder.org>
List: port-sparc64
Date: 02/19/2003 21:08:04
On Wed, Feb 19, 2003 at 02:41:56PM -0800, Andrey Petrov wrote:
> On Wed, Feb 19, 2003 at 10:58:47PM +0100, Martin Husemann wrote:
> > 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)
> > 
> 
> sab driver appeared after 1.6 was branched and so it's only in -current 
> at the moment. It should be fairly easy to get it working there.

Yes, I discovered that ;)  So, I've gotten my -current kernel installed
(but I left the rest of userland for now.. takes a while to build this
 stuff).  However, now I'm getting errors about the serial link not
being 8 bit clean - "All received characters had bit 7 set to 0".

I did a bit of monkeying with stty but couldn't seem to make a
difference.  I keep having to hook the modem up to my wifes win2k
box to dial out, so I know it works ;)

Any ideas on that one?

Thanks for all your help!

        Ian