summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHellmuth Michaelis <hm@FreeBSD.org>2001-10-27 15:48:17 +0000
committerHellmuth Michaelis <hm@FreeBSD.org>2001-10-27 15:48:17 +0000
commit1d9f49770778b02bd1916bae23dda69110f571c4 (patch)
treed7f4fc105779fadf98c90611d3e54ceeeed70e80
parentf37d86896784227bd4d598580664f00b2e8b0869 (diff)
Notes
-rw-r--r--sys/i4b/driver/i4b_ipr.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/i4b/driver/i4b_ipr.c b/sys/i4b/driver/i4b_ipr.c
index 4d686bc53373..ce6b6b5cf8b7 100644
--- a/sys/i4b/driver/i4b_ipr.c
+++ b/sys/i4b/driver/i4b_ipr.c
@@ -29,7 +29,7 @@
*
* $FreeBSD$
*
- * last edit-date: [Wed Aug 22 17:02:43 2001]
+ * last edit-date: [Fri Oct 26 19:32:38 2001]
*
*---------------------------------------------------------------------------*
*
@@ -366,12 +366,7 @@ i4biprattach()
sc->sc_dialresp = DSTAT_NONE; /* no response */
sc->sc_lastdialresp = DSTAT_NONE;
-#if defined(__FreeBSD_version) && ((__FreeBSD_version >= 500009) || (410000 <= __FreeBSD_version && __FreeBSD_version < 500000))
- /* do not call bpfattach in ether_ifattach */
- ether_ifattach(&sc->sc_if, 0);
-#else
if_attach(&sc->sc_if);
-#endif
#if NBPFILTER > 0 || NBPF > 0
#ifdef __FreeBSD__