From owner-cvs-src@FreeBSD.ORG Tue Jan 16 22:08:27 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC6C416A40F; Tue, 16 Jan 2007 22:08:27 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C596413C478; Tue, 16 Jan 2007 22:08:27 +0000 (UTC) (envelope-from marius@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 l0GM8Rvo043141; Tue, 16 Jan 2007 22:08:27 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0GM8RpJ043140; Tue, 16 Jan 2007 22:08:27 GMT (envelope-from marius) Message-Id: <200701162208.l0GM8RpJ043140@repoman.freebsd.org> From: Marius Strobl Date: Tue, 16 Jan 2007 22:08:27 +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/sys/conf files.sparc64 src/sys/sparc64/sparc64 upa.c 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, 16 Jan 2007 22:08:28 -0000 marius 2007-01-16 22:08:27 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 Added files: sys/sparc64/sparc64 upa.c Log: Resurrect upa(4), now used for the subordinate/slave UPA bridge and bus hanging off from the Fireplane/Safari bus in some USIII machines. This is part 3/4 of allowing creator(4) to work in these machines. The little info needed on how to configure the bridge and to work around the incorrect values contained in the `interrupts' properties of its children were obtained form OpenSolaris. Revision Changes Path 1.86 +1 -0 src/sys/conf/files.sparc64 1.4 +514 -0 src/sys/sparc64/sparc64/upa.c (new)