diff options
author | imp <imp@FreeBSD.org> | 2003-02-12 07:16:15 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-02-12 07:16:15 +0000 |
commit | 634dd85c3a5327deb7c2fd7747ea8256c523d15f (patch) | |
tree | 735244d4534f74630ba8c8abef85c74e84ae3cc5 /sys/pci | |
parent | 003f2e27d67e6558a8732198d9cb46e766671c40 (diff) | |
download | FreeBSD-src-634dd85c3a5327deb7c2fd7747ea8256c523d15f.zip FreeBSD-src-634dd85c3a5327deb7c2fd7747ea8256c523d15f.tar.gz |
Minor correction to comment: PNIC and XIRCOM have eeprom, its just
non-standard.
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/if_dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c index c3c740b..0fb625d 100644 --- a/sys/pci/if_dc.c +++ b/sys/pci/if_dc.c @@ -1955,7 +1955,7 @@ dc_attach(dev) sc->dc_info = dc_devtype(dev); revision = pci_read_config(dev, DC_PCI_CFRV, 4) & 0x000000FF; - /* Get the eeprom width, but PNIC and XIRCOM have no eeprom */ + /* Get the eeprom width, but PNIC and XIRCOM have diff eeprom */ if (sc->dc_info->dc_did != DC_DEVICEID_82C168 && sc->dc_info->dc_did != DC_DEVICEID_X3201) dc_eeprom_width(sc); |