From owner-cvs-all@FreeBSD.ORG Fri Feb 25 20:25:36 2005 Return-Path: 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 7F93D16A4CE; Fri, 25 Feb 2005 20:25:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 531E543D48; Fri, 25 Feb 2005 20:25:36 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1PKPa40007107; Fri, 25 Feb 2005 20:25:36 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1PKPa4L007106; Fri, 25 Feb 2005 20:25:36 GMT (envelope-from njl) Message-Id: <200502252025.j1PKPa4L007106@repoman.freebsd.org> From: Nate Lawson Date: Fri, 25 Feb 2005 20:25:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man9 device_find_child.9 src/sys/kern subr_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 25 Feb 2005 20:25:36 -0000 njl 2005-02-25 20:25:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man9 device_find_child.9 sys/kern subr_bus.c Log: MFC: Allow device_find_child() to find any child with the given class. Revision Changes Path 1.8.4.1 +10 -3 src/share/man/man9/device_find_child.9 1.156.2.5 +15 -5 src/sys/kern/subr_bus.c