From owner-cvs-all Sat Jan 4 2:21:13 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 E6E3237B401; Sat, 4 Jan 2003 02:21:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A08D943ED8; Sat, 4 Jan 2003 02:21:12 -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 h04ALCfh037134; Sat, 4 Jan 2003 02:21:12 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h04ALCbJ037128; Sat, 4 Jan 2003 02:21:12 -0800 (PST) Message-Id: <200301041021.h04ALCbJ037128@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sat, 4 Jan 2003 02:21:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/firewire/firewire Makefile src/sys/dev/firewire firewire.c firewirebusreg.h fwohci.c fwohci_pci.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 02:21:12 PST Modified files: sys/modules/firewire/firewire Makefile sys/dev/firewire firewire.c fwohci.c fwohci_pci.c Removed files: sys/dev/firewire firewirebusreg.h Log: - Replace printf() with device_printf(). - Separate fc->dev (i.e. fwohci0) and fc->bdev (i.e. firewire0). - Remove unused firewirebusreg.h. - Reduce size of descriptor block for asynchronous transmit and check the number of descriptor when copying from mbuf. - Skip mbuf whose length is zero. NFS seems passing such mbuf and some chips generates unrecoverable error. Revision Changes Path 1.13 +11 -11 src/sys/dev/firewire/firewire.c 1.2 +0 -38 src/sys/dev/firewire/firewirebusreg.h (dead) 1.13 +25 -13 src/sys/dev/firewire/fwohci.c 1.12 +0 -1 src/sys/dev/firewire/fwohci_pci.c 1.5 +1 -1 src/sys/modules/firewire/firewire/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message