From owner-cvs-all Sat Jun 16 15:42:28 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 02B1137B408; Sat, 16 Jun 2001 15:42:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5GMgJG80457; Sat, 16 Jun 2001 15:42:19 -0700 (PDT) (envelope-from peter) Message-Id: <200106162242.f5GMgJG80457@freefall.freebsd.org> From: Peter Wemm Date: Sat, 16 Jun 2001 15:42:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c src/sys/sys bus.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 peter 2001/06/16 15:42:19 PDT Modified files: sys/kern kern_intr.c sys/sys bus.h Log: Add INTR_TYPE_AV so that we can get to the PI_AV priority in the ithread handlers. This is beneficial since it means that pcm's MPSAFE handler can get run before things that will block on Giant in the shared irq case. Revision Changes Path 1.57 +5 -2 src/sys/kern/kern_intr.c 1.44 +2 -1 src/sys/sys/bus.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message