diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/acpica/acpi_pci.c | 6 | ||||
-rw-r--r-- | sys/dev/pci/pci.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/acpica/acpi_pci.c b/sys/dev/acpica/acpi_pci.c index 7e6015e..c909ac5 100644 --- a/sys/dev/acpica/acpi_pci.c +++ b/sys/dev/acpica/acpi_pci.c @@ -279,9 +279,9 @@ acpi_pci_attach(device_t dev) /* * Since there can be multiple independantly numbered PCI - * busses on some large alpha systems, we can't use the unit - * number to decide what bus we are probing. We ask the parent - * pcib what our bus number is. + * busses on systems with multiple PCI domains, we can't use + * the unit number to decide which bus we are probing. We ask + * the parent pcib what our bus number is. */ busno = pcib_get_bus(dev); if (bootverbose) diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index c51db37..554e6f2 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1166,9 +1166,9 @@ pci_attach(device_t dev) /* * Since there can be multiple independantly numbered PCI - * busses on some large alpha systems, we can't use the unit - * number to decide what bus we are probing. We ask the parent - * pcib what our bus number is. + * busses on systems with multiple PCI domains, we can't use + * the unit number to decide which bus we are probing. We ask + * the parent pcib what our bus number is. */ busno = pcib_get_bus(dev); if (bootverbose) |