Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Revert r1.32 because some documents say that the...



details:   https://anonhg.NetBSD.org/src/rev/e3621ace9663
branches:  trunk
changeset: 744372:e3621ace9663
user:      yamaguchi <yamaguchi%NetBSD.org@localhost>
date:      Fri Jan 31 03:30:37 2020 +0000

description:
Revert r1.32 because some documents say that the device supports SFP+ SX/LX

I referred the document #332191-024 "Intel Ethernet Controller
X710/XXV710/XL710 Feature Support Matrix"

pointed out by msaitoh@, thanks.

diffstat:

 sys/dev/pci/if_ixl.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 90c580c90c71 -r e3621ace9663 sys/dev/pci/if_ixl.c
--- a/sys/dev/pci/if_ixl.c      Fri Jan 31 02:37:46 2020 +0000
+++ b/sys/dev/pci/if_ixl.c      Fri Jan 31 03:30:37 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ixl.c,v 1.33 2020/01/31 02:25:06 yamaguchi Exp $    */
+/*     $NetBSD: if_ixl.c,v 1.34 2020/01/31 03:30:37 yamaguchi Exp $    */
 
 /*
  * Copyright (c) 2013-2015, Intel Corporation
@@ -931,6 +931,8 @@
        { 1ULL << IXL_PHY_TYPE_10GBASE_SFPP_CU, IFM_10G_TWINAX },
        { 1ULL << IXL_PHY_TYPE_40GBASE_SR4,     IFM_40G_SR4 },
        { 1ULL << IXL_PHY_TYPE_40GBASE_LR4,     IFM_40G_LR4 },
+       { 1ULL << IXL_PHY_TYPE_1000BASE_SX,     IFM_1000_SX },
+       { 1ULL << IXL_PHY_TYPE_1000BASE_LX,     IFM_1000_LX },
        { 1ULL << IXL_PHY_TYPE_20GBASE_KR2,     IFM_20G_KR2 },
        { 1ULL << IXL_PHY_TYPE_25GBASE_KR,      IFM_25G_KR },
        { 1ULL << IXL_PHY_TYPE_25GBASE_CR,      IFM_25G_CR },



Home | Main Index | Thread Index | Old Index