diff options
-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): |