This commit is contained in:
fredb 2005-01-08 16:07:20 +00:00
parent 99ad984e37
commit f8f4807136
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.679 2005/01/08 04:58:22 ginsbach Exp $ */
/* $NetBSD: pcidevs.h,v 1.680 2005/01/08 16:07:20 fredb Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.678 2005/01/08 04:53:39 ginsbach Exp
* NetBSD: pcidevs,v 1.679 2005/01/08 16:00:03 fredb Exp
*/
/*
@ -1135,6 +1135,7 @@
#define PCI_PRODUCT_BROADCOM_BCM5705K 0x1654 /* BCM5705K 10/100/1000 Ethernet */
#define PCI_PRODUCT_BROADCOM_BCM5705M 0x165d /* BCM5705M 10/100/1000 Ethernet */
#define PCI_PRODUCT_BROADCOM_BCM5705_ALT 0x165e /* BCM5705 10/100/1000 Ethernet */
#define PCI_PRODUCT_BROADCOM_BCM5721 0x1659 /* BCM5721 10/100/1000 Ethernet */
#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_BCM5750M 0x167c /* BCM5750M 10/100/1000 Ethernet */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.677 2005/01/08 04:58:22 ginsbach Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.678 2005/01/08 16:07:20 fredb Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.678 2005/01/08 04:53:39 ginsbach Exp
* NetBSD: pcidevs,v 1.679 2005/01/08 16:00:03 fredb Exp
*/
/*
@ -3995,6 +3995,10 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5705_ALT,
"BCM5705 10/100/1000 Ethernet",
},
{
PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5721,
"BCM5721 10/100/1000 Ethernet",
},
{
PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5750,
"BCM5750 10/100/1000 Ethernet",
@ -9888,4 +9892,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1893;
const int pci_nproducts = 1894;