]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339703, r347365, r347703, r347940
authorbrooks <brooks@FreeBSD.org>
Sat, 18 May 2019 20:43:13 +0000 (20:43 +0000)
committerbrooks <brooks@FreeBSD.org>
Sat, 18 May 2019 20:43:13 +0000 (20:43 +0000)
commitc6759857fa320f6b092f3395c246b132a3a5c5f5
tree58d138bf57202b052bd73666689618e657c7c77a
parentaac55bccb1228dfaa9118a9879c2973f8559b2a0
MFC r339703, r347365, r347703, r347940

r339703:
Deprecate a number of less used 10 and 10/100 Ethernet devices.

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

r347365:
Update dme(4) to reflect that it will not be removed due to FCP-101.

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

r347703:
FCP-101: ae(4) is sufficently popular to be moved to the keep list.

r347940:
Remove the notice that ae(4) will be removed in FreeBSD 13.

MFC requested by: rgrimes
Approved by: re (kib)
33 files changed:
share/man/man4/de.4
share/man/man4/ed.4
share/man/man4/man4.i386/cs.4
share/man/man4/man4.i386/ep.4
share/man/man4/man4.i386/ex.4
share/man/man4/man4.i386/fe.4
share/man/man4/man4.i386/vx.4
share/man/man4/man4.powerpc/bm.4
share/man/man4/pcn.4
share/man/man4/sf.4
share/man/man4/sn.4
share/man/man4/tl.4
share/man/man4/tx.4
share/man/man4/txp.4
share/man/man4/wb.4
share/man/man4/xe.4
sys/dev/bm/if_bm.c
sys/dev/cs/if_cs.c
sys/dev/de/if_de.c
sys/dev/ed/if_ed.c
sys/dev/ep/if_ep.c
sys/dev/ex/if_ex.c
sys/dev/fe/if_fe.c
sys/dev/pcn/if_pcn.c
sys/dev/sf/if_sf.c
sys/dev/sn/if_sn.c
sys/dev/tl/if_tl.c
sys/dev/tx/if_tx.c
sys/dev/txp/if_txp.c
sys/dev/vx/if_vx.c
sys/dev/wb/if_wb.c
sys/dev/xe/if_xe.c
sys/sys/systm.h