From owner-cvs-src@FreeBSD.ORG Thu Oct 25 06:10:19 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9194116A4C7; Thu, 25 Oct 2007 06:10:19 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68B4713C49D; Thu, 25 Oct 2007 06:10:19 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9P6AJxo058885; Thu, 25 Oct 2007 06:10:19 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9P6AJPP058884; Thu, 25 Oct 2007 06:10:19 GMT (envelope-from simokawa) Message-Id: <200710250610.l9P6AJPP058884@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 25 Oct 2007 06:10:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/firewire fwohci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2007 06:10:19 -0000 simokawa 2007-10-25 06:10:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/firewire fwohci.c Log: Temporary fix for polling. - fwohci_arcv() has a problem if the number of packets to be processed is limited. - RELENG_7 and -current already have a same workaround. Reported by: ikob PR: kern/85434 Revision Changes Path 1.81.2.5 +1 -1 src/sys/dev/firewire/fwohci.c