Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/netnatm/natm_proto.c 105222 2002-10-16 09:19:17Z phk $
---
> * $FreeBSD: head/sys/netnatm/natm_proto.c 111888 2003-03-04 23:19:55Z jlemon $
49c49
< #include <net/intrq.h>
---
> #include <net/netisr.h>
109a110
> static struct ifqueue natmintrq;
125,126c126
< natmintrq_present = 1;
<
---
> netisr_register(NETISR_NATM, natmintr, &natmintrq);