Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add BCM5717's another device ID support.



details:   https://anonhg.NetBSD.org/src/rev/f12fb0f4d3bd
branches:  trunk
changeset: 449042:f12fb0f4d3bd
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Feb 20 04:49:08 2019 +0000

description:
Add BCM5717's another device ID support.

diffstat:

 sys/dev/pci/if_bge.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 977c919aef6d -r f12fb0f4d3bd sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c      Wed Feb 20 04:32:51 2019 +0000
+++ b/sys/dev/pci/if_bge.c      Wed Feb 20 04:49:08 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bge.c,v 1.323 2019/02/03 03:19:27 mrg Exp $ */
+/*     $NetBSD: if_bge.c,v 1.324 2019/02/20 04:49:08 msaitoh Exp $     */
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.323 2019/02/03 03:19:27 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.324 2019/02/20 04:49:08 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -412,6 +412,10 @@
          "Broadcom BCM5717 Gigabit Ethernet",
          },
        { PCI_VENDOR_BROADCOM,
+         PCI_PRODUCT_BROADCOM_BCM5717C,
+         "Broadcom BCM5717 Gigabit Ethernet",
+         },
+       { PCI_VENDOR_BROADCOM,
          PCI_PRODUCT_BROADCOM_BCM5718,
          "Broadcom BCM5718 Gigabit Ethernet",
          },



Home | Main Index | Thread Index | Old Index