From owner-cvs-all Sat Jan 4 22:21:32 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 7737237B401; Sat, 4 Jan 2003 22:21:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D43A43EE1; Sat, 4 Jan 2003 22:21:31 -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 h056LUfh072318; Sat, 4 Jan 2003 22:21:30 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h056LUiv072311; Sat, 4 Jan 2003 22:21:30 -0800 (PST) Message-Id: <200301050621.h056LUiv072311@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sat, 4 Jan 2003 22:21:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewire.h firewirereg.h fwohci.c X-FreeBSD-CVS-Branch: HEAD 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/01/04 22:21:30 PST Modified files: sys/dev/firewire firewire.c firewire.h firewirereg.h fwohci.c Log: - Change definition of fc->maxrec same as fwdev->maxrec. - 'spec' and 'ver' are attributes of a unit rather than a node. - Report Phy and Link info separatelly. - Reorder intialization step in fwohci_reset(). Revision Changes Path 1.14 +9 -9 src/sys/dev/firewire/firewire.c 1.5 +1 -0 src/sys/dev/firewire/firewire.h 1.4 +2 -0 src/sys/dev/firewire/firewirereg.h 1.14 +37 -25 src/sys/dev/firewire/fwohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message