From owner-cvs-src Fri Feb 21 19:45:31 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 289AB37B401; Fri, 21 Feb 2003 19:45:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FE043FBD; Fri, 21 Feb 2003 19:45:28 -0800 (PST) (envelope-from imp@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 h1M3jS0U085225; Fri, 21 Feb 2003 19:45:28 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1M3jSBf085224; Fri, 21 Feb 2003 19:45:28 -0800 (PST) Message-Id: <200302220345.h1M3jSBf085224@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Feb 2003 19:45:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2003/02/21 19:45:28 PST Modified files: (Branch: RELENG_4) sys/i386/i386 nexus.c Log: Treat interupt fast-ness as being orthagonal to the type. Current has done this for a while, and versions of this patch are in use by people dating back to 4.3. This allows fast interrupt handlers for things other than TTY interrupts. Approved by: jhb (re@) Revision Changes Path 1.26.2.9 +3 -5 src/sys/i386/i386/nexus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message