From owner-cvs-all Mon Nov 29 17:35:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3764415657; Mon, 29 Nov 1999 17:34:47 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA69729; Mon, 29 Nov 1999 17:34:47 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199911300134.RAA69729@freefall.freebsd.org> From: Peter Wemm Date: Mon, 29 Nov 1999 17:34:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/11/29 17:34:47 PST Modified files: sys/pci pci.c Log: Make the pci driver compat shim return a preference for probe rather than an "it's mine!" so that other newbus-aware drivers can bid for the device too. This should allow the sym driver to out-bid the ncr driver for devices it supports without having to modify ncr.c at all. ncr would then function as a catch-all. Revision Changes Path 1.132 +3 -2 src/sys/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message