aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-12-15 00:54:32 +0000
committerBruce Evans <bde@FreeBSD.org>1995-12-15 00:54:32 +0000
commit0dfe10a65ca5d76b1710101adb5203dfe754393b (patch)
tree0e4fed627017f370a1dc320465630b9b87d4f4af /sys/dev/ep
parentbfd8f1484e9c677f8d58f4106e5b2bd39924f4a1 (diff)
Notes
Diffstat (limited to 'sys/dev/ep')
-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 8df642f76499..c5016f352c5f 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));