From 75dc0c127a811a7d6e0d07f193c7efe91fa42132 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 16 Oct 1996 12:32:37 +0000 Subject: fix proto, unused var --- sys/dev/isa/isadma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/isa/isadma.c b/sys/dev/isa/isadma.c index 69ed23de8b6..6ca10a1095b 100644 --- a/sys/dev/isa/isadma.c +++ b/sys/dev/isa/isadma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isadma.c,v 1.7 1996/06/16 10:31:27 deraadt Exp $ */ +/* $OpenBSD: isadma.c,v 1.8 1996/10/16 12:32:36 deraadt Exp $ */ /* $NetBSD: isadma.c,v 1.19 1996/04/29 20:03:26 christos Exp $ */ #include @@ -55,6 +55,7 @@ struct cfdriver isadma_cd = { NULL, "isadma", DV_DULL, 1 }; +int isadmamatch(parent, match, aux) struct device *parent; void *match, *aux; @@ -114,7 +115,6 @@ isadma_start(addr, nbytes, chan, flags) struct dma_info *di; int waport; int mflags; - vm_size_t size; #ifdef ISADMA_DEBUG if (chan < 0 || chan > 7 || -- cgit v1.2.3