Sync with sys/i386/isa/if_fe.c revision up to 1.39.

This commit is contained in:
KATO Takenori 1998-02-27 15:23:37 +00:00
parent 03e97bc7ec
commit 84aa00c273
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33876

View File

@ -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",