From owner-cvs-all Tue May 11 0:55:36 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 8692B15913; Tue, 11 May 1999 00:55:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA39484; Tue, 11 May 1999 00:55:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905110755.AAA39484@freefall.freebsd.org> From: Peter Wemm Date: Tue, 11 May 1999 00:55:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c pcivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/11 00:55:34 PDT Modified files: sys/pci pcisupport.c pcivar.h Log: Use the probe priority mechanism to make sure the chip* probes do not displace a real driver. Revert rev 1.109. Pick up a few things from elsewhere (a couple of SiS id's). As an *experiment*, have the chip* driver claim (for reporting purposes) IDE controllers if there isn't another PCI-aware ide or ata driver to grab them. I've exported the match function since it could be used from the ata-all.c code replacing ata_pcimatch() - but I have not touched the ata code. I'd like to catch a few more devices this way, including USB and other bridges etc. Revision Changes Path 1.111 +59 -23 src/sys/pci/pcisupport.c 1.31 +2 -3 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message