Date: Tue, 11 May 1999 00:55:34 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c pcivar.h Message-ID: <199905110755.AAA39484@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905110755.AAA39484>