Regen from pcidevs rev 1.853:
> Add an ID of Broadcom BCM5752M. From Matt Kolb on tech-kern.
This commit is contained in:
parent
78a69946d1
commit
b27339f35f
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.851 2006/11/18 01:01:23 tsutsui Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.852 2006/11/18 08:33:05 tsutsui Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.852 2006/11/18 01:00:18 tsutsui Exp
|
||||
* NetBSD: pcidevs,v 1.853 2006/11/18 08:32:08 tsutsui Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1300,6 +1300,7 @@
|
|||
#define PCI_PRODUCT_BROADCOM_BCM5750 0x1676 /* BCM5750 10/100/1000 Ethernet */
|
||||
#define PCI_PRODUCT_BROADCOM_BCM5751 0x1677 /* BCM5751 10/100/1000 Ethernet */
|
||||
#define PCI_PRODUCT_BROADCOM_BCM5752 0x1600 /* BCM5752 10/100/1000 Ethernet */
|
||||
#define PCI_PRODUCT_BROADCOM_BCM5752M 0x1601 /* BCM5752M 10/100/1000 Ethernet */
|
||||
#define PCI_PRODUCT_BROADCOM_BCM5754 0x167a /* BCM5754 10/100/1000 Ethernet */
|
||||
#define PCI_PRODUCT_BROADCOM_BCM5750M 0x167c /* BCM5750M 10/100/1000 Ethernet */
|
||||
#define PCI_PRODUCT_BROADCOM_BCM5751M 0x167d /* BCM5751M 10/100/1000 Ethernet */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.850 2006/11/18 01:01:23 tsutsui Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.851 2006/11/18 08:33:05 tsutsui Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.852 2006/11/18 01:00:18 tsutsui Exp
|
||||
* NetBSD: pcidevs,v 1.853 2006/11/18 08:32:08 tsutsui Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -4655,6 +4655,10 @@ static const struct pci_product pci_products[] = {
|
|||
PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5752,
|
||||
"BCM5752 10/100/1000 Ethernet",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5752M,
|
||||
"BCM5752M 10/100/1000 Ethernet",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5754,
|
||||
"BCM5754 10/100/1000 Ethernet",
|
||||
|
@ -12472,4 +12476,4 @@ static const struct pci_product pci_products[] = {
|
|||
"Video Controller",
|
||||
},
|
||||
};
|
||||
const int pci_nproducts = 2524;
|
||||
const int pci_nproducts = 2525;
|
||||
|
|
Loading…
Reference in New Issue