svn commit: r347907 - head

Brooks Davis brooks at FreeBSD.org
Fri May 17 15:19:13 UTC 2019


Author: brooks
Date: Fri May 17 15:19:12 2019
New Revision: 347907
URL: https://svnweb.freebsd.org/changeset/base/347907

Log:
  FCP-101: remove obsolete 10 and 10/100 Ethernet drivers.
  
  Initial commit adding comment to ObsoleteFiles.  Each driver will be
  removed in a seperate commit to allow later reverts if required.
  
  FCP:		https://github.com/freebsd/fcp/blob/master/fcp-0101.md
  Reviewed by:	jhb, imp
  Differential Revision:	https://reviews.freebsd.org/D20230

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Fri May 17 14:29:56 2019	(r347906)
+++ head/ObsoleteFiles.inc	Fri May 17 15:19:12 2019	(r347907)
@@ -38,6 +38,7 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20190518: Remove obsolete 10 and 10/100 ethernet drivers.
 # 20190513: libcap_sysctl interface change
 OLD_FILES+=lib/casper/libcap_sysctl.1
 # 20190509: tests/sys/opencrypto requires the net/py-dpkt package.


More information about the svn-src-all mailing list