aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2001-05-13 05:38:59 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2001-05-13 05:38:59 +0000
commitdb1e093307a729167764d0bb010127616a211208 (patch)
tree75eb433582576a17af930acb4a291385fc6671b8 /sys/dev/fxp
parent180c9afb62cb776a63b7008508c0a86e2671b52a (diff)
Notes
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 0ce7bf8b90c6..9eddd165bbb5 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -82,15 +82,6 @@
MODULE_DEPEND(fxp, miibus, 1, 1, 1);
#include "miibus_if.h"
-#ifdef KLD_MODULE
-#define NMIIBUS 1
-#else
-#include "miibus.h"
-#endif
-#if NMIIBUS < 1
-#error "You need to add 'device miibus' to your kernel config!"
-#else
-
/*
* NOTE! On the Alpha, we have an alignment constraint. The
* card DMAs the packet immediately following the RFA. However,
@@ -1888,5 +1879,3 @@ fxp_mc_setup(struct fxp_softc *sc)
ifp->if_timer = 2;
return;
}
-
-#endif /* NMIIBUS > 0 */