summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ti.c
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1999-10-04 12:37:18 +0000
committerJason Wright <jason@cvs.openbsd.org>1999-10-04 12:37:18 +0000
commit7d2a06b5a54afdddc45f169a5941e559a50fe311 (patch)
tree1cecfb7c7d892fe1594ce0a66c314f1d0d8fa3bb /sys/dev/pci/if_ti.c
parent21808fec30f437321a2582c0839a8eb16a3782e8 (diff)
m_new is the new mbuf, not m
Diffstat (limited to 'sys/dev/pci/if_ti.c')
-rw-r--r--sys/dev/pci/if_ti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ti.c b/sys/dev/pci/if_ti.c
index 72d51b2e0eb..653bebccc84 100644
--- a/sys/dev/pci/if_ti.c
+++ b/sys/dev/pci/if_ti.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ti.c,v 1.5 1999/10/03 13:06:30 jason Exp $ */
+/* $OpenBSD: if_ti.c,v 1.6 1999/10/04 12:37:17 jason Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -841,7 +841,7 @@ int ti_newbuf_jumbo(sc, i, m)
m_new->m_ext.ext_size = TI_JUMBO_FRAMELEN;
}
- m->m_ext.ext_handle = sc;
+ m_new->m_ext.ext_handle = sc;
m_adj(m_new, ETHER_ALIGN);
/* Set up the descriptor. */