diff options
author | 2014-02-11 19:43:40 +0000 | |
---|---|---|
committer | 2014-02-11 19:43:40 +0000 | |
commit | 14cefdfd4a8564cc7d167f8976e44cb8267555a2 (patch) | |
tree | c8a4ffe4916aa5b0284bc1abd1d5170bf174a0fc | |
parent | Change the Intel Centrino Wireless-N 2000/2030 into 2200/2230 to be (diff) | |
download | wireguard-openbsd-14cefdfd4a8564cc7d167f8976e44cb8267555a2.tar.xz wireguard-openbsd-14cefdfd4a8564cc7d167f8976e44cb8267555a2.zip |
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, |