summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/oltr
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-16 00:24:18 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-16 00:24:18 +0000
commit3e893afaf8c7546ef14459b3f6c805dafdf774ad (patch)
treefc865aa5b37fa6e3c1e069041f805e642006cd57 /sys/contrib/dev/oltr
parent41e5cea4996d19999044c79f425bc54395d7e396 (diff)
downloadFreeBSD-src-3e893afaf8c7546ef14459b3f6c805dafdf774ad.zip
FreeBSD-src-3e893afaf8c7546ef14459b3f6c805dafdf774ad.tar.gz
Catch up with recent infrastructure changes.
Diffstat (limited to 'sys/contrib/dev/oltr')
-rw-r--r--sys/contrib/dev/oltr/if_oltr.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/contrib/dev/oltr/if_oltr.c b/sys/contrib/dev/oltr/if_oltr.c
index 364d49a..91f906b 100644
--- a/sys/contrib/dev/oltr/if_oltr.c
+++ b/sys/contrib/dev/oltr/if_oltr.c
@@ -666,10 +666,6 @@ oltr_pci_attach(pcici_t config_id, int unit)
ifp->if_snd.ifq_maxlen = IFQ_MAXLEN;
iso88025_ifattach(ifp);
-#if (NBPFILTER > 0) || (__FreeBSD_version > 400000)
- bpfattach(ifp, DLT_IEEE802, sizeof(struct iso88025_header));
-#endif
-
splx(s);
return;
@@ -1464,7 +1460,6 @@ DriverReceiveFrameCompleted(void *DriverHandle, int ByteCount, int FragmentCount
}
ifp->if_ipackets++;
- BPF_MTAP(ifp, m0);
iso88025_input(ifp, m0);
} else { /* Receiver error */
if (ReceiveStatus != TRLLD_RCV_NO_DATA) {
OpenPOWER on IntegriCloud