From owner-cvs-all Fri Oct 9 17:45:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03140 for cvs-all-outgoing; Fri, 9 Oct 1998 17:45:17 -0700 (PDT) (envelope-from owner-cvs-all) 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 RAA03039; Fri, 9 Oct 1998 17:44:25 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA09045; Fri, 9 Oct 1998 17:44:13 -0700 (PDT) Date: Fri, 9 Oct 1998 17:44:13 -0700 (PDT) Message-Id: <199810100044.RAA09045@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa adv_isa.c bt_isa.c aha_isa.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/10/09 17:44:13 PDT Modified files: sys/i386/isa adv_isa.c bt_isa.c aha_isa.c Log: Fix conficts in probe: o For bt and aha only probe the one I/O range if a specific I/O is specified in the config file. o Don't even try to probe I/O ranges that have been seen already. o If we conflict with an IRQ or DRQ, then fail the probe. Requested by: bde, gibbs Approved by: jkh Revision Changes Path 1.5 +21 -1 src/sys/i386/isa/adv_isa.c 1.3 +28 -1 src/sys/i386/isa/bt_isa.c 1.3 +28 -1 src/sys/i386/isa/aha_isa.c