diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-06-11 20:46:20 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-06-11 20:46:20 +0000 |
commit | 1463aa744491400fcf5a8441c8d7b8cfb5d5d001 (patch) | |
tree | 24dfa5292d33437bc98b2f3e92c49d918f50b95f /share | |
parent | 37d6a8f458ffe2e20f646b8c59b6c45a0a5d13ab (diff) | |
download | src-1463aa744491400fcf5a8441c8d7b8cfb5d5d001.tar.gz src-1463aa744491400fcf5a8441c8d7b8cfb5d5d001.zip |
muge.4: remove BUGS section (about link/act LEDs)
Lack of functioning link and activity LEDs on devices without an EEPROM
is expected (not a bug). Quoting the EVB-LAN7850 User's Guide:
When configured with the default internal register settings, the
Ethernet Link status LEDs are not enabled. To enable Ethernet Link
status LEDs, enable the EEPROM.
This is an artifact of the different ways in which the evaluation board
can be used. End-user USB-Ethernet adapters using the Microchip LAN78XX
or LAN7515 controllers should use an EEPROM or have OTP configuration,
if their product configuration does not match the boot default register
configuration.
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=334981
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/muge.4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/share/man/man4/muge.4 b/share/man/man4/muge.4 index ecc73c376dbd..8c6f6859e297 100644 --- a/share/man/man4/muge.4 +++ b/share/man/man4/muge.4 @@ -70,6 +70,3 @@ The .Nm device driver first appeared in .Fx 12.0 . -.Sh BUGS -USB-Ethernet adapters that use the LAN7850 without a configuration EEPROM -may not activate link or activity LEDs. |