From owner-freebsd-bugs Sat Jan 31 11:30:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23152 for freebsd-bugs-outgoing; Sat, 31 Jan 1998 11:30:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23140; Sat, 31 Jan 1998 11:30:01 -0800 (PST) (envelope-from gnats) 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 ; 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 ; 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 ; 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 X-Send-Pr-Version: 3.2 Subject: i386/5613: missing prototype for isa_dmastatus() and isa_dmastop() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-bugs" >Number: 5613 >Category: i386 >Synopsis: missing prototype for isa_dmastatus() and isa_dmastop() >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 31 11:30:01 PST 1998 >Last-Modified: >Originator: NOKUBI Hirotaka >Organization: NEC Microcomputer Technology >Release: FreeBSD 2.2.5-STABLE i386 >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)); >Audit-Trail: >Unformatted: