summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_wb.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_wb.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_wb.c')
-rw-r--r--sys/pci/if_wb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index 1dcb547..bb93b3f 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -1106,7 +1106,8 @@ static int wb_newbuf(sc, c, m)
}
m_new->m_data = c->wb_buf;
m_new->m_pkthdr.len = m_new->m_len = WB_BUFBYTES;
- MEXTADD(m_new, c->wb_buf, WB_BUFBYTES, wb_bfree, NULL);
+ MEXTADD(m_new, c->wb_buf, WB_BUFBYTES, wb_bfree, NULL, 0,
+ EXT_NET_DRV);
} else {
m_new = m;
m_new->m_len = m_new->m_pkthdr.len = WB_BUFBYTES;
OpenPOWER on IntegriCloud