diff options
| author | chuck <chuck@NetBSD.org> | 2006-02-21 03:11:12 +0000 |
|---|---|---|
| committer | chuck <chuck@NetBSD.org> | 2006-02-21 03:11:12 +0000 |
| commit | c76190d31d8fb30d12301bbdafe9fffe1b312b98 (patch) | |
| tree | ca158d4d5557b48c6123e223419d8481b1fa1e01 /sys/dev | |
| parent | cd315908894de50c8f0eefb8badb51972d8eceb4 (diff) | |
regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index e4243065475..570d612cf33 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.767 2006/02/16 08:39:27 kochi Exp $ */ +/* $NetBSD: pcidevs.h,v 1.768 2006/02/21 03:11:12 chuck Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.766 2006/02/16 08:36:03 kochi Exp + * NetBSD: pcidevs,v 1.767 2006/02/21 03:09:54 chuck Exp */ /* @@ -2073,6 +2073,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_LINKSYS_PCM200 0xab09 /* PCM200 */ #define PCI_PRODUCT_LINKSYS2_IPN2220 0x2220 /* IPN 2220 Wireless LAN Adapter (rev 01) */ /* Lite-On products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 5fa6c2b2140..ffe1519a620 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.766 2006/02/16 08:39:27 kochi Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.767 2006/02/21 03:11:12 chuck Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.766 2006/02/16 08:36:03 kochi Exp + * NetBSD: pcidevs,v 1.767 2006/02/21 03:09:54 chuck Exp */ /* @@ -7084,6 +7084,10 @@ static const struct pci_product pci_products[] = { "PCMPC200", }, { + PCI_VENDOR_LINKSYS, PCI_PRODUCT_LINKSYS_PCM200, + "PCM200", + }, + { PCI_VENDOR_LINKSYS2, PCI_PRODUCT_LINKSYS2_IPN2220, "IPN 2220 Wireless LAN Adapter (rev 01)", }, @@ -10780,4 +10784,4 @@ static const struct pci_product pci_products[] = { "Video Controller", }, }; -const int pci_nproducts = 2111; +const int pci_nproducts = 2112; |
