Date: Fri, 14 Feb 2003 00:22:04 -0800 (PST) From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 firewire.4 fwe.4 fwohci.4 sbp.4 src/sys/dev/firewire firewire.c firewirereg.h fwohci.c sbp.c src/sys/modules/firewire/firewire Makefile Message-ID: <200302140822.h1E8M4fv035256@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2003/02/14 00:22:04 PST Modified files: (Branch: RELENG_4) share/man/man4 firewire.4 fwe.4 fwohci.4 sbp.4 sys/dev/firewire firewire.c firewirereg.h fwohci.c sbp.c sys/modules/firewire/firewire Makefile Log: Sync with -current: * firewire/fwohci - Drain fwohci TX queue first then drain xfer queue which has not started. - Check validity of the received packet length. - Don't allocate too large buffer for xfer receive buf. * sbp - Fix for PR kern/48129. - Put back some M_NOWAIT flags into malloc arg. * Makefile - Remove unnecessary EXPORT_SYMS. * Man page updates. Revision Changes Path 1.1.2.3 +8 -0 src/share/man/man4/firewire.4 1.2.4.2 +6 -0 src/share/man/man4/fwe.4 1.1.2.3 +13 -0 src/share/man/man4/fwohci.4 1.1.2.3 +16 -0 src/share/man/man4/sbp.4 1.3.2.14 +13 -8 src/sys/dev/firewire/firewire.c 1.1.2.10 +1 -0 src/sys/dev/firewire/firewirereg.h 1.1.2.13 +39 -37 src/sys/dev/firewire/fwohci.c 1.5.2.12 +39 -16 src/sys/dev/firewire/sbp.c 1.2.2.4 +0 -2 src/sys/modules/firewire/firewire/Makefile 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?200302140822.h1E8M4fv035256>