[BACK]Return to am79900.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / ic

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/ic/am79900.c between version 1.19.4.2 and 1.19.4.3

version 1.19.4.2, 2010/03/11 15:03:28 version 1.19.4.3, 2010/08/11 22:53:23
Line 518  am79900_start(struct ifnet *ifp)
Line 518  am79900_start(struct ifnet *ifp)
                  * If BPF is listening on this interface, let it see the packet                   * If BPF is listening on this interface, let it see the packet
                  * before we commit it to the wire.                   * before we commit it to the wire.
                  */                   */
                 if (ifp->if_bpf)                  bpf_mtap(ifp, m);
                         bpf_ops->bpf_mtap(ifp->if_bpf, m);  
   
                 /*                  /*
                  * Copy the mbuf chain into the transmit buffer.                   * Copy the mbuf chain into the transmit buffer.

Legend:
Removed from v.1.19.4.2  
changed lines
  Added in v.1.19.4.3

CVSweb <webmaster@jp.NetBSD.org>