From owner-cvs-all Wed May 10 18:12:50 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 1DD9737BAB6; Wed, 10 May 2000 18:12:48 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA59689; Wed, 10 May 2000 18:12:47 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200005110112.SAA59689@freefall.freebsd.org> From: Mike Smith Date: Wed, 10 May 2000 18:12:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mpapic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/05/10 18:12:47 PDT Modified files: sys/i386/i386 mpapic.c Log: Attempt to work around problems caused by spurious interrupts and uninitialised interrupts in the APIC. This seems to fix the problems being seen on systems using the RCC chipsets, eg. Dell PowerEdge 24x0. The actual nature of the problem probably needs further investigation, but this patch allows us to actually function on these systems. Submitted by: Drew Eckhardt Revision Changes Path 1.38 +22 -2 src/sys/i386/i386/mpapic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message