This commit is contained in:
christos 2005-07-25 00:41:48 +00:00
parent 5a8da30681
commit 9ebf9ba020
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.727 2005/07/01 19:39:13 drochner Exp $ */
/* $NetBSD: pcidevs.h,v 1.728 2005/07/25 00:41:48 christos Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.725 2005/07/01 19:37:59 drochner Exp
* NetBSD: pcidevs,v 1.726 2005/07/25 00:41:12 christos Exp
*/
/*
@ -2724,6 +2724,7 @@
/* Sundance Technology products */
#define PCI_PRODUCT_SUNDANCETI_ST201 0x0201 /* ST201 10/100 Ethernet */
#define PCI_PRODUCT_SUNDANCETI_ST1023 0x1023 /* ST1023 Gigabit Ethernet */
#define PCI_PRODUCT_SUNDANCETI_ST2021 0x2021 /* ST2021 Gigabit Ethernet */
/* Surecom Technology products */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.725 2005/07/01 19:39:13 drochner Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.726 2005/07/25 00:41:48 christos Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.725 2005/07/01 19:37:59 drochner Exp
* NetBSD: pcidevs,v 1.726 2005/07/25 00:41:12 christos Exp
*/
/*
@ -9107,6 +9107,10 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_SUNDANCETI, PCI_PRODUCT_SUNDANCETI_ST201,
"ST201 10/100 Ethernet",
},
{
PCI_VENDOR_SUNDANCETI, PCI_PRODUCT_SUNDANCETI_ST1023,
"ST1023 Gigabit Ethernet",
},
{
PCI_VENDOR_SUNDANCETI, PCI_PRODUCT_SUNDANCETI_ST2021,
"ST2021 Gigabit Ethernet",
@ -10428,4 +10432,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2025;
const int pci_nproducts = 2026;