From 4884bccf206c3600cb3a7b9febbc3eb861b4ed4a Mon Sep 17 00:00:00 2001 From: jsing Date: Fri, 3 Jan 2014 10:32:44 +0000 Subject: [PATCH] regen --- sys/dev/pci/pcidevs.h | 4 ++-- 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, -- 2.20.1