From owner-cvs-all Sun Oct 14 13: 5:55 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 25B6C37B405; Sun, 14 Oct 2001 13:05:51 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EK5pX57680; Sun, 14 Oct 2001 13:05:51 -0700 (PDT) (envelope-from luigi) Message-Id: <200110142005.f9EK5pX57680@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 14 Oct 2001 13:05:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys interrupt.h src/sys/kern kern_intr.c src/sys/i386/isa intr_machdep.h X-FreeBSD-CVS-Branch: RELENG_4 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 luigi 2001/10/14 13:05:50 PDT Modified files: (Branch: RELENG_4) sys/sys interrupt.h sys/kern kern_intr.c sys/i386/isa intr_machdep.h Log: MFC: export interrupt statistics through sysctl same as it is done in CURRENT (hw.intrcnt and hw.intrnames). Note to Alpha committers: intrcnt is also defined in sys/alpha/include/intrcnt.h -- probably it should be removed from there to avoid a warning in compilations. However I have no way to test it so I am leaving that file unmodified until someone can test this. Revision Changes Path 1.19.2.2 +1 -4 src/sys/i386/isa/intr_machdep.h 1.24.2.1 +31 -1 src/sys/kern/kern_intr.c 1.9.2.1 +5 -0 src/sys/sys/interrupt.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message