Date: Sat, 1 Feb 2003 06:42:49 -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 firewire.h firewirereg.h fwdev.c fwohci.c sbp.c Message-ID: <200302011442.h11EgnYB084636@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2003/02/01 06:42:49 PST Modified files: sys/dev/firewire firewire.c firewire.h firewirereg.h fwdev.c fwohci.c sbp.c Log: - replace timeout with callout_*. - replace TAILQ with STAILQ for device list. - some clean up. Revision Changes Path 1.32 +34 -31 src/sys/dev/firewire/firewire.c 1.9 +2 -0 src/sys/dev/firewire/firewire.h 1.14 +5 -5 src/sys/dev/firewire/firewirereg.h 1.15 +3 -7 src/sys/dev/firewire/fwdev.c 1.33 +2 -2 src/sys/dev/firewire/fwohci.c 1.25 +5 -8 src/sys/dev/firewire/sbp.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?200302011442.h11EgnYB084636>