Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci/ixgbe Fix 2500 KX media setting in last commit.
details: https://anonhg.NetBSD.org/src/rev/d4c7749c0f26
branches: trunk
changeset: 826379:d4c7749c0f26
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Aug 31 02:48:55 2017 +0000
description:
Fix 2500 KX media setting in last commit.
diffstat:
sys/dev/pci/ixgbe/ixgbe.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a894e2063bd8 -r d4c7749c0f26 sys/dev/pci/ixgbe/ixgbe.c
--- a/sys/dev/pci/ixgbe/ixgbe.c Wed Aug 30 23:57:27 2017 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe.c Thu Aug 31 02:48:55 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe.c,v 1.99 2017/08/30 08:49:18 msaitoh Exp $ */
+/* $NetBSD: ixgbe.c,v 1.100 2017/08/31 02:48:55 msaitoh Exp $ */
/******************************************************************************
@@ -1392,7 +1392,7 @@
ADD(IFM_1000_KX | IFM_FDX, 0);
}
if (layer & IXGBE_PHYSICAL_LAYER_2500BASE_KX) {
- ADD(IFM_1000_KX, 0);
+ ADD(IFM_2500_KX, 0);
ADD(IFM_2500_KX | IFM_FDX, 0);
}
if (layer & IXGBE_PHYSICAL_LAYER_1000BASE_BX)
Home |
Main Index |
Thread Index |
Old Index