diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-05-09 10:45:54 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-05-09 10:45:54 +0000 |
| commit | 3f745407252af5cff7320a0aa706ccbf98b52ea8 (patch) | |
| tree | 8e9cb25646316e4924588103c04bc2d2a04cd8db /sys | |
| parent | a924771339520a727b851825eb95935023fa0de5 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 6 | ||||
| -rw-r--r-- | sys/pci/if_fxp.c | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 4d7d5ef0d9d7..b7e25e5fae07 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.67 1999/04/16 21:22:51 peter Exp $ + * $Id: if_fxp.c,v 1.68 1999/05/08 21:59:39 dfr Exp $ */ /* @@ -1128,12 +1128,16 @@ rcvloop: FXP_RFA_STATUS_IAMATCH) && (eh->ether_dhost[0] & 1) == 0) { +#ifdef BRIDGE dropit: +#endif if (m) m_freem(m); goto rcvloop; } +#ifdef BRIDGE getit: +#endif m->m_data += sizeof(struct ether_header); m->m_len -= diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c index 4d7d5ef0d9d7..b7e25e5fae07 100644 --- a/sys/pci/if_fxp.c +++ b/sys/pci/if_fxp.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.67 1999/04/16 21:22:51 peter Exp $ + * $Id: if_fxp.c,v 1.68 1999/05/08 21:59:39 dfr Exp $ */ /* @@ -1128,12 +1128,16 @@ rcvloop: FXP_RFA_STATUS_IAMATCH) && (eh->ether_dhost[0] & 1) == 0) { +#ifdef BRIDGE dropit: +#endif if (m) m_freem(m); goto rcvloop; } +#ifdef BRIDGE getit: +#endif m->m_data += sizeof(struct ether_header); m->m_len -= |
