]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339703:
authorbrooks <brooks@FreeBSD.org>
Thu, 25 Oct 2018 17:00:39 +0000 (17:00 +0000)
committerbrooks <brooks@FreeBSD.org>
Thu, 25 Oct 2018 17:00:39 +0000 (17:00 +0000)
commit646b97231d0bcf9c47d5113fdf2d87306cce7207
treed93f013a582e618b668a58c81358100075ec74c3
parentae2409aeb64ceca3648a195498c5cfb090145b05
MFC 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 was defined 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
Approved by: re (gjb)
Reviewed by: rgrimes
Differential Revision: https://reviews.freebsd.org/D17654
36 files changed:
share/man/man4/ae.4
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/ae/if_ae.c
sys/dev/bm/if_bm.c
sys/dev/cs/if_cs.c
sys/dev/de/if_de.c
sys/dev/dme/if_dme.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