From owner-cvs-src-old@FreeBSD.ORG Tue Mar 30 20:44:34 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BA521065673 for ; Tue, 30 Mar 2010 20:44:34 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 79D5B8FC0C for ; Tue, 30 Mar 2010 20:44:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2UKiYfp013749 for ; Tue, 30 Mar 2010 20:44:34 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2UKiYqC013747 for cvs-src-old@freebsd.org; Tue, 30 Mar 2010 20:44:34 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201003302044.o2UKiYqC013747@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Tue, 30 Mar 2010 20:44:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/sparc64/include nexusvar.h src/sys/sparc64/sparc64 nexus.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2010 20:44:34 -0000 marius 2010-03-30 20:44:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/include nexusvar.h sys/sparc64/sparc64 nexus.c Log: SVN rev 205934 on 2010-03-30 20:44:05Z by marius MFC: r203845 - Add the 'cmp' and 'core' pseudo-busses which are used to group CPU cores to the exclusion lists as the CPU nodes aren't handled as regular devices either. Also add the pseudo-devices found in Sun Fire V1280. - Allow nexus_attach() and nexus_alloc_resource() to be used by drivers derived from nexus(4) for subordinate busses. - Don't add the zero-sized memory resources of glue devices to the resource lists. Revision Changes Path 1.6.4.3 +14 -38 src/sys/sparc64/include/nexusvar.h 1.20.2.6 +33 -17 src/sys/sparc64/sparc64/nexus.c