ifconfig: expand 10Gbps media knowledge

* These are pretty much the 10G standards that have
  any potential for usage on a desktop system.

Change-Id: I2cb49f41ca61e82e091d042f877ee2f1acb9c4ec
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3900
Reviewed-by: Alex von Gluck IV <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Alexander von Gluck IV
2021-05-05 12:52:12 +00:00
committed by Alex von Gluck IV
parent 7065a89fc6
commit ad284e7acb
2 changed files with 11 additions and 3 deletions
+6 -2
View File
@@ -29,10 +29,14 @@
#define IFM_AUTO 0
#define IFM_10_T 3 /* 10Base-T - RJ45 */
#define IFM_100_TX 6 /* 100Base-TX - RJ45 */
#define IFM_1000_SX 11 /* 1000Base-SX - Fiber Optic */
#define IFM_1000_T 16 /* 1000Base-T - RJ45 */
#define IFM_1000_SX 18 /* 1000Base-SX - Fiber Optic */
#define IFM_10G_T 22 /* 10GBase-T - RJ45 */
#define IFM_10G_LR 18 /* 10GBase-LR - Fiber 1310nm */
#define IFM_10G_SR 19 /* 10GBase-SR - Fiber 850nm */
#define IFM_10G_TWINAX 22 /* 10GBase-CR (DAC) */
#define IFM_10G_LRM 24 /* 10GBase-LRM Fiber Optic */
#define IFM_UNKNOWN 25 /* media types not defined yet */
#define IFM_10G_T 26 /* 10GBase-T - RJ45 */
/* General options */