From owner-cvs-all Mon Feb 3 0:12:30 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 1AD4737B401; Mon, 3 Feb 2003 00:12:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B825143F85; Mon, 3 Feb 2003 00:12:28 -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 h138CSbv079170; Mon, 3 Feb 2003 00:12: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 h138CSbA079169; Mon, 3 Feb 2003 00:12:28 -0800 (PST) Message-Id: <200302030812.h138CSbA079169@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 3 Feb 2003 00:12:28 -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 fwmem.c fwohci.c fwohci_pci.c fwohcivar.h if_fwe.c sbp.c src/usr.sbin/fwcontrol fwcontrol.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/03 00:12:28 PST Modified files: (Branch: RELENG_4) sys/dev/firewire firewire.c firewire.h firewirereg.h fwdev.c fwmem.c fwohci.c fwohci_pci.c fwohcivar.h if_fwe.c sbp.c usr.sbin/fwcontrol fwcontrol.c Log: Sync with -current: - Probe number of IT/IR DMA contexts as specified in OHCI spec. - Restart cycle master after bus manager election. - Change some function names. - Sort device list by eui64 in acendent order correctly. - Replace timeout with callout_*. - Replace TAILQ with STAILQ for device list. - Define new malloc type. - Fix overwrite problem of freed buffers. - Drain AT queues and pend AR queues on SID. * sbp - Handle SCSI_STATUS_BUSY case. - Set dual phase retry BUSY_TIMEOUT. - Improve error/debug messages. - Issue LOGOUT command on detach and shutdown. - Add basic support for device wiring down. - Do agent reset in sbp_timeout(). * fwcontrol - Fix alignment in printf(). Revision Changes Path 1.3.2.12 +147 -93 src/sys/dev/firewire/firewire.c 1.2.2.5 +2 -0 src/sys/dev/firewire/firewire.h 1.1.2.8 +14 -8 src/sys/dev/firewire/firewirereg.h 1.2.4.7 +35 -38 src/sys/dev/firewire/fwdev.c 1.1.2.4 +4 -4 src/sys/dev/firewire/fwmem.c 1.1.2.11 +48 -41 src/sys/dev/firewire/fwohci.c 1.3.2.6 +5 -3 src/sys/dev/firewire/fwohci_pci.c 1.1.2.5 +1 -1 src/sys/dev/firewire/fwohcivar.h 1.1.2.7 +3 -3 src/sys/dev/firewire/if_fwe.c 1.5.2.10 +191 -51 src/sys/dev/firewire/sbp.c 1.1.2.5 +1 -1 src/usr.sbin/fwcontrol/fwcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message