From owner-cvs-src@FreeBSD.ORG Tue Sep 12 15:35:06 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0104116A40F; Tue, 12 Sep 2006 15:35:05 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA04B43D58; Tue, 12 Sep 2006 15:35:03 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k8CFXmZf036063; Tue, 12 Sep 2006 09:33:49 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 12 Sep 2006 09:33:51 -0600 (MDT) Message-Id: <20060912.093351.387192743.imp@bsdimp.com> To: Alexander@Leidinger.net From: "M. Warner Losh" In-Reply-To: <20060912085617.mc0hoiixskwocoo0@webmail.leidinger.net> References: <200609112217.k8BMHIvH009300@repoman.freebsd.org> <20060912085617.mc0hoiixskwocoo0@webmail.leidinger.net> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 12 Sep 2006 09:33:49 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man9 device_add_child.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2006 15:35:06 -0000 In message: <20060912085617.mc0hoiixskwocoo0@webmail.leidinger.net> Alexander Leidinger writes: : Quoting Warner Losh (from Mon, 11 Sep 2006 22:17:18 : +0000 (UTC)): : : > Modified files: : > share/man/man9 device_add_child.9 : > Log: : > Add note about identify routines needing to use BUS_ADD_CHILD rather : > than device_add_child. The latter is only for busses adding children, : > not children drivers telling a bus that they have an instance... : : Are there devices which don't use BUS_ADD_CHILD? If yes, would it make : sense to add an entry to the ideas list regarding this, so that people : start to hunt down such drivers and submit patches? None that I could find. This is the result of a discussion with jhb@ reguarding his latest changes. Warner