Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 16:35:01 +0900
From:      Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
To:        Hidetoshi Shimokawa <simokawa@FreeBSD.org>
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
Message-ID:  <ybsadgmm8re.wl@ett.sat.t.u-tokyo.ac.jp>
In-Reply-To: <200302240731.h1O7VS7l056513@repoman.freebsd.org>
References:  <200302240731.h1O7VS7l056513@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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 <richard@cogsci.ed.ac.uk>
   
   - 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ybsadgmm8re.wl>