From owner-cvs-all Fri Oct 12 9: 6:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C74337B407; Fri, 12 Oct 2001 09:06:42 -0700 (PDT) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CG6gh16232; Fri, 12 Oct 2001 09:06:42 -0700 (PDT) (envelope-from tmm) Message-Id: <200110121606.f9CG6gh16232@freefall.freebsd.org> From: Thomas Moestl Date: Fri, 12 Oct 2001 09:06:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 intr_machdep.c machdep.c trap.c src/sys/sparc64/include intr_machdep.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 tmm 2001/10/12 09:06:42 PDT Modified files: sys/sparc64/sparc64 intr_machdep.c machdep.c trap.c sys/sparc64/include intr_machdep.h Log: Add inthand_add() and inthand_remove() for use by the MD bus code and some glue code. Revision Changes Path 1.4 +12 -2 src/sys/sparc64/include/intr_machdep.h 1.2 +181 -0 src/sys/sparc64/sparc64/intr_machdep.c 1.17 +4 -1 src/sys/sparc64/sparc64/machdep.c 1.14 +3 -1 src/sys/sparc64/sparc64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message