From owner-cvs-all Tue Jan 28 21:59:43 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 EB19537B405; Tue, 28 Jan 2003 21:59:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941CE43E4A; Tue, 28 Jan 2003 21:59:40 -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 h0T5xebv033953; Tue, 28 Jan 2003 21:59:40 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T5xe78033952; Tue, 28 Jan 2003 21:59:40 -0800 (PST) Message-Id: <200301290559.h0T5xe78033952@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 28 Jan 2003 21:59:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewire.h firewirereg.h fwdev.c fwohci.c fwohcireg.h if_fwe.c sbp.c src/usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c fwdv.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/01/28 21:59:40 PST Modified files: (Branch: RELENG_4) sys/dev/firewire firewire.c firewire.h firewirereg.h fwdev.c fwohci.c fwohcireg.h if_fwe.c sbp.c usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c fwdv.c Log: Sync with -current: kernel - Merge little and big endian case. - Remove FW_SSTDV ioctl. - Change API of FW_GDEVLST ioctl. - Improve IT/IR DMA queue management. - Wait 1 sec for DMA stop in fwohci_i{t,r}x_disable() before freeing buffers. - Split db.desc.cmd into desc.control and desc.reqcount. - Allow multiple packets read/write for IR/IT to reduce system call. - Remove unused variables. userland - Explot multiple packets read/write for IR/IT to reduce system call. - Search free device node to open. Revision Changes Path 1.3.2.11 +2 -175 src/sys/dev/firewire/firewire.c 1.2.2.4 +143 -221 src/sys/dev/firewire/firewire.h 1.1.2.7 +6 -8 src/sys/dev/firewire/firewirereg.h 1.2.4.6 +87 -76 src/sys/dev/firewire/fwdev.c 1.1.2.10 +318 -293 src/sys/dev/firewire/fwohci.c 1.2.2.4 +34 -33 src/sys/dev/firewire/fwohcireg.h 1.1.2.6 +9 -6 src/sys/dev/firewire/if_fwe.c 1.5.2.9 +0 -38 src/sys/dev/firewire/sbp.c 1.1.2.4 +7 -1 src/usr.sbin/fwcontrol/fwcontrol.8 1.1.2.4 +49 -30 src/usr.sbin/fwcontrol/fwcontrol.c 1.2.2.2 +120 -90 src/usr.sbin/fwcontrol/fwdv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message