summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-06-22 20:54:25 +0000
committermsmith <msmith@FreeBSD.org>1999-06-22 20:54:25 +0000
commit171c883fd51ba769a676ab4f4639b7e6c4dfa51a (patch)
treec33cf3dede762d3b08e8ae4cf05c7596455e3265 /sys/i386/include/mptable.h
parente88a3e6903a6b6b9791c3a09588480d64c253f4d (diff)
downloadFreeBSD-src-171c883fd51ba769a676ab4f4639b7e6c4dfa51a.zip
FreeBSD-src-171c883fd51ba769a676ab4f4639b7e6c4dfa51a.tar.gz
Remove an unnecessary panic when sparse PCI bus numbering is encountered.
This is found eg. on some Compaq Proliant systems. Submitted by: peter
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index 3365d30..5afe5fe 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp_machdep.c,v 1.101 1999/05/12 21:38:43 luoqi Exp $
+ * $Id: mp_machdep.c,v 1.102 1999/06/01 18:19:42 jlemon Exp $
*/
#include "opt_smp.h"
@@ -1056,8 +1056,6 @@ fix_mp_table(void)
for (x = 0; x < mp_nbusses; ++x) {
if (bus_data[x].bus_type != PCI)
continue;
- if (bus_data[x].bus_id >= num_pci_bus)
- panic("bad PCI bus numbering");
}
}
}
OpenPOWER on IntegriCloud