From ebcf740a32aeda6cec872945eb4875e495d01277 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 17 May 2019 15:19:12 +0000 Subject: [PATCH] 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 --- ObsoleteFiles.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 0e2fb3ab0dd..505d823daf2 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -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.