From owner-cvs-all Sun Feb 23 23:31:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 766A937B401; Sun, 23 Feb 2003 23:31:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21FD843FCB; Sun, 23 Feb 2003 23:31:29 -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 h1O7VS0U056514; Sun, 23 Feb 2003 23:31:28 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1O7VS7l056513; Sun, 23 Feb 2003 23:31:28 -0800 (PST) Message-Id: <200302240731.h1O7VS7l056513@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sun, 23 Feb 2003 23:31:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/fwcontrol fwdv.c src/sys/dev/firewire firewire.c fwohci.c fwohci_pci.c fwohcireg.h if_fwe.c sbp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@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/23 23:31:28 PST Modified files: (Branch: RELENG_4) usr.sbin/fwcontrol fwdv.c sys/dev/firewire firewire.c fwohci.c fwohci_pci.c fwohcireg.h if_fwe.c sbp.c Log: Sync with -current: * firewire - Don't initiate bus reset even if probe failed for some nodes to prevent infinite bus reset loop. - Protect timeout routine with splfw() for 4-stable. - Fix memory leak in detaching. - Initialize fc->status to other than FWBUSREST. * fwohci - Ignore BUS reset events while BUS reset phase - Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'. - Use pci_get_devid(). * sbp - Make sure to release devq when start request. Revision Changes Path 1.3.2.16 +25 -7 src/sys/dev/firewire/firewire.c 1.1.2.14 +13 -1 src/sys/dev/firewire/fwohci.c 1.3.2.8 +5 -1 src/sys/dev/firewire/fwohci_pci.c 1.2.2.5 +22 -21 src/sys/dev/firewire/fwohcireg.h 1.1.2.8 +2 -2 src/sys/dev/firewire/if_fwe.c 1.5.2.13 +13 -46 src/sys/dev/firewire/sbp.c 1.2.2.3 +48 -71 src/usr.sbin/fwcontrol/fwdv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message