Subject: Re: PPP Problems anyone?
To: RiscBSD <port-arm32@NetBSD.ORG>
From: Mike Pumford <mpumford@mpc-data.co.uk>
List: port-arm32
Date: 10/30/1996 14:55:01
On Wed, 30 Oct 1996, Neil Hoggarth wrote:

> On Wed, 30 Oct 1996, Simon Levitt wrote:
> 
> PPP hasn't worked at all since I first started trying some months ago,
> with kernel bsd-4444 and the 1.2-beta sets. I've played with it off and 
> on, as new kernels came out but never got it going.
> 
The problem with PPP is that no data is transmitted or received from the
serial device. Data input and output is handled by the pppintr function.

In the 1.1 kernels this routine was always called in dosoftints in 
irqhandler.c.

Looking at the 1.2 source this routine is only called if the NETISR_PPP 
bit of the variable isr is set. My _guess_ ios that when pppd has some 
data to transmit or when serial data is received this flag is not 
set. 

This is all based on examination of the source code. In the next couple 
of days I am hoping to download the current kernel sources to see if this 
is the problem.


Mike