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/c88529e1b7ca
branches: trunk
changeset: 353077:c88529e1b7ca
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 7f75558fe164 -r c88529e1b7ca 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