summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-05-13 05:38:59 +0000
committerjlemon <jlemon@FreeBSD.org>2001-05-13 05:38:59 +0000
commit60ce9e40c2502cf08647b968104392bf1eb6f779 (patch)
tree8621e8612bb1e492562a6fbf5d1ecf0d27f3d141 /sys/dev/fxp
parentea74d8fc3c917d5b5c5c2c0e116a4b83d9239790 (diff)
downloadFreeBSD-src-60ce9e40c2502cf08647b968104392bf1eb6f779.zip
FreeBSD-src-60ce9e40c2502cf08647b968104392bf1eb6f779.tar.gz
Remove safety belt that checks for miibus in the config file. This
was only intended for -stable, not -current.
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 0ce7bf8..9eddd16 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 */
OpenPOWER on IntegriCloud