13 Jan 2006 18:05
review: patch to restore VLAN kernel API in RELENG_6
Gleb Smirnoff <glebius <at> FreeBSD.org>
2006-01-13 17:05:52 GMT
2006-01-13 17:05:52 GMT
-- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE
? sys/dev/bge/if_bge.cbak
? sys/dev/em/if_em.cbak
? sys/dev/ixgb/if_ixgb.cbak
? sys/dev/nge/if_nge.cbak
? sys/dev/re/if_re.cbak
? sys/dev/txp/if_txp.cbak
? sys/dev/vge/if_vge.cbak
? sys/net80211/ieee80211_input.cbak
Index: sys/dev/bge/if_bge.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/bge/if_bge.c,v
retrieving revision 1.91.2.7
diff -u -r1.91.2.7 if_bge.c
--- sys/dev/bge/if_bge.c 13 Jan 2006 11:51:08 -0000 1.91.2.7
+++ sys/dev/bge/if_bge.c 13 Jan 2006 17:04:31 -0000
<at> <at> -2862,7 +2862,7 <at> <at>
* attach that information to the packet.
*/
if (have_tag) {
- VLAN_INPUT_TAG(ifp, m, vlan_tag);
+ VLAN_INPUT_TAG_NEW(ifp, m, vlan_tag);
if (m == NULL)
continue;
}
Index: sys/dev/em/if_em.c
(Continue reading)
Cheers,
_______________________________________________
freebsd-arch <at> freebsd.org mailing list
RSS Feed