diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-09-04 03:53:21 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-09-04 03:53:21 +0000 |
| commit | dd699396ce8f877f4924dcf1f8b091e36f5e837d (patch) | |
| tree | c654916a30aa8c9bb29b2c2f39b7e457aad4650a /sys/dev/pci | |
| parent | 34f73fbd8ca6f236cfadae1a1fbe4ed4df6ce4c8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pci.c | 4 |
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) && |
