summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti
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/dev/ti
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/dev/ti')
-rw-r--r--sys/dev/ti/if_ti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index 6cf8632..1a88f0d 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -815,7 +815,7 @@ static int ti_newbuf_jumbo(sc, i, m)
m_new->m_data = (void *) buf;
m_new->m_len = m_new->m_pkthdr.len = TI_JUMBO_FRAMELEN;
MEXTADD(m_new, buf, TI_JUMBO_FRAMELEN, ti_jfree,
- (struct ti_softc *)sc);
+ (struct ti_softc *)sc, 0, EXT_NET_DRV);
} else {
m_new = m;
m_new->m_data = m_new->m_ext.ext_buf;
OpenPOWER on IntegriCloud