summaryrefslogtreecommitdiffstats
path: root/sys/dev/fe/if_fe_cbus.c
diff options
context:
space:
mode:
authorshiba <shiba@FreeBSD.org>2001-09-02 13:05:00 +0000
committershiba <shiba@FreeBSD.org>2001-09-02 13:05:00 +0000
commit25567a30d1c20a36fb0b125f6b67c54d5bb963d6 (patch)
tree5a5b5b124f697a8a8e4288f59a38f851d09ba77c /sys/dev/fe/if_fe_cbus.c
parent9afaf5c2383745fbd5d086c7fa53230d705e71d9 (diff)
downloadFreeBSD-src-25567a30d1c20a36fb0b125f6b67c54d5bb963d6.zip
FreeBSD-src-25567a30d1c20a36fb0b125f6b67c54d5bb963d6.tar.gz
Always turned on 8bit access card support for the fe driver
both i386/pc98, so options FE_8BIT_SUPPORT was deleted. Reviewed by: nyan
Diffstat (limited to 'sys/dev/fe/if_fe_cbus.c')
-rw-r--r--sys/dev/fe/if_fe_cbus.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/fe/if_fe_cbus.c b/sys/dev/fe/if_fe_cbus.c
index 97a07a1..d1977c8 100644
--- a/sys/dev/fe/if_fe_cbus.c
+++ b/sys/dev/fe/if_fe_cbus.c
@@ -22,10 +22,6 @@
* $FreeBSD$
*/
-#include "opt_fe.h"
-#include "opt_inet.h"
-#include "opt_ipx.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -656,11 +652,6 @@ fe_probe_ssi(device_t dev)
static int
fe_probe_lnx(device_t dev)
{
-#ifndef FE_8BIT_SUPPORT
- device_printf(dev,
- "skip LAC-98012/013(only 16-bit cards are supported)\n");
- return ENXIO;
-#else
struct fe_softc *sc = device_get_softc(dev);
u_long iobase, irq;
@@ -727,7 +718,6 @@ fe_probe_lnx(device_t dev)
sc->init = fe_init_lnx;
return 0;
-#endif /* FE_8BIT_SUPPORT */
}
OpenPOWER on IntegriCloud