From owner-cvs-all Fri Jan 3 22:40:59 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 3416237B401; Fri, 3 Jan 2003 22:40:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E624D43E4A; Fri, 3 Jan 2003 22:40:57 -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 h046evfh057298; Fri, 3 Jan 2003 22:40:57 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h046evKQ057293; Fri, 3 Jan 2003 22:40:57 -0800 (PST) Message-Id: <200301040640.h046evKQ057293@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 3 Jan 2003 22:40:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c fwohci.c fwohci_pci.c fwohcivar.h sbp.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/03 22:40:57 PST Modified files: sys/dev/firewire firewire.c fwohci.c fwohci_pci.c fwohcivar.h sbp.c Log: - Propagate suspend/resume to child devices. - Restore pci config registers after resume. - Reinitialize and start rx buffers after resume. - Don't reallocate memory in fwohci_db_init() if the dbch is already initialized. - Fix typo. - Some clean up. Revision Changes Path 1.12 +2 -0 src/sys/dev/firewire/firewire.c 1.12 +43 -12 src/sys/dev/firewire/fwohci.c 1.11 +49 -24 src/sys/dev/firewire/fwohci_pci.c 1.5 +2 -1 src/sys/dev/firewire/fwohcivar.h 1.14 +3 -1 src/sys/dev/firewire/sbp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message