diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/hme/if_hme_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/hme/if_hme_pci.c b/sys/dev/hme/if_hme_pci.c index da5321cb28a6..63bfbb22e001 100644 --- a/sys/dev/hme/if_hme_pci.c +++ b/sys/dev/hme/if_hme_pci.c @@ -302,7 +302,8 @@ hme_pci_attach(device_t dev) * Read PCI VPD. * SUNW,hme cards have a single large resource VPD-R tag * containing one NA. SUNW,qfe cards have four large resource - * VPD-R tags containing one NA each. + * VPD-R tags containing one NA each (all four HME chips share + * the same PROM). * The VPD used on both cards is not in PCI 2.2 standard format * however. The length in the resource header is in big endian * and the end tag is non-standard (0x79) and followed by an |