summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>1999-10-15 21:38:15 +0000
committertegge <tegge@FreeBSD.org>1999-10-15 21:38:15 +0000
commit97a48b4a117e108af55357f4a833450215bae150 (patch)
treed42a99e4bfcc8a5dbb197844258f4b1968dec210 /sys/i386/include/mptable.h
parentd3b7d7bf939002ba51d432b8b7319e43cc6237a9 (diff)
downloadFreeBSD-src-97a48b4a117e108af55357f4a833450215bae150.zip
FreeBSD-src-97a48b4a117e108af55357f4a833450215bae150.tar.gz
Eliminate remaining part of incorrect PCI bus numbering sanity check on systems with more than one PCI bus.
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index dec05e2..d101973 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -1046,13 +1046,6 @@ fix_mp_table(void)
}
}
}
- /* sanity check if more than 1 PCI bus */
- else if (num_pci_bus > 1) {
- for (x = 0; x < mp_nbusses; ++x) {
- if (bus_data[x].bus_type != PCI)
- continue;
- }
- }
}
OpenPOWER on IntegriCloud