]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Deprecate a number of less used 10 and 10/100 Ethernet devices.
authorbrooks <brooks@FreeBSD.org>
Thu, 25 Oct 2018 04:10:41 +0000 (04:10 +0000)
committerbrooks <brooks@FreeBSD.org>
Thu, 25 Oct 2018 04:10:41 +0000 (04:10 +0000)
commitd4f6b392d78e94d0d36cf2c5961d99ca60280a18
treedbb37ea7749078d379d087a522cae675ec846f32
parentc49982f64500b366b0d1f285807646ab4fba3cc5
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
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