Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2019 19:05:59 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r347365 - head/sys/dev/dme
Message-ID:  <201905081905.x48J5xu4022932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Wed May  8 19:05:58 2019
New Revision: 347365
URL: https://svnweb.freebsd.org/changeset/base/347365

Log:
  Update dme(4) to reflect that it will not be removed due to FCP-101.
  
  dme(4) is the built-in NIC on a couple non-expandable mips platforms and
  thus should remain.  The FCP has been updated to reflect this fact.
  
  Discussed with:	imp

Modified:
  head/sys/dev/dme/if_dme.c

Modified: head/sys/dev/dme/if_dme.c
==============================================================================
--- head/sys/dev/dme/if_dme.c	Wed May  8 19:01:39 2019	(r347364)
+++ head/sys/dev/dme/if_dme.c	Wed May  8 19:05:58 2019	(r347365)
@@ -916,8 +916,6 @@ dme_attach(device_t dev)
 		goto fail;
 	}
 
-	gone_by_fcp101_dev(dev);
-
 fail:
 	if (error != 0)
 		dme_detach(dev);



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