svn commit: r341120 - head/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Wed Nov 28 06:56:37 UTC 2018


Author: arybchik
Date: Wed Nov 28 06:56:34 2018
New Revision: 341120
URL: https://svnweb.freebsd.org/changeset/base/341120

Log:
  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

Modified:
  head/sys/dev/sfxge/common/medford2_nic.c   (contents, props changed)
  head/sys/dev/sfxge/common/medford_nic.c

Modified: head/sys/dev/sfxge/common/medford2_nic.c
==============================================================================
--- head/sys/dev/sfxge/common/medford2_nic.c	Wed Nov 28 06:56:22 2018	(r341119)
+++ head/sys/dev/sfxge/common/medford2_nic.c	Wed Nov 28 06:56:34 2018	(r341120)
@@ -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):

Modified: head/sys/dev/sfxge/common/medford_nic.c
==============================================================================
--- head/sys/dev/sfxge/common/medford_nic.c	Wed Nov 28 06:56:22 2018	(r341119)
+++ head/sys/dev/sfxge/common/medford_nic.c	Wed Nov 28 06:56:34 2018	(r341120)
@@ -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):


More information about the svn-src-head mailing list