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 another BCM4401 chip support.



details:   https://anonhg.NetBSD.org/src/rev/3c124bbb2a16
branches:  trunk
changeset: 823328:3c124bbb2a16
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Apr 19 07:35:44 2017 +0000

description:
Add another BCM4401 chip support.

diffstat:

 sys/dev/pci/if_bce.c |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 53c0eb75ada2 -r 3c124bbb2a16 sys/dev/pci/if_bce.c
--- a/sys/dev/pci/if_bce.c      Wed Apr 19 07:19:46 2017 +0000
+++ b/sys/dev/pci/if_bce.c      Wed Apr 19 07:35:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bce.c,v 1.45 2017/04/19 06:52:11 msaitoh Exp $   */
+/* $NetBSD: if_bce.c,v 1.46 2017/04/19 07:35:44 msaitoh Exp $   */
 
 /*
  * Copyright (c) 2003 Clifford Wright. All rights reserved.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bce.c,v 1.45 2017/04/19 06:52:11 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bce.c,v 1.46 2017/04/19 07:35:44 msaitoh Exp $");
 
 #include "vlan.h"
 
@@ -198,6 +198,11 @@
                "Broadcom BCM4401-B0 10/100 Ethernet"
        },
        {
+               PCI_VENDOR_BROADCOM,
+               PCI_PRODUCT_BROADCOM_BCM4401_B1,
+               "Broadcom BCM4401-B1 10/100 Ethernet"
+       },
+       {
 
                0,
                0,



Home | Main Index | Thread Index | Old Index