diff options
author | 2014-01-03 10:32:44 +0000 | |
---|---|---|
committer | 2014-01-03 10:32:44 +0000 | |
commit | 4884bccf206c3600cb3a7b9febbc3eb861b4ed4a (patch) | |
tree | 486e131bddef4dbd63c538fc30f7123b4a55c3e4 | |
parent | Fix previous commit, which clearly was not even compile tested, since it (diff) | |
download | wireguard-openbsd-4884bccf206c3600cb3a7b9febbc3eb861b4ed4a.tar.xz wireguard-openbsd-4884bccf206c3600cb3a7b9febbc3eb861b4ed4a.zip |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 49a1c1787b5..1b2b297e381 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.1706 2014/01/03 05:50:23 brad Exp + * OpenBSD: pcidevs,v 1.1707 2014/01/03 10:31:09 jsing Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2834,7 +2834,7 @@ #define PCI_PRODUCT_INTEL_WL_3160_1 0x08b3 /* Dual Band Wireless AC 3160 */ #define PCI_PRODUCT_INTEL_WL_3160_2 0x08b4 /* Dual Band Wirelsss AC 3160 */ #define PCI_PRODUCT_INTEL_WL_7265_1 0x095a /* Dual Band Wireless AC 7265 */ -#define PCI_PRODUCT_INTEL_WL_7265_2_0x095b Dual /* Band Wireless AC 7265 */ +#define PCI_PRODUCT_INTEL_WL_7265_2 0x095b /* Dual Band Wireless AC 7265 */ #define PCI_PRODUCT_INTEL_80960RP 0x0960 /* i960 RP */ #define PCI_PRODUCT_INTEL_80960RM 0x0962 /* i960 RM */ #define PCI_PRODUCT_INTEL_80960RN 0x0964 /* i960 RN */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 030e5528f03..da53b369032 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.1706 2014/01/03 05:50:23 brad Exp + * OpenBSD: pcidevs,v 1.1707 2014/01/03 10:31:09 jsing Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -8900,8 +8900,8 @@ static const struct pci_known_product pci_known_products[] = { "Dual Band Wireless AC 7265", }, { - PCI_VENDOR_INTEL_WL_7265_2, PCI_PRODUCT_INTEL_WL_7265_2_0x095b, - "Band Wireless AC 7265", + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_7265_2, + "Dual Band Wireless AC 7265", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_80960RP, |