1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Catch up with sam's changes to network interfaces.

This commit is contained in:
Maxime Henrion 2002-11-15 14:36:33 +00:00
parent 021587f8c1
commit 6c9ecf447f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106950

View File

@ -1229,7 +1229,7 @@ gem_start(ifp)
* WE ARE NOW COMMITTED TO TRANSMITTING THE PACKET.
*/
if (ifp->if_bpf != NULL)
bpf_mtap(ifp, m0);
bpf_mtap(ifp->if_bpf, m0);
if (m != NULL)
m_freem(m0);
@ -1454,7 +1454,6 @@ gem_rint(sc)
struct ifnet *ifp = &sc->sc_arpcom.ac_if;
bus_space_tag_t t = sc->sc_bustag;
bus_space_handle_t h = sc->sc_h;
struct ether_header *eh;
struct gem_rxsoft *rxs;
struct mbuf *m;
u_int64_t rxstat;