diff options
author | Warner Losh <imp@FreeBSD.org> | 2003-02-12 07:16:15 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2003-02-12 07:16:15 +0000 |
commit | 6d0dd93192891c6de0a6265db0ba3d0f9cc489c6 (patch) | |
tree | 735244d4534f74630ba8c8abef85c74e84ae3cc5 /sys/dev/dc | |
parent | b235704d7c135fd470b29d845ca1ee6e2bbad121 (diff) | |
download | src-6d0dd93192891c6de0a6265db0ba3d0f9cc489c6.tar.gz src-6d0dd93192891c6de0a6265db0ba3d0f9cc489c6.zip |
Minor correction to comment: PNIC and XIRCOM have eeprom, its just
non-standard.
Notes
Notes:
svn path=/head/; revision=110754
Diffstat (limited to 'sys/dev/dc')
-rw-r--r-- | sys/dev/dc/if_dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index c3c740b42995..0fb625d83621 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/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); |