From owner-cvs-all@FreeBSD.ORG Mon Jan 23 17:24:09 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 C648116A448; Mon, 23 Jan 2006 17:24:08 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BD343D6A; Mon, 23 Jan 2006 16:50:41 +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 k0NGofQw073596; Mon, 23 Jan 2006 16:50:41 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NGof2p073595; Mon, 23 Jan 2006 16:50:41 GMT (envelope-from marius) Message-Id: <200601231650.k0NGof2p073595@repoman.freebsd.org> From: Marius Strobl Date: Mon, 23 Jan 2006 16:50:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h psychovar.h 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, 23 Jan 2006 17:24:11 -0000 marius 2006-01-23 16:50:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/sparc64/pci psycho.c psychoreg.h psychovar.h Log: MFC: sys/sparc64/pci/psycho.c 1.54 - 1.57, sys/sparc64/pci/psychoreg.h 1.10 - 1.11, sys/sparc64/pci/psychovar.h 1.13 - 1.14 Sync psycho(4) with HEAD expect for the UPA_RANGE_* -> OFW_PCI_RANGE_* and PCI_CS_* -> OFW_PCI_CS_* changes in order to mainly obtain the following changes: - Add a workaround for the incorrect interrupt map entry for the EBus bridge on E250 machines. [1] - Register an interrupt handler for the spare hardware interrupt which according to OpenSolaris is used as the over-temperature interrupt in systems with Psycho bridges. PR: 88279 [1] Revision Changes Path 1.52.2.2 +270 -248 src/sys/sparc64/pci/psycho.c 1.8.2.2 +38 -32 src/sys/sparc64/pci/psychoreg.h 1.11.2.2 +16 -22 src/sys/sparc64/pci/psychovar.h