Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Use IFM_50G_SR2.



details:   https://anonhg.NetBSD.org/src/rev/babcc3c6e49f
branches:  trunk
changeset: 459757:babcc3c6e49f
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Sep 24 14:39:38 2019 +0000

description:
Use IFM_50G_SR2.

diffstat:

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

diffs (18 lines):

diff -r d7ba802d76d4 -r babcc3c6e49f sys/dev/pci/if_mcx.c
--- a/sys/dev/pci/if_mcx.c      Tue Sep 24 14:26:32 2019 +0000
+++ b/sys/dev/pci/if_mcx.c      Tue Sep 24 14:39:38 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_mcx.c,v 1.1 2019/09/21 14:04:12 jmcneill Exp $ */
+/*     $NetBSD: if_mcx.c,v 1.2 2019/09/24 14:39:38 msaitoh Exp $ */
 /*     $OpenBSD: if_mcx.c,v 1.33 2019/09/12 04:23:59 jmatthew Exp $ */
 
 /*
@@ -2159,7 +2159,7 @@
        IFM_40G_SR4,
        IFM_40G_LR4,
        0,
-       0, /* IFM_50G_SR2 */
+       IFM_50G_SR2,
        0,
        IFM_100G_CR4,
        IFM_100G_SR4,



Home | Main Index | Thread Index | Old Index