Regen.
This commit is contained in:
parent
2bdc9ac0ab
commit
7b96e4dc23
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pcidevs.h,v 1.748 2005/12/11 20:01:48 jonathan Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.749 2005/12/18 11:05:25 sekiya Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
@ -597,6 +597,7 @@
|
||||
#define PCI_VENDOR_SANDBURST 0x17ba /* Sandburst */
|
||||
#define PCI_VENDOR_I4 0x17cf /* I4 */
|
||||
#define PCI_VENDOR_S2IO 0x17d5 /* S2io Technologies */
|
||||
#define PCI_VENDOR_LINKSYS2 0x17fe /* Linksys */
|
||||
#define PCI_VENDOR_RALINK 0x1814 /* Ralink Technologies */
|
||||
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs (2nd PCI Vendor ID) */
|
||||
#define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology (2nd PCI Vendor ID) */
|
||||
@ -2062,6 +2063,7 @@
|
||||
#define PCI_PRODUCT_LINKSYS_EG1032 0x1032 /* EG1032 v2 Instant Gigabit Network Adapter */
|
||||
#define PCI_PRODUCT_LINKSYS_EG1064 0x1064 /* EG1064 v2 Instant Gigabit Network Adapter */
|
||||
#define PCI_PRODUCT_LINKSYS_PCMPC200 0xab08 /* PCMPC200 */
|
||||
#define PCI_PRODUCT_LINKSYS2_IPN2220 0x2220 /* IPN 2220 Wireless LAN Adapter (rev 01) */
|
||||
|
||||
/* Lite-On products */
|
||||
#define PCI_PRODUCT_LITEON_82C168 0x0002 /* 82C168/82C169 (PNIC) 10/100 Ethernet */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pcidevs_data.h,v 1.746 2005/12/11 20:01:49 jonathan Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.747 2005/12/18 11:05:25 sekiya Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
@ -2199,6 +2199,10 @@ static const struct pci_vendor pci_vendors[] = {
|
||||
PCI_VENDOR_S2IO,
|
||||
"S2io Technologies",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_LINKSYS2,
|
||||
"Linksys",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_RALINK,
|
||||
"Ralink Technologies",
|
||||
@ -2328,7 +2332,7 @@ static const struct pci_vendor pci_vendors[] = {
|
||||
"INVALID VENDOR ID",
|
||||
},
|
||||
};
|
||||
const int pci_nvendors = 572;
|
||||
const int pci_nvendors = 573;
|
||||
|
||||
static const struct pci_product pci_products[] = {
|
||||
{
|
||||
@ -7039,6 +7043,10 @@ static const struct pci_product pci_products[] = {
|
||||
PCI_VENDOR_LINKSYS, PCI_PRODUCT_LINKSYS_PCMPC200,
|
||||
"PCMPC200",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_LINKSYS2, PCI_PRODUCT_LINKSYS2_IPN2220,
|
||||
"IPN 2220 Wireless LAN Adapter (rev 01)",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_LITEON, PCI_PRODUCT_LITEON_82C168,
|
||||
"82C168/82C169 (PNIC) 10/100 Ethernet",
|
||||
@ -10664,4 +10672,4 @@ static const struct pci_product pci_products[] = {
|
||||
"Video Controller",
|
||||
},
|
||||
};
|
||||
const int pci_nproducts = 2083;
|
||||
const int pci_nproducts = 2084;
|
||||
|
Loading…
x
Reference in New Issue
Block a user