summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_el.c
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/i386/isa/if_el.c
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/i386/isa/if_el.c')
-rw-r--r--sys/i386/isa/if_el.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/isa/if_el.c b/sys/i386/isa/if_el.c
index 47d95d8..a4c3b2b 100644
--- a/sys/i386/isa/if_el.c
+++ b/sys/i386/isa/if_el.c
@@ -6,7 +6,7 @@
*
* Questions, comments, bug reports and fixes to kimmel@cs.umass.edu.
*
- * $Id: if_el.c,v 1.15 1995/10/13 19:47:43 wollman Exp $
+ * $Id: if_el.c,v 1.16 1995/10/26 20:29:34 julian Exp $
*/
/* Except of course for the portions of code lifted from other FreeBSD
* drivers (mainly elread, elget and el_ioctl)
@@ -194,7 +194,6 @@ int el_attach(struct isa_device *idev)
struct ifaddr *ifa;
struct sockaddr_dl *sdl;
u_short base;
- int t;
dprintf(("Attaching el%d...\n",idev->id_unit));
@@ -626,7 +625,7 @@ elget(buf, totlen, off0, ifp)
int totlen, off0;
struct ifnet *ifp;
{
- struct mbuf *top, **mp, *m, *p;
+ struct mbuf *top, **mp, *m;
int off = off0, len;
register caddr_t cp = buf;
char *epkt;
OpenPOWER on IntegriCloud