PR/29196: Robert Elz: Add support for Broadcom BCM4401-B0 ethernet

This commit is contained in:
christos 2005-02-02 13:26:06 +00:00
parent f29f37c830
commit 34508c6918
2 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_bce.c,v 1.7 2005/01/30 17:38:49 thorpej Exp $ */
/* $NetBSD: if_bce.c,v 1.8 2005/02/02 13:26:06 christos Exp $ */
/*
* Copyright (c) 2003 Clifford Wright. All rights reserved.
@ -225,6 +225,12 @@ static const struct bce_product {
"Broadcom BCM4401 10/100 Ethernet"
},
{
PCI_VENDOR_BROADCOM,
PCI_PRODUCT_BROADCOM_BCM4401_B0,
"Broadcom BCM4401-B0 10/100 Ethernet"
},
{
0,
0,
NULL

View File

@ -1,4 +1,4 @@
$NetBSD: pcidevs,v 1.692 2005/02/02 11:19:49 abs Exp $
$NetBSD: pcidevs,v 1.693 2005/02/02 13:26:06 christos Exp $
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou
@ -1148,6 +1148,7 @@ product BROADCOM BCM5751 0x1677 BCM5751 10/100/1000 Ethernet
product BROADCOM BCM5750M 0x167c BCM5750M 10/100/1000 Ethernet
product BROADCOM BCM5782 0x1696 BCM5782 10/100/1000 Ethernet
product BROADCOM BCM5788 0x169c BCM5788 10/100/1000 Ethernet
product BROADCOM BCM4401_B0 0x170c BCM4401-B0 10/100 Ethernet
product BROADCOM BCM5901 0x170d BCM5901 10/100 Ethernet
product BROADCOM BCM5901A2 0x170e BCM5901A 10/100 Ethernet
product BROADCOM BCM4401 0x4401 BCM4401 10/100 Ethernet