From owner-cvs-all Wed Feb 19 0:23:40 2003 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 C36EC37B401; Wed, 19 Feb 2003 00:23:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7860443F75; Wed, 19 Feb 2003 00:23:38 -0800 (PST) (envelope-from jake@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 h1J8Nc0U075061; Wed, 19 Feb 2003 00:23:38 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1J8NcTK075060; Wed, 19 Feb 2003 00:23:38 -0800 (PST) Message-Id: <200302190823.h1J8NcTK075060@repoman.freebsd.org> From: Jake Burkholder Date: Wed, 19 Feb 2003 00:23:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/fhc fhc.c fhc_central.c fhc_nexus.c fhcreg.h fhcvar.h 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 jake 2003/02/19 00:23:38 PST Modified files: sys/sparc64/fhc fhc.c fhc_central.c fhc_nexus.c fhcreg.h fhcvar.h Log: Implement interrupt resource allocation and setup. Set the interrupt group number properly based on the board id. Perform dummy reads of registers after writing to flush the hardware write buffers. This gets the soon to be committed zs attachment working. Revision Changes Path 1.2 +89 -15 src/sys/sparc64/fhc/fhc.c 1.2 +7 -0 src/sys/sparc64/fhc/fhc_central.c 1.2 +3 -0 src/sys/sparc64/fhc/fhc_nexus.c 1.2 +7 -0 src/sys/sparc64/fhc/fhcreg.h 1.2 +5 -1 src/sys/sparc64/fhc/fhcvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message