From owner-cvs-sys Sun Sep 28 12:40:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA19259 for cvs-sys-outgoing; Sun, 28 Sep 1997 12:40:25 -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 MAA19219; Sun, 28 Sep 1997 12:40:05 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA10301; Sun, 28 Sep 1997 12:34:50 -0700 (PDT) Date: Sun, 28 Sep 1997 12:34:50 -0700 (PDT) Message-Id: <199709281934.MAA10301@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa ipl.s ipl_funcs.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/09/28 12:34:50 PDT Modified files: sys/i386/isa ipl.s ipl_funcs.c Log: Added a couple short-term debugs and a fix to the SPIN_MAX variable. Debugs are an attempt to ferret out the PUSHDOWN_LEVEL_3 deadlock. Revision Changes Path 1.15 +17 -2 src/sys/i386/isa/ipl.s 1.11 +21 -5 src/sys/i386/isa/ipl_funcs.c