From owner-cvs-sys Mon Aug 25 15:54:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA18205 for cvs-sys-outgoing; Mon, 25 Aug 1997 15:54:37 -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 PAA18162; Mon, 25 Aug 1997 15:53:44 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA01293; Mon, 25 Aug 1997 15:53:02 -0700 (PDT) Date: Mon, 25 Aug 1997 15:53:02 -0700 (PDT) Message-Id: <199708252253.PAA01293@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa isa.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/08/25 15:53:01 PDT Modified files: sys/i386/isa isa.c Log: Check for irq conflicts even if conflicts are allowed. Conflicting irqs can't work (at best, the first one attached wins). It used to be necessary to skip this check because of bogus irqs in the sound drivers, but the sound drivers have been fixed, except possibly the OSS ones. Revision Changes Path 1.102 +9 -7 src/sys/i386/isa/isa.c