Date: Mon, 13 Jan 2003 08:08:09 -0800 (PST) From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwdev.c fwohci.c Message-ID: <200301131608.h0DG89HU030590@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2003/01/13 08:08:09 PST Modified files: sys/dev/firewire firewire.c firewirereg.h fwdev.c fwohci.c Log: Minimal fix for DV part. - Don't panic on contigmalloc failure. - Calculate timestamp by feedforward rather than feedback which depends on unreliable interrupt timing. - Overwrite timestamp in CIP header correctly. - Add debug code for timestamp synchronization. - Add comments. Revision Changes Path 1.19 +22 -20 src/sys/dev/firewire/firewire.c 1.6 +1 -1 src/sys/dev/firewire/firewirereg.h 1.5 +8 -1 src/sys/dev/firewire/fwdev.c 1.17 +53 -10 src/sys/dev/firewire/fwohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301131608.h0DG89HU030590>