summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-05-11 22:13:21 +0000
committerjhb <jhb@FreeBSD.org>2006-05-11 22:13:21 +0000
commit215bc87cc3d08e895798b17897efe450255327b5 (patch)
tree688a68e540c17dc1d069e2ac3f677c4982dcfba7 /sys/dev/pci
parenta8e496593027689028e4b9f690e5e35a2c7c52c4 (diff)
downloadFreeBSD-src-215bc87cc3d08e895798b17897efe450255327b5.zip
FreeBSD-src-215bc87cc3d08e895798b17897efe450255327b5.tar.gz
Fixup some comments to allow for the fact that PCI domains are not specific
to Alpha hoses.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c6
1 files changed, 3 insertions, 3 deletions
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)
OpenPOWER on IntegriCloud