aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-10-28 15:39:31 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-10-28 15:39:31 +0000
commit4ccc87c594e7d2113adff44d644486922b87d09a (patch)
tree7a650b2ba047df3a24edf181fde8921e94889edc /sys/dev/ep
parent404392d45c5d5a4cff89675e3593985e26a6e9cc (diff)
Notes
Diffstat (limited to 'sys/dev/ep')
-rw-r--r--sys/dev/ep/if_ep.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index 0b5008dcd21e..690f3eb34d76 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.31 1995/10/13 19:47:44 wollman Exp $
+ * $Id: if_ep.c,v 1.32 1995/10/26 20:29:37 julian Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -309,7 +309,6 @@ epprobe(is)
{
struct ep_softc *sc = &ep_softc[is->id_unit];
u_short k;
- int i;
ep_registerdev(is);
@@ -778,11 +777,8 @@ void
epintr(unit)
int unit;
{
- int i;
register int status;
register struct ep_softc *sc = &ep_softc[unit];
- struct ifnet *ifp = &sc->arpcom.ac_if;
- struct mbuf *m;
int x;
x=splbio();