svn commit: r327381 - in head/sys: conf dev/ep i386/isa modules modules/elink modules/ep
Pedro Giffuni
pfg at FreeBSD.org
Sat Dec 30 21:02:47 UTC 2017
Hi;
On 30/12/2017 06:42, Konstantin Belousov wrote:
> Author: kib
> Date: Sat Dec 30 11:42:49 2017
> New Revision: 327381
> URL: https://svnweb.freebsd.org/changeset/base/327381
>
> Log:
> Move i386/isa/elink.[hc] to dev/ep.
>
> The ep(4) driver is the only consumer of the two functions from
> elink.c. I removed the standalone module as well, and most likely,
> the module metadata is not needed anywhere, but this is for later
> cleanup.
>
> Discussed with: imp, jhb
> Sponsored by: The FreeBSD Foundation
For the record, I find this change very cool.
It makes the code more modular and the license for those two files also
matches the license in the ep driver.
Thanks!
Pedro.
More information about the svn-src-all
mailing list