The reason that the old INTOP went away was bec the orig
author (not Luca Deri) disappeared and no one else stepped
up to maintain it. So it (unfortunately) diedJet
- Original Message -
From: "Jeremie Le Hen" <[EMAIL PROTECTED]>
To: "Joe Schmoe" <[EMAIL PROTECTED]>
Cc:
Sent: Fr
ming fu wrote:
Hi,
With splnet() became a no-op in sys/systm.h
static __inline intrmask_tsplnet(void){ return 0; }
What should I use to replace the splnet?
I have a module receiving input from both ip_input() and a device that
userland can write to. I guess I was cover from th
ming fu:
Hi,
With splnet() became a no-op in sys/systm.h
static __inline intrmask_tsplnet(void){ return 0; }
What should I use to replace the splnet?
I have a module receiving input from both ip_input() and a device that
userland can write to. I guess I was cover from the ip_