From owner-cvs-sys Fri Aug 29 11:48:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA21054 for cvs-sys-outgoing; Fri, 29 Aug 1997 11:48:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA20876; Fri, 29 Aug 1997 11:46:39 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA11365; Fri, 29 Aug 1997 11:45:26 -0700 (PDT) Date: Fri, 29 Aug 1997 11:45:26 -0700 (PDT) Message-Id: <199708291845.LAA11365@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa apic_ipl.s apic_vector.s intr_machdep.c intr_machdep.h ipl.s ipl_funcs.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/08/29 11:45:25 PDT Modified files: sys/i386/isa apic_ipl.s apic_vector.s intr_machdep.c intr_machdep.h ipl.s ipl_funcs.c Log: Support for the new FAST_HI algorithm, enabled. Preliminary support for the INTR_SIMPLELOCK algorithm, disabled. Note that this code is NOT ready. Revision Changes Path 1.15 +14 -4 src/sys/i386/isa/apic_ipl.s 1.19 +79 -12 src/sys/i386/isa/apic_vector.s 1.5 +38 -4 src/sys/i386/isa/intr_machdep.c 1.7 +42 -35 src/sys/i386/isa/intr_machdep.h 1.12 +40 -7 src/sys/i386/isa/ipl.s 1.6 +2 -2 src/sys/i386/isa/ipl_funcs.c