This commit is contained in:
riz 2006-05-31 21:43:25 +00:00
parent 1ff114df3d
commit 5412a4d276
2 changed files with 15 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.788 2006/05/19 01:24:46 markd Exp $ */
/* $NetBSD: pcidevs.h,v 1.789 2006/05/31 21:43:25 riz Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.787 2006/05/19 01:22:58 markd Exp
* NetBSD: pcidevs,v 1.788 2006/05/31 21:42:35 riz Exp
*/
/*
@ -1553,6 +1553,8 @@
#define PCI_PRODUCT_DLINK_DFE690TXD 0x1340 /* DFE-690TXD 10/100 Ethernet */
#define PCI_PRODUCT_DLINK_DL4000 0x4000 /* DL-4000 Gigabit Ethernet */
#define PCI_PRODUCT_DLINK_DGE528T 0x4300 /* DGE-528T Gigabit Ethernet */
#define PCI_PRODUCT_DLINK_DGE560T 0x4b00 /* DGE-560T Gigabit Ethernet */
#define PCI_PRODUCT_DLINK_DGE560T_2 0x4b01 /* DGE-560T_2 Gigabit Ethernet */
#define PCI_PRODUCT_DLINK_DGE530T 0x4c00 /* DGE-530T Gigabit Ethernet */
/* Distributed Processing Technology products */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.787 2006/05/19 01:24:46 markd Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.788 2006/05/31 21:43:25 riz Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.787 2006/05/19 01:22:58 markd Exp
* NetBSD: pcidevs,v 1.788 2006/05/31 21:42:35 riz Exp
*/
/*
@ -5403,6 +5403,14 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DGE528T,
"DGE-528T Gigabit Ethernet",
},
{
PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DGE560T,
"DGE-560T Gigabit Ethernet",
},
{
PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DGE560T_2,
"DGE-560T_2 Gigabit Ethernet",
},
{
PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DGE530T,
"DGE-530T Gigabit Ethernet",
@ -11468,4 +11476,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2276;
const int pci_nproducts = 2278;