From owner-cvs-all Fri Aug 18 22: 1:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6941437B423; Fri, 18 Aug 2000 22:01:08 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA77674; Fri, 18 Aug 2000 22:01:08 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200008190501.WAA77674@freefall.freebsd.org> From: Warner Losh Date: Fri, 18 Aug 2000 22:01:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcic i82365.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/08/18 22:01:08 PDT Modified files: sys/dev/pcic i82365.c Log: Call bus_generic_detach on pcic before deleting the children. This has the side effect of detaching the children before I delete them. When I put the last commits in a loop for loop it died after 5 or so iterations. After this change, I lasted 50 before I stopped the test. Revision Changes Path 1.24 +5 -2 src/sys/dev/pcic/i82365.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message