Subject: Re: ppp on NetBSD/Alpha?
To: Matt Thomas <matt@lkg.dec.com>
From: Chris G Demetriou <Chris_G_Demetriou@UX2.SP.CS.CMU.EDU>
List: port-alpha
Date: 06/03/1996 14:30:58
> While this may not be your problem, I did find the following
> [ ... ]
> - netisr &= ~(1 << NETISR_CCITT);
> + netisr &= ~(1 << NETISR_PPP);
While that's obviously a bug, and would probably have dire
consequences if NETISR_PPP were ever set in netisr, i'm not sure that
it's a problem that would cause the symptoms described.
I hope it did, though. 8-) Thanks, Matt.
later,
cgd