summaryrefslogtreecommitdiff
path: root/sys/dev/dme
Commit message (Collapse)AuthorAgeFilesLines
* Update dme(4) to reflect that it will not be removed due to FCP-101.Brooks Davis2019-05-081-2/+0
| | | | | | | | | | dme(4) is the built-in NIC on a couple non-expandable mips platforms and thus should remain. The FCP has been updated to reflect this fact. Discussed with: imp Notes: svn path=/head/; revision=347365
* Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis2018-10-251-0/+3
| | | | | | | | | | | | | | The current deprecated list is: ae, bm, cs, de, dme, ed, ep, ex, fe, pcn, sf, sn, tl, tx, txp, vx, wb, xe The list as refined as part of FCP-0101. Per the FCP, devices may be removed from the deprecation list if enough users are found or they are converted to iflib. FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Notes: svn path=/head/; revision=339703
* Remove outdated comment.Ruslan Bukin2016-11-171-10/+1
| | | | | | | | Pointed out by: andrew (original author) Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=308751
* Add driver for DM9000 Ethernet MAC Controller.Ruslan Bukin2016-11-173-0/+1246
This device found in the Ingenic jz4780 SoC. Submitted by: kan Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=308747