From: Ben Gras Date: Wed, 28 Apr 2010 11:51:13 +0000 (+0000) Subject: pci: don't do sanity check for missing pci bus, the check can misfire. X-Git-Tag: v3.1.7~108 X-Git-Url: http://zhaoyanbai.com/repos/doxygen-warnings.log?a=commitdiff_plain;h=72e866db48842667f416f3367c8ba21e0bbeded1;p=minix.git pci: don't do sanity check for missing pci bus, the check can misfire. --- diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 759ec5e49..36e3feecc 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -650,10 +650,10 @@ PRIVATE void pci_intel_init() outl(PCII_CONFADD, PCII_UNSEL); #endif +#if 0 if (vid == 0xffff && did == 0xffff) return; /* Nothing here */ -#if 0 for (i= 0; pci_intel_ctrl[i].vid; i++) { if (pci_intel_ctrl[i].vid == vid &&