From owner-freebsd-commit Mon Nov 20 05:24:31 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA06846 for freebsd-commit-outgoing; Mon, 20 Nov 1995 05:24:31 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA06834 for cvs-all-outgoing; Mon, 20 Nov 1995 05:24:28 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA06824 for cvs-sys-outgoing; Mon, 20 Nov 1995 05:24:24 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA06814 ; Mon, 20 Nov 1995 05:24:20 -0800 Date: Mon, 20 Nov 1995 05:24:20 -0800 From: Bruce Evans Message-Id: <199511201324.FAA06814@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/20 05:24:19 Modified: sys/i386/isa isa.c Log: Quick fix for stat_imask and intr_mask[8] not having the RTC interrupt bit set. I broke stat_imask in Dec 1994 and update_intr_masks() has copied the breakage to intr_mask[8] since Mar 1995. This can cause the RTC to stop interrupting in rare cases (under loads heavy enough for a new RTC interrupt to occur at a critical time just before Xintr8 finishes handling the previous one) and may have caused worse problems.