aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/elink
Commit message (Collapse)AuthorAgeFilesLines
* Move i386/isa/elink.[hc] to dev/ep.Konstantin Belousov2017-12-301-10/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=327381
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Add module infrastructure for elink.Matthew N. Dodd2003-03-291-0/+10
Notes: svn path=/head/; revision=112793