summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2019-09-24 14:39:38 +0000
committermsaitoh <msaitoh@NetBSD.org>2019-09-24 14:39:38 +0000
commit8fddeb626b3ce80489d2c676b804e11c5f768ea9 (patch)
tree14f5bc2050ce4eac70e81e1460847534d6663542 /sys/dev
parentecd7c02b9d3ff9ee35c73013240e509468208154 (diff)
Use IFM_50G_SR2.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_mcx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_mcx.c b/sys/dev/pci/if_mcx.c
index fc0ec9ef008..fb7d5dc5fe1 100644
--- a/sys/dev/pci/if_mcx.c
+++ b/sys/dev/pci/if_mcx.c
@@ -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 @@ static const uint64_t mcx_eth_cap_map[] = {
IFM_40G_SR4,
IFM_40G_LR4,
0,
- 0, /* IFM_50G_SR2 */
+ IFM_50G_SR2,
0,
IFM_100G_CR4,
IFM_100G_SR4,