From owner-cvs-src Thu Feb 13 5:36: 0 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E29ED37B401; Thu, 13 Feb 2003 05:35:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94F0E43F3F; Thu, 13 Feb 2003 05:35:58 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1DDZwbv026722; Thu, 13 Feb 2003 05:35:58 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1DDZw29026721; Thu, 13 Feb 2003 05:35:58 -0800 (PST) Message-Id: <200302131335.h1DDZw29026721@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 13 Feb 2003 05:35:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwohci.c sbp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2003/02/13 05:35:58 PST Modified files: sys/dev/firewire firewire.c firewirereg.h fwohci.c sbp.c Log: 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 panic for some CROM which doesn't have a text leaf. This could fix the PR kern/48129 but no feedback has been gotten from the originator yet. - Put back some M_NOWAIT flags into malloc which could be called in interrupt context for 4-stable. Revision Changes Path 1.38 +13 -8 src/sys/dev/firewire/firewire.c 1.19 +1 -0 src/sys/dev/firewire/firewirereg.h 1.40 +39 -37 src/sys/dev/firewire/fwohci.c 1.30 +22 -5 src/sys/dev/firewire/sbp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message