summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pc98/pc98/if_fe.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/pc98/pc98/if_fe.c b/sys/pc98/pc98/if_fe.c
index 63bdf25..38172d4 100644
--- a/sys/pc98/pc98/if_fe.c
+++ b/sys/pc98/pc98/if_fe.c
@@ -21,7 +21,7 @@
*/
/*
- * $Id: if_fe.c,v 1.28 1997/12/15 20:31:17 eivind Exp $
+ * $Id: if_fe.c,v 1.29 1998/01/08 23:42:10 eivind Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@@ -132,7 +132,6 @@
#include <sys/select.h>
#include <pccard/cardinfo.h>
#include <pccard/slot.h>
-#include <pccard/driver.h>
#endif
#include <i386/isa/ic/mb86960.h>
@@ -338,9 +337,9 @@ outblk ( struct fe_softc * sc, int offs, u_char const * mem, int len )
/*
* PC-Card (PCMCIA) specific code.
*/
-static int feinit(struct pccard_devinfo *); /* init device */
-static void feunload(struct pccard_devinfo *); /* Disable driver */
-static int fe_card_intr(struct pccard_devinfo *); /* Interrupt handler */
+static int feinit (struct pccard_devinfo *);
+static void feunload (struct pccard_devinfo *);
+static int fe_card_intr (struct pccard_devinfo *);
static struct pccard_device fe_info = {
"fe",
OpenPOWER on IntegriCloud