From owner-cvs-all@FreeBSD.ORG Sat May 21 20:19:27 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 9C5C916A4CE; Sat, 21 May 2005 20:19:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AC5843D49; Sat, 21 May 2005 20:19:27 +0000 (GMT) (envelope-from marius@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 j4LKJRpa075681; Sat, 21 May 2005 20:19:27 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4LKJRTY075680; Sat, 21 May 2005 20:19:27 GMT (envelope-from marius) Message-Id: <200505212019.j4LKJRTY075680@repoman.freebsd.org> From: Marius Strobl Date: Sat, 21 May 2005 20:19:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 nexus.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: Sat, 21 May 2005 20:19:27 -0000 marius 2005-05-21 20:19:27 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 nexus.c Log: - MFpowerpc: sys/powerpc/powerpc/nexus.c rev. 1.7 (partial) Use bus_generic_probe() and add a bus_add_child() interface method to allow device drivers to use the identify method to add themselves if need be (e.g. syscons(4)). - Use FBSDID. Revision Changes Path 1.17 +36 -2 src/sys/sparc64/sparc64/nexus.c