Eliminate remaining part of incorrect PCI bus numbering sanity check on systems with more than one PCI bus.

This commit is contained in:
Tor Egge 1999-10-15 21:38:15 +00:00
parent 059b89f6a3
commit 64793e7fe2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52271
7 changed files with 0 additions and 49 deletions

View File

@ -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;
}
}
}

View File

@ -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;
}
}
}

View File

@ -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;
}
}
}

View File

@ -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;
}
}
}

View File

@ -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;
}
}
}

View File

@ -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;
}
}
}

View File

@ -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;
}
}
}