summaryrefslogtreecommitdiffstats
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-11-04 17:08:13 +0000
committerbde <bde@FreeBSD.org>1995-11-04 17:08:13 +0000
commit6073486300a2c7430d184a9a41ad42bcb0c4345c (patch)
treea314bfc13d707ab8df235edc500e88916380d16d /sys/dev/fe
parente2427bd86958366ec25f29d70bb5c148c61a704b (diff)
downloadFreeBSD-src-6073486300a2c7430d184a9a41ad42bcb0c4345c.zip
FreeBSD-src-6073486300a2c7430d184a9a41ad42bcb0c4345c.tar.gz
Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
misplaced extern declarations (mostly prototypes of interrupt handlers) that this exposed. The prototypes should be moved back to the driver sources when the functions are staticalized. Added idempotency guards to <machine/conf.h>. "ioconf.h" can't be included when building LKMs so define a wart in bsd.kmod.mk to help guard against including it.
Diffstat (limited to 'sys/dev/fe')
-rw-r--r--sys/dev/fe/if_fe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index b17d4fb..01ec89a 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -245,9 +245,6 @@ struct fe_softc {
*/
#define IFNET2SOFTC(P) ( ( struct fe_softc * )(P) )
-/* Public entry point. This is the only functoin which must be external. */
-void feintr ( int );
-
/* Standard driver entry points. These can be static. */
int fe_probe ( struct isa_device * );
int fe_attach ( struct isa_device * );
OpenPOWER on IntegriCloud