Date: Sun, 5 Oct 2003 20:44:37 -0700 (PDT) From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire sbp.c Message-ID: <200310060344.h963ibFq076880@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2003/10/05 20:44:37 PDT FreeBSD src repository Modified files: sys/dev/firewire sbp.c Log: - Fix timeout for unodered excution. In unodered excution case, we cannot detect link-chain end only by prev == NULL if lastest ORB is executed earlyer than the former ORBs. Use ORB_LINK_DEAD flag for this case. - Don't reset agent for management ORB. - Improve debug messages. Spotted by: sbp target mode Revision Changes Path 1.63 +32 -12 src/sys/dev/firewire/sbp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310060344.h963ibFq076880>