Date: Sun, 2 Feb 2003 23:33:31 -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 fwmem.c fwohci.c if_fwe.c sbp.c Message-ID: <200302030733.h137XVvm065283@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2003/02/02 23:33:31 PST Modified files: sys/dev/firewire firewire.c firewirereg.h fwdev.c fwmem.c fwohci.c if_fwe.c sbp.c Log: - Take malloc type as an argument in fw_xfer_alloc(). - Fix overwrite problem of freed buffers. It was rare but could happen when fwohci_arcv() is called before fwohci_txd() is called for the transcation. - Drain AT queues and pend AR queues on SID receive rather than BUS reset to make sure DMA actually stops. - Do agent reset in sbp_timeout(). Revision Changes Path 1.34 +13 -11 src/sys/dev/firewire/firewire.c 1.16 +3 -1 src/sys/dev/firewire/firewirereg.h 1.17 +3 -3 src/sys/dev/firewire/fwdev.c 1.8 +1 -1 src/sys/dev/firewire/fwmem.c 1.35 +17 -10 src/sys/dev/firewire/fwohci.c 1.9 +1 -1 src/sys/dev/firewire/if_fwe.c 1.27 +14 -14 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?200302030733.h137XVvm065283>