diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-02-11 19:43:41 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-02-11 19:43:41 +0000 |
commit | 9bc4a12d47631bd3c05539ef96f03391acdb5623 (patch) | |
tree | 85e6ca1c3c9fb7ee30fb9f83fc88a743d48719a1 | |
parent | 37eb2e00c7ff8039a5b2cdd64bc34ef14fc335f2 (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 10 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
2 files changed, 14 insertions, 14 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index a4ed8ed82c3..0c3914b4c44 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1714 2014/02/02 19:16:10 miod Exp + * OpenBSD: pcidevs,v 1.1715 2014/02/11 19:43:02 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2836,10 +2836,10 @@ #define PCI_PRODUCT_INTEL_WL_6235_2 0x088f /* Centrino Advanced-N 6235 */ #define PCI_PRODUCT_INTEL_WL_6150_1 0x0885 /* Centrino Wireless-N 6150 */ #define PCI_PRODUCT_INTEL_WL_6150_2 0x0886 /* Centrino Wireless-N 6150 */ -#define PCI_PRODUCT_INTEL_WL_2030_1 0x0887 /* Centrino Wireless-N 2030 */ -#define PCI_PRODUCT_INTEL_WL_2030_2 0x0888 /* Centrino Wireless-N 2030 */ -#define PCI_PRODUCT_INTEL_WL_2000_1 0x0890 /* Centrino Wireless-N 2000 */ -#define PCI_PRODUCT_INTEL_WL_2000_2 0x0891 /* Centrino Wireless-N 2000 */ +#define PCI_PRODUCT_INTEL_WL_2230_1 0x0887 /* Centrino Wireless-N 2230 */ +#define PCI_PRODUCT_INTEL_WL_2230_2 0x0888 /* Centrino Wireless-N 2230 */ +#define PCI_PRODUCT_INTEL_WL_2200_1 0x0890 /* Centrino Wireless-N 2200 */ +#define PCI_PRODUCT_INTEL_WL_2200_2 0x0891 /* Centrino Wireless-N 2200 */ #define PCI_PRODUCT_INTEL_WL_135_1 0x0892 /* Centrino Wireless-N 135 */ #define PCI_PRODUCT_INTEL_WL_135_2 0x0893 /* Centrino Wireless-N 135 */ #define PCI_PRODUCT_INTEL_WL_105_1 0x0894 /* Centrino Wireless-N 105 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 88692e07308..444dfe48bb2 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1714 2014/02/02 19:16:10 miod Exp + * OpenBSD: pcidevs,v 1.1715 2014/02/11 19:43:02 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -8904,20 +8904,20 @@ static const struct pci_known_product pci_known_products[] = { "Centrino Wireless-N 6150", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_2030_1, - "Centrino Wireless-N 2030", + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_2230_1, + "Centrino Wireless-N 2230", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_2030_2, - "Centrino Wireless-N 2030", + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_2230_2, + "Centrino Wireless-N 2230", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_2000_1, - "Centrino Wireless-N 2000", + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_2200_1, + "Centrino Wireless-N 2200", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_2000_2, - "Centrino Wireless-N 2000", + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_2200_2, + "Centrino Wireless-N 2200", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_135_1, |