Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2018 06:56:35 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r341120 - head/sys/dev/sfxge/common
Message-ID:  <201811280656.wAS6uZYS084724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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):



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811280656.wAS6uZYS084724>