Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...
details: https://anonhg.NetBSD.org/src/rev/61b91b71136d
branches: netbsd-9
changeset: 454752:61b91b71136d
user: martin <martin%NetBSD.org@localhost>
date: Thu Sep 26 19:09:57 2019 +0000
description:
Pull up following revision(s) (requested by msaitoh in ticket #247):
sys/dev/pci/if_mcx.c: revision 1.2
Use IFM_50G_SR2.
diffstat:
sys/dev/pci/if_mcx.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1a903d6231f1 -r 61b91b71136d sys/dev/pci/if_mcx.c
--- a/sys/dev/pci/if_mcx.c Thu Sep 26 19:07:22 2019 +0000
+++ b/sys/dev/pci/if_mcx.c Thu Sep 26 19:09:57 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_mcx.c,v 1.1.2.2 2019/09/23 07:04:40 martin Exp $ */
+/* $NetBSD: if_mcx.c,v 1.1.2.3 2019/09/26 19:09:57 martin 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