From owner-cvs-sys Sat Apr 15 14:32:23 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA02334 for cvs-sys-outgoing; Sat, 15 Apr 1995 14:32:23 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA02322 ; Sat, 15 Apr 1995 14:32:19 -0700 Date: Sat, 15 Apr 1995 14:32:19 -0700 From: Bruce Evans Message-Id: <199504152132.OAA02322@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa vector.s Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/04/15 14:32:19 Modified: sys/i386/isa vector.s Log: Don't waste time sending an EOI to ICU1 if option AUTO_EOI_1 is defined. Previously, this worked right if both AUTO_EOI_1 and AUTO_EOI_2 are defined, but not if AUTO_EOI_1 is defined and AUTO_EOI_2 is not defined. The latter case should be the default. DUMMY_NOPS should be the default too. Currently there are only two NOPs slowing down rtcin() (although there are no delays in writertc()) and several FASTER_NOPs slowing down interrupt handling in vector.s. Fix stack offsets for the (previously) unused untested FAST_INTR_HANDLER_USES_ES case.