summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-16 12:34:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-16 12:34:37 +0000
commitdc28cf9f3d212202c138ebd27f5a7299bd29af1a (patch)
tree12874a13832dbe3d8e06e01f027a09094802c190 /sys
parentf142ca998154a6533114d84292663491e0226199 (diff)
unused vars
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isa/if_ed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c
index 08bb23b9165..318b7ca89bd 100644
--- a/sys/dev/isa/if_ed.c
+++ b/sys/dev/isa/if_ed.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ed.c,v 1.20 1996/10/05 00:08:39 niklas Exp $ */
+/* $OpenBSD: if_ed.c,v 1.21 1996/10/16 12:34:36 deraadt Exp $ */
/* $NetBSD: if_ed.c,v 1.100 1996/05/12 23:52:19 mycroft Exp $ */
/*
@@ -891,7 +891,7 @@ ed_find_3Com(sc, cf, ia)
bus_chipset_tag_t bc;
bus_io_handle_t ioh;
bus_mem_handle_t memh;
- int i, rv, mapped_mem = 0;
+ int i;
u_int memsize, memfail;
u_char isa16bit, x;
int ptr, asicbase, nicbase;