Recognise Broadcom 5751M Gigabit Ethernet, as found on ThinkPad T43p.

This commit is contained in:
gavan 2005-08-21 21:32:26 +00:00
parent 19269ca4c1
commit 0216bccfb3
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_bge.c,v 1.90 2005/06/20 02:49:18 atatat Exp $ */
/* $NetBSD: if_bge.c,v 1.91 2005/08/21 21:32:26 gavan Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.90 2005/06/20 02:49:18 atatat Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.91 2005/08/21 21:32:26 gavan Exp $");
#include "bpfilter.h"
#include "vlan.h"
@ -2106,6 +2106,11 @@ static const struct bge_product {
"Broadcom BCM5751 Gigabit Ethernet",
},
{ PCI_VENDOR_BROADCOM,
PCI_PRODUCT_BROADCOM_BCM5751M,
"Broadcom BCM5751M Gigabit Ethernet",
},
{ PCI_VENDOR_BROADCOM,
PCI_PRODUCT_BROADCOM_BCM5782,
"Broadcom BCM5782 Gigabit Ethernet",