Add another BCM4401 chip support.

This commit is contained in:
msaitoh 2017-04-19 07:35:44 +00:00
parent 1d3af2e6cf
commit 32cc977d83

View File

@ -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"
@ -197,6 +197,11 @@ static const struct bce_product {
PCI_PRODUCT_BROADCOM_BCM4401_B0,
"Broadcom BCM4401-B0 10/100 Ethernet"
},
{
PCI_VENDOR_BROADCOM,
PCI_PRODUCT_BROADCOM_BCM4401_B1,
"Broadcom BCM4401-B1 10/100 Ethernet"
},
{
0,