summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-28 15:39:31 +0000
committerphk <phk@FreeBSD.org>1995-10-28 15:39:31 +0000
commit7fd61cfafdd6b3dee4d468626c6ddb0cfac19d66 (patch)
tree7a650b2ba047df3a24edf181fde8921e94889edc /sys/dev/ep
parent7b27d202bdb399f2adcb28bf30b22344b83fddc1 (diff)
downloadFreeBSD-src-7fd61cfafdd6b3dee4d468626c6ddb0cfac19d66.zip
FreeBSD-src-7fd61cfafdd6b3dee4d468626c6ddb0cfac19d66.tar.gz
Remove unused functions and variables, make things static, and other cleanups.
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 0b5008d..690f3eb 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();
OpenPOWER on IntegriCloud