Add support for BCM5786 with simply adding its PCI product id.

Testing on Fujitsu FMV-D5240 and works fine.
This commit is contained in:
taca 2007-08-10 12:27:35 +00:00
parent 62234858c3
commit 1539dbb71c
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_bge.c,v 1.134 2007/08/07 01:13:56 markd Exp $ */
/* $NetBSD: if_bge.c,v 1.135 2007/08/10 12:27:35 taca Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.134 2007/08/07 01:13:56 markd Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.135 2007/08/10 12:27:35 taca Exp $");
#include "bpfilter.h"
#include "vlan.h"
@ -2287,6 +2287,11 @@ static const struct bge_product {
"Broadcom BCM5782 Gigabit Ethernet",
},
{ PCI_VENDOR_BROADCOM,
PCI_PRODUCT_BROADCOM_BCM5786,
"Broadcom BCM5786 Gigabit Ethernet",
},
{ PCI_VENDOR_BROADCOM,
PCI_PRODUCT_BROADCOM_BCM5787,
"Broadcom BCM5787 Gigabit Ethernet",