diff options
author | Andrew Rybchenko <arybchik@FreeBSD.org> | 2018-11-28 06:56:34 +0000 |
---|---|---|
committer | Andrew Rybchenko <arybchik@FreeBSD.org> | 2018-11-28 06:56:34 +0000 |
commit | e4c4abb28fb6b8775fd3e5378ed1412a9b1eef15 (patch) | |
tree | a3bf0a925b5f00ce334b42514475abd6fdfd2b58 | |
parent | 76ecd4a37b3e937081bb42f5bdacde32feee92a5 (diff) | |
download | src-e4c4abb28fb6b8775fd3e5378ed1412a9b1eef15.tar.gz src-e4c4abb28fb6b8775fd3e5378ed1412a9b1eef15.zip |
sfxge(4): remove obsolete comments
Submitted by: Andy Moreton <amoreton at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
Differential Revision: https://reviews.freebsd.org/D18196
Notes
Notes:
svn path=/head/; revision=341120
-rw-r--r-- | sys/dev/sfxge/common/medford2_nic.c | 5 | ||||
-rw-r--r-- | sys/dev/sfxge/common/medford_nic.c | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/sfxge/common/medford2_nic.c b/sys/dev/sfxge/common/medford2_nic.c index a3f60bb1bd14..abb00e49f16c 100644 --- a/sys/dev/sfxge/common/medford2_nic.c +++ b/sys/dev/sfxge/common/medford2_nic.c @@ -84,11 +84,6 @@ medford2_board_cfg( efx_rc_t rc; /* - * FIXME: Likely to be incomplete and incorrect. - * Parts of this should be shared with Huntington. - */ - - /* * Enable firmware workarounds for hardware errata. * Expected responses are: * - 0 (zero): diff --git a/sys/dev/sfxge/common/medford_nic.c b/sys/dev/sfxge/common/medford_nic.c index 704b46ac7c9f..f3790747bed5 100644 --- a/sys/dev/sfxge/common/medford_nic.c +++ b/sys/dev/sfxge/common/medford_nic.c @@ -80,11 +80,6 @@ medford_board_cfg( efx_rc_t rc; /* - * FIXME: Likely to be incomplete and incorrect. - * Parts of this should be shared with Huntington. - */ - - /* * Enable firmware workarounds for hardware errata. * Expected responses are: * - 0 (zero): |