From owner-cvs-all Wed May 31 6:32:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75DD037B59C; Wed, 31 May 2000 06:32:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA56401; Wed, 31 May 2000 06:32:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200005311332.GAA56401@freefall.freebsd.org> From: Bruce Evans Date: Wed, 31 May 2000 06:32:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include ipl.h src/sys/i386/isa clock.c intr_machdep.c npx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/05/31 06:32:29 PDT Modified files: sys/i386/include ipl.h sys/i386/isa clock.c intr_machdep.c npx.c Log: Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a new macro SWI_LOW_MASK to give the mask for low priority SWIs instead of hard-coding this mask as SWI_CLOCK_MASK. Reviewed by: dfr Revision Changes Path 1.20 +13 -13 src/sys/i386/include/ipl.h 1.151 +2 -2 src/sys/i386/isa/clock.c 1.31 +4 -4 src/sys/i386/isa/intr_machdep.c 1.82 +2 -2 src/sys/i386/isa/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message