From owner-cvs-all Fri Nov 13 01:39:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14685 for cvs-all-outgoing; Fri, 13 Nov 1998 01:39:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14676; Fri, 13 Nov 1998 01:39:33 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA27720; Fri, 13 Nov 1998 01:39:37 -0800 (PST) Date: Fri, 13 Nov 1998 01:39:37 -0800 (PST) Message-Id: <199811130939.BAA27720@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/13 01:39:37 PST Modified files: sys/kern subr_bus.c Log: A couple of fixes to device_delete_child() to delete all children of the device and to free the device which is being deleted (not its parent - oops). Submitted by: Nick Hibma Revision Changes Path 1.9 +10 -2 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message