From hnokubi@yyy.or.jp  Sat Jan 31 11:27:56 1998
Received: from mail.yyy.or.jp (host03.interwave.or.jp [202.214.252.3])
          by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA22757
          for <freebsd-gnats-submit@freebsd.org>; Sat, 31 Jan 1998 11:27:53 -0800 (PST)
          (envelope-from hnokubi@yyy.or.jp)
Received: from ppp-client.yyy.or.jp (urayasu104.interwave.or.jp [210.138.157.140]) by mail.yyy.or.jp (8.6.12+2.4W3/3.4W4) with ESMTP id EAA13341 for <freebsd-gnats-submit@freebsd.org>; Sun, 1 Feb 1998 04:21:28 +0900
Received: from sassaby.nokubi.or.jp (sassaby.nokubi.or.jp [192.168.9.3]) by ppp-client.yyy.or.jp (8.8.7/3.5Wpl7-ppp) with ESMTP id DAA07192 for <freebsd-gnats-submit@freebsd.org>; Sun, 1 Feb 1998 03:48:08 +0900 (JST)
Received: (from h-nokubi@localhost) by sassaby.nokubi.or.jp (8.8.5/3.5Wpl7-glove) id DAA05024; Sun, 1 Feb 1998 03:46:55 +0900 (JST)
Message-Id: <199801311921.EAA13341@mail.yyy.or.jp>
Date: Sun, 1 Feb 1998 03:46:55 +0900 (JST)
From: hnokubi@yyy.or.jp
Reply-To: hnokubi@yyy.or.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: missing prototype for isa_dmastatus() and isa_dmastop()
X-Send-Pr-Version: 3.2

>Number:         5613
>Category:       i386
>Synopsis:       missing prototype for isa_dmastatus() and isa_dmastop()
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    steve
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 31 11:30:01 PST 1998
>Closed-Date:    Sat Jan 31 22:05:35 PST 1998
>Last-Modified:  Sat Jan 31 22:06:11 PST 1998
>Originator:     NOKUBI Hirotaka
>Release:        FreeBSD 2.2.5-STABLE i386
>Organization:
NEC Microcomputer Technology
>Environment:

FreeBSD sassaby.nokubi.or.jp 2.2.5-STABLE FreeBSD 2.2.5-STABLE #1: Thu Jan  1 21:55:59 JST 1998     h-nokubi@sassaby.nokubi.or.jp:/usr/obj/usr/src/sys/compile/SASSABY  i386

>Description:

	missing prototype for isa_dmastatus() and isa_dmastop()

>How-To-Repeat:


>Fix:
	

Index: isa_device.h
===================================================================
RCS file: /home/ncvs/src/sys/i386/isa/isa_device.h,v
retrieving revision 1.33
diff -u -r1.33 isa_device.h
--- isa_device.h	1996/09/10 23:30:51	1.33
+++ isa_device.h	1998/01/31 18:40:19
@@ -156,6 +156,8 @@
 void	isa_dmastart __P((int flags, caddr_t addr, u_int nbytes, int chan));
 int	isa_dma_acquire __P((int chan));
 void	isa_dma_release __P((int chan));
+int	isa_dmastatus __P((int chan));
+int	isa_dmastop __P((int chan));
 int	isa_irq_pending __P((struct isa_device *dvp));
 int	isa_nmi __P((int cd));
 void	reconfig_isadev __P((struct isa_device *isdp, u_int *mp));
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sat Jan 31 22:05:35 PST 1998 
State-Changed-Why:  
Added prototypes from -current. 
>Unformatted:
