From owner-FreeBSD-users-jp@jp.freebsd.org  Tue Nov 11 13:01:16 1997
Received: by jaz.jp.freebsd.org (8.8.8+2.7Wbeta7/8.7.3) id NAA00247
	Tue, 11 Nov 1997 13:01:16 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.7+2.7Wbeta7/8.7.3) with ESMTP id NAA00242
	for <freebsd-users-jp@jp.freebsd.org>; Tue, 11 Nov 1997 13:01:14 +0900 (JST)
Received: by tohokugw.tohoku.iij.ad.jp; id NAA20870; Tue, 11 Nov 1997 13:01:12 +0900 (JST)
Received: from unknown(192.168.144.5) by tohokugw.tohoku.iij.ad.jp via smap (3.2)
	id xma020866; Tue, 11 Nov 97 13:01:00 +0900
Received: from hirose.tohoku.iij.ad.jp (hirose.tohoku.iij.ad.jp [192.168.144.2]) by yubeshi.tohoku.iij.ad.jp (8.7.4/3.4W2) with ESMTP id NAA15290 for <freebsd-users-jp@jp.freebsd.org>; Tue, 11 Nov 1997 13:01:00 +0900 (JST)
Received: from localhost (localhost [127.0.0.1]) by hirose.tohoku.iij.ad.jp (8.8.7/3.5Wbeta) with ESMTP id NAA20818 for <FreeBSD-users-jp@jp.freebsd.org>; Tue, 11 Nov 1997 13:00:52 +0900 (JST)
To: FreeBSD-users-jp@jp.freebsd.org
In-Reply-To: Your message of "Tue, 11 Nov 1997 09:18:53 +0900"
	<19971111091853W.kana@saijo.mke.mei.co.jp>
References: <19971111091853W.kana@saijo.mke.mei.co.jp>
X-Mailer: Mew version 1.93b1 on XEmacs 20.3 (Paris)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <19971111130051S.taguchi@hirose.tohoku.iij.ad.jp>
Date: Tue, 11 Nov 1997 13:00:51 +0900
From: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
X-Dispatcher: imput version 971024
Lines: 35
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=20]
X-Sequence: FreeBSD-users-jp 20513
Subject: [FreeBSD-users-jp 20513] Re: Re[9]: [FYI] video capture memo 
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

$BED8}$G$9!#(B

$B$5$C$-(B cvsup $B$7$?(B 2.2.5-STABLE $B$G$NOC$G$9!#(B

> $B%=!<%9$b$+$J$jJQ$o$C$F$$$k$s$@$H;W$C$F!"(B diff $B$r$+$1$k$H!"$4$/$o$:$+$J(B
> $B=$@5$@$1$G$S$C$/$j!#$^$k$G!"%^%8%C%/$N$h$&$J%3!<%I$@$H;W$$$^$7$?!#(B

$B$3$3?tF|$NOC$@$H;W$&$N$G$9$,!"(B/usr/src/sys/pci/brooktree848.c
$B$N%3%s%Q%$%k$,DL$i$J$/$J$C$F$^$9!#(B

cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith  -nostdinc -I- -I. -I../.. -I../../../include -DDIAGNOSTIC -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL  ../../pci/brooktree848.c
../../pci/brooktree848.c: In function `video_ioctl':
../../pci/brooktree848.c:1955: parse error before `par'
../../pci/brooktree848.c:1961: `write' undeclared (first use this function)
../../pci/brooktree848.c:1961: (Each undeclared identifier is reported only once
../../pci/brooktree848.c:1961: for each function it appears in.)
../../pci/brooktree848.c:1962: `i2c_addr' undeclared (first use this function)
../../pci/brooktree848.c:1962: `i2c_port' undeclared (first use this function)
../../pci/brooktree848.c:1962: `data' undeclared (first use this function)
../../pci/brooktree848.c:1966: `par' undeclared (first use this function)
*** Error code 1

Stop.

$B$@$=$&$G!#(B

$B;EJ}$J$$$N$G!"3:Ev%U%!%$%k$N(B 1954 $B9TL\(B
	case BT848_I2CWR:
$B$+$i(B 
		break;
$B$^$G$r%3%a%s%H%"%&%H$7$FN?$$$G$^$9!#$,!"$a$A$c5$;}$A(B
$B0-$$$G$9!#(B
$B$_$J$5$s$N=j$G$O$I$&$G$7$g$&$+!)(B

$B!t(B $BB>$G$b:F8=$5$l$F$k$J$i(B send-pr $B$C$9$M!#(B
