From owner-cvs-all Sun Dec 1 15:34:29 2002 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 C428837B401; Sun, 1 Dec 2002 15:34:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D0143E88; Sun, 1 Dec 2002 15:34:28 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gB1NUQmV086298; Sun, 1 Dec 2002 15:30:26 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB1NUQiD086297; Sun, 1 Dec 2002 15:30:26 -0800 (PST) Message-Id: <200212012330.gB1NUQiD086297@repoman.freebsd.org> From: Thomas Moestl Date: Sun, 1 Dec 2002 15:30:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include bus_common.h src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus sbus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/12/01 15:30:26 PST Modified files: sys/sparc64/include bus_common.h sys/sparc64/pci psycho.c sys/sparc64/sbus sbus.c Log: Always initialize the UPA target module id in the interrupt mapping register to the one of the processor doing the interrupt setup. This is required since this field is preinitialized to 0, but there exist machines which have no processor with a MID of 0 (e.g. e450s with 1 or 2 processors). Add some more macros for handle the interrupt mapping registers, and rename some existing ones for consistency. Approved by: re Revision Changes Path 1.3 +18 -17 src/sys/sparc64/include/bus_common.h 1.20 +7 -7 src/sys/sparc64/pci/psycho.c 1.6 +9 -9 src/sys/sparc64/sbus/sbus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message