From owner-cvs-all@FreeBSD.ORG Mon Sep 11 22:17:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 1591816A417; Mon, 11 Sep 2006 22:17:20 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E797143D79; Mon, 11 Sep 2006 22:17:18 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8BMHIKU009301; Mon, 11 Sep 2006 22:17:18 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8BMHIvH009300; Mon, 11 Sep 2006 22:17:18 GMT (envelope-from imp) Message-Id: <200609112217.k8BMHIvH009300@repoman.freebsd.org> From: Warner Losh Date: Mon, 11 Sep 2006 22:17:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 device_add_child.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2006 22:17:20 -0000 imp 2006-09-11 22:17:18 UTC FreeBSD src repository 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... Revision Changes Path 1.24 +6 -0 src/share/man/man9/device_add_child.9