aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-09-04 03:53:21 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-09-04 03:53:21 +0000
commitdd699396ce8f877f4924dcf1f8b091e36f5e837d (patch)
treec654916a30aa8c9bb29b2c2f39b7e457aad4650a /sys/dev/pci
parent34f73fbd8ca6f236cfadae1a1fbe4ed4df6ce4c8 (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 93eff9411579..8b19b5c929ec 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -1297,8 +1297,8 @@ pci_alloc_resource(device_t dev, device_t child, int type, int *rid,
*/
if (device_get_parent(child) == dev) {
/*
- * If device doesn't have an interrupt routed, and is
- * deserving of an interrupt, try to assign it one.
+ * If the child device doesn't have an interrupt routed
+ * and is deserving of an interrupt, try to assign it one.
*/
if ((type == SYS_RES_IRQ) &&
!PCI_INTERRUPT_VALID(cfg->intline) &&