Regen after Micrel KSZ8842/8841 product addtion.

This commit is contained in:
nisimura 2006-06-30 17:19:32 +00:00
parent 717d3757fa
commit 28ad8aedac
2 changed files with 23 additions and 6 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.802 2006/06/30 17:01:09 xtraeme Exp $ */
/* $NetBSD: pcidevs.h,v 1.803 2006/06/30 17:19:32 nisimura Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.803 2006/06/30 17:00:18 xtraeme Exp
* NetBSD: pcidevs,v 1.804 2006/06/30 17:17:10 nisimura Exp
*/
/*
@ -593,6 +593,7 @@
#define PCI_VENDOR_ATHEROS 0x168c /* Atheros Communications */
#define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun Tech */
#define PCI_VENDOR_SAFENET 0x16ae /* SafeNet */
#define PCI_VENDOR_MICREL 0x16c6 /* Micrel */
#define PCI_VENDOR_LINKSYS 0x1737 /* Linksys */
#define PCI_VENDOR_ALTIMA 0x173b /* Altima */
#define PCI_VENDOR_ANTARES 0x1754 /* Antares Microsystems */
@ -2322,6 +2323,10 @@
/* Microsoft products */
#define PCI_PRODUCT_MICROSOFT_MN120 0x0001 /* MN-120 10/100 Ethernet Notebook Adapter */
/* Micrel products */
#define PCI_PRODUCT_MICREL_KSZ8841 0x8841 /* 10/100 Ethernet */
#define PCI_PRODUCT_MICREL_KSZ8842 0x8842 /* Switched 2-port 10/100 Ethernet */
/* Middle Digital products */
#define PCI_PRODUCT_MIDDLE_DIGITAL_WEASEL_VGA 0x9050 /* Weasel Virtual VGA */
#define PCI_PRODUCT_MIDDLE_DIGITAL_WEASEL_SERIAL 0x9051 /* Weasel Serial Port */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.801 2006/06/30 17:01:09 xtraeme Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.802 2006/06/30 17:19:32 nisimura Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.803 2006/06/30 17:00:18 xtraeme Exp
* NetBSD: pcidevs,v 1.804 2006/06/30 17:17:10 nisimura Exp
*/
/*
@ -2183,6 +2183,10 @@ static const struct pci_vendor pci_vendors[] = {
PCI_VENDOR_SAFENET,
"SafeNet",
},
{
PCI_VENDOR_MICREL,
"Micrel",
},
{
PCI_VENDOR_LINKSYS,
"Linksys",
@ -2364,7 +2368,7 @@ static const struct pci_vendor pci_vendors[] = {
"INVALID VENDOR ID",
},
};
const int pci_nvendors = 581;
const int pci_nvendors = 582;
static const struct pci_product pci_products[] = {
{
@ -7991,6 +7995,14 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_MICROSOFT, PCI_PRODUCT_MICROSOFT_MN120,
"MN-120 10/100 Ethernet Notebook Adapter",
},
{
PCI_VENDOR_MICREL, PCI_PRODUCT_MICREL_KSZ8841,
"10/100 Ethernet",
},
{
PCI_VENDOR_MICREL, PCI_PRODUCT_MICREL_KSZ8842,
"Switched 2-port 10/100 Ethernet",
},
{
PCI_VENDOR_MIDDLE_DIGITAL, PCI_PRODUCT_MIDDLE_DIGITAL_WEASEL_VGA,
"Weasel Virtual VGA",
@ -11744,4 +11756,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2344;
const int pci_nproducts = 2346;