From owner-svn-ports-head@freebsd.org Fri Aug 7 21:09:43 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 07ADC3745A7; Fri, 7 Aug 2020 21:09:43 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BNdKL3MCfz3gDv; Fri, 7 Aug 2020 21:09:42 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 699932EBE1; Fri, 7 Aug 2020 21:09:41 +0000 (UTC) Date: Fri, 7 Aug 2020 21:09:40 +0000 From: Mark Linimon To: Mark Linimon Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r544347 - head/net/realtek-re-kmod Message-ID: <20200807210937.GA16516@lonesome.com> References: <202008071939.077Jd0M5057058@repo.freebsd.org> <20200807200552.GA12445@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200807200552.GA12445@lonesome.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 4BNdKL3MCfz3gDv X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of linimon@lonesome.com has no SPF policy when checking 18.222.6.11) smtp.mailfrom=linimon@lonesome.com X-Spamd-Result: default: False [1.34 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[lonesome.com]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.21)[0.208]; NEURAL_SPAM_SHORT(0.26)[0.262]; RCVD_IN_DNSWL_MED(-0.20)[18.222.6.11:from]; NEURAL_SPAM_LONG(0.17)[0.171]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2020 21:09:43 -0000 On Fri, Aug 07, 2020 at 08:05:53PM +0000, Mark Linimon wrote: > On Fri, Aug 07, 2020 at 07:39:00PM +0000, Mark Linimon wrote: > > It *appears* that this code and sys/dev/re/if_re.c have common ancestry > > but this is not obvious to a casual observer. ISTM there would be a > > very significant merge/re-engineering effort to produce a superset. > > At the very *latest*, the common ancestor is before: > > https://svnweb.freebsd.org/base?view=revision&revision=92739 Once you go back this far, you start to see more of the commonalities: https://svnweb.freebsd.org/base/head/sys/pci/if_rl.c?view=markup&pathrev=55058 Thu Dec 23 19:05:58 1999 UTC (20 years, 7 months ago) by wpaul Good luck to anyone trying to merge these two codebases -- you are going to need it. mcl