From 731dcc4ac5dc6e92728060d9d58de2ad3234f18d Mon Sep 17 00:00:00 2001 From: kstailey Date: Tue, 31 Dec 1996 06:14:11 +0000 Subject: sync with 17-Dec-1996 --- sys/arch/sun3/dev/if_ie_vmes.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sys/arch/sun3/dev/if_ie_vmes.c') diff --git a/sys/arch/sun3/dev/if_ie_vmes.c b/sys/arch/sun3/dev/if_ie_vmes.c index 02dcc88e697..31403913eac 100644 --- a/sys/arch/sun3/dev/if_ie_vmes.c +++ b/sys/arch/sun3/dev/if_ie_vmes.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ie_vmes.c,v 1.5 1996/11/20 18:56:51 gwr Exp $ */ +/* $NetBSD: if_ie_vmes.c,v 1.6 1996/12/17 21:10:46 gwr Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -58,7 +58,6 @@ #include #include #include -#include #include #include @@ -74,7 +73,9 @@ static void ie_vmerun __P((struct ie_softc *)); * zero/copy functions: OBIO can use the normal functions, but VME * must do only byte or half-word (16 bit) accesses... */ -static void wcopy(), wzero(); +static void wcopy __P((const void *vb1, void *vb2, u_int l)); +static void wzero __P((void *vb, u_int l)); + /* * New-style autoconfig attachment @@ -93,8 +94,9 @@ ie_vmes_match(parent, vcf, args) struct device *parent; void *vcf, *args; { + struct cfdata *cf = vcf; struct confargs *ca = args; - int x, sz; + int x; #ifdef DIAGNOSTIC if (ca->ca_bustype != BUS_VME16) { -- cgit v1.2.3