From owner-cvs-sys Sun May 31 03:55:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA07370 for cvs-sys-outgoing; Sun, 31 May 1998 03:55:16 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA07248; Sun, 31 May 1998 03:54:14 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA09946; Sun, 31 May 1998 03:53:58 -0700 (PDT) Date: Sun, 31 May 1998 03:53:58 -0700 (PDT) Message-Id: <199805311053.DAA09946@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa intr_machdep.c intr_machdep.h sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/31 03:53:57 PDT Modified files: sys/i386/isa intr_machdep.c intr_machdep.h sio.c Log: Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() into a test of the irq number, and made failure of this test non-fatal. Removed related unused complications for the APIC_IO case. Removed the no-test3 flag. Deverbosified the failure messages for the other tests. Removed the per-port verbose flag - just use the general verbose flag. Revision Changes Path 1.11 +10 -47 src/sys/i386/isa/intr_machdep.c 1.12 +2 -5 src/sys/i386/isa/intr_machdep.h 1.203 +27 -22 src/sys/i386/isa/sio.c