summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sk.c
diff options
context:
space:
mode:
authorbmilekic <bmilekic@FreeBSD.org>2000-11-11 23:08:22 +0000
committerbmilekic <bmilekic@FreeBSD.org>2000-11-11 23:08:22 +0000
commit5e14d667ae4ee382eeeab1d0ad84a9e7943acf3f (patch)
tree4c984080a84d1b539a62447df6d937460181ad77 /sys/pci/if_sk.c
parentb5361355078b6871dd75bcdf6207542ec139d69b (diff)
downloadFreeBSD-src-5e14d667ae4ee382eeeab1d0ad84a9e7943acf3f.zip
FreeBSD-src-5e14d667ae4ee382eeeab1d0ad84a9e7943acf3f.tar.gz
Change MEXTADD usage to pass the two new arguments.
Reviewed by: jlemon
Diffstat (limited to 'sys/pci/if_sk.c')
-rw-r--r--sys/pci/if_sk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index b2ee64a..befe974 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.c
@@ -699,7 +699,7 @@ static int sk_newbuf(sc_if, c, m)
/* Attach the buffer to the mbuf */
MEXTADD(m_new, buf, SK_JLEN, sk_jfree,
- (struct sk_if_softc *)sc_if);
+ (struct sk_if_softc *)sc_if, 0, EXT_NET_DRV);
m_new->m_data = (void *)buf;
m_new->m_pkthdr.len = m_new->m_len = SK_JLEN;
} else {
OpenPOWER on IntegriCloud