mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Eliminate remaining part of incorrect PCI bus numbering sanity check on systems with more than one PCI bus.
This commit is contained in:
parent
059b89f6a3
commit
64793e7fe2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52271
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user