summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ep/if_ep.c')
-rw-r--r--sys/dev/ep/if_ep.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index 8df642f..c5016f3 100644
--- a/sys/dev/ep/if_ep.c
+++ b/sys/dev/ep/if_ep.c
@@ -38,7 +38,7 @@
*/
/*
- * $Id: if_ep.c,v 1.35 1995/12/05 02:00:52 davidg Exp $
+ * $Id: if_ep.c,v 1.36 1995/12/10 13:38:41 phk Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -59,6 +59,7 @@
#if defined(__FreeBSD__)
#include <sys/systm.h>
#include <sys/kernel.h>
+#include <sys/conf.h>
#include <sys/devconf.h>
#endif
#include <sys/mbuf.h>
@@ -106,6 +107,10 @@
#include <i386/isa/icu.h>
#include <i386/isa/if_epreg.h>
+static int eeprom_rdy __P((struct isa_device *is));
+static int ep_look_for_board_at __P((struct isa_device *is));
+static int get_e __P((struct isa_device *is, int offset));
+
static int epprobe __P((struct isa_device *));
static int epattach __P((struct isa_device *));
static int epioctl __P((struct ifnet * ifp, int, caddr_t));
OpenPOWER on IntegriCloud