diff options
Diffstat (limited to 'sys/dev/isa/if_ie.c')
-rw-r--r-- | sys/dev/isa/if_ie.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c index 4518ce585d2..00ef51c0a63 100644 --- a/sys/dev/isa/if_ie.c +++ b/sys/dev/isa/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.13 1996/10/06 21:28:22 deraadt Exp $ */ +/* $OpenBSD: if_ie.c,v 1.14 1996/10/17 19:12:50 niklas Exp $ */ /* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */ /*- @@ -297,8 +297,6 @@ void iememinit __P((void *, struct ie_softc *)); static int mc_setup __P((struct ie_softc *, void *)); static void mc_reset __P((struct ie_softc *)); -vm_offset_t kvtop __P((caddr_t)); /* XXX: Should not use this */ - #ifdef IEDEBUG void print_rbd __P((volatile struct ie_recv_buf_desc *)); |