Gleb Smirnoff wrote:
> ngctl <<
> mkpeer iface dummy ipx
> msg ng0: point2point {};
> mkpeer .:dummy ppp inet inet
> name .:dummy.inet ppp0
> connect ppp0: cp0: link0 rawdata
>
> ifconfig ng0 x.x.x.x x.x.x.y up
>
> Trying to ping x.x.x.y i get: Device not c
On Fri, Jun 27, 2003 at 15:40:22 -0700, Doug White wrote:
> On Fri, 27 Jun 2003, Ying-Chieh Liao wrote:
> > On Fri, Jun 27, 2003 at 09:28:31 -0400, Robert Watson wrote:
> > > You might compare the dmesg output from before/after and see if there are
> > > any obvious changes in IRQ allocation, share
syncache_timer()
...
/*
* syncache_respond() may call back into the syncache to
* to modify another entry, so do not obtain the next
* entry on the timer chain until it has completed.
*/
(void) sync
From: Don Bowman
...
It appears this may also occur in syncache_add():
in this case, syncache_respond() alters the list.
sc->sc_tp = tp;
sc->sc_inp_gencnt = tp->t_inpcb->inp_gencnt;
if (syncache_respond(sc, m) == 0) {
s = spl