From owner-cvs-src Sun Feb 23 23:35: 9 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A520237B401; Sun, 23 Feb 2003 23:35:06 -0800 (PST) Received: from is2.mh.itc.u-tokyo.ac.jp (is2.mh.itc.u-tokyo.ac.jp [133.11.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id A79FB43FBF; Sun, 23 Feb 2003 23:35:04 -0800 (PST) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from is2.mh.itc.u-tokyo.ac.jp (is2.mh.itc.u-tokyo.ac.jp [127.0.0.1]) by is2.mh.itc.u-tokyo.ac.jp (Postfix) with ESMTP id C5DBA3780DE; Mon, 24 Feb 2003 16:35:01 +0900 (JST) Received: from mailhosting.itc.u-tokyo.ac.jp (IDENT:mirapoint@mailhosting.itc.u-tokyo.ac.jp [133.11.205.3]) by is2.mh.itc.u-tokyo.ac.jp (8.11.3/8.11.3) with ESMTP id h1O7Z1R23382; Mon, 24 Feb 2003 16:35:01 +0900 Received: from ett.sat.t.u-tokyo.ac.jp (ett.sat.t.u-tokyo.ac.jp [133.11.135.3]) by mailhosting.itc.u-tokyo.ac.jp (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AHY27055; Mon, 24 Feb 2003 16:35:01 +0900 (JST) Date: Mon, 24 Feb 2003 16:35:01 +0900 Message-ID: From: Hidetoshi Shimokawa To: Hidetoshi Shimokawa Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/fwcontrol fwdv.c src/sys/dev/firewire firewire.c fwohci.c fwohci_pci.c fwohcireg.h if_fwe.c sbp.c In-Reply-To: <200302240731.h1O7VS7l056513@repoman.freebsd.org> References: <200302240731.h1O7VS7l056513@repoman.freebsd.org> User-Agent: Wanderlust/2.11.0 (Wonderwall) REMI/1.14.3 (Matsudai) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 8) (Honest Recruiter) (i386--freebsd) X-Face: OE([KxWyJI0r[R~S/>7ia}SJ)i%a,$-9%7{*yihQk|]gl}2p#"oXmX/fT}Bn7: #j7i14gu$jgR\S*&C3R/pJX List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Sun, 23 Feb 2003 23:31:28 -0800 (PST), Hidetoshi Shimokawa wrote: > > simokawa 2003/02/23 23:31:28 PST > > Modified files: (Branch: RELENG_4) > usr.sbin/fwcontrol fwdv.c > sys/dev/firewire firewire.c fwohci.c fwohci_pci.c > fwohcireg.h if_fwe.c sbp.c > Log: > Sync with -current: > > * firewire ..... * fwcontrol - Detect PAL by CIP header rather than the DSF bit in the DV header. Some DVcam(ex. Panasonic NV-DS1 DV camcorder) doesn't seems to set this bit even if it's for PAL. Fix the DSF bit for such cases so that we can send back the stream to the DVcam without problem. Problem Reported by: Richard Tobin - Make the number of bulkxfer packets(NPACKET_T) and the number of packets write at once(TNBUF) to be different values. I observe some block noise for large TNBUF. - Show the detection of NTSC or PAL. - Pad with 0xff rather than 0x00 for broken frames. - Bzero hdr[0]. - Remove unused code. Approved by: re (murray) /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message