From: kettenis Date: Wed, 12 Apr 2023 10:12:42 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b9550eeda7bde298a3e92814024c13db3b7b5d74;p=openbsd regen --- diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 0c14296c285..f349ad3c415 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.2028 2023/03/31 20:28:48 kn Exp + * OpenBSD: pcidevs,v 1.2029 2023/04/12 10:12:14 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1130,17 +1130,24 @@ /* Aquantia Corp. */ #define PCI_PRODUCT_AQUANTIA_AQC100 0x00b1 /* AQC100 */ +#define PCI_PRODUCT_AQUANTIA_AQC113 0x04c0 /* AQC113 */ #define PCI_PRODUCT_AQUANTIA_AQC107 0x07b1 /* AQC107 */ #define PCI_PRODUCT_AQUANTIA_AQC108 0x08b1 /* AQC108 */ #define PCI_PRODUCT_AQUANTIA_AQC109 0x09b1 /* AQC109 */ #define PCI_PRODUCT_AQUANTIA_AQC111 0x11b1 /* AQC111 */ #define PCI_PRODUCT_AQUANTIA_AQC112 0x12b1 /* AQC112 */ +#define PCI_PRODUCT_AQUANTIA_AQC116C 0x11c0 /* AQC116C */ +#define PCI_PRODUCT_AQUANTIA_AQC115C 0x12c0 /* AQC115C */ +#define PCI_PRODUCT_AQUANTIA_AQC113C 0x14c0 /* AQC113C */ +#define PCI_PRODUCT_AQUANTIA_AQC113CA 0x34c0 /* AQC113CA */ #define PCI_PRODUCT_AQUANTIA_AQC100S 0x80b1 /* AQC100S */ #define PCI_PRODUCT_AQUANTIA_AQC107S 0x87b1 /* AQC107S */ #define PCI_PRODUCT_AQUANTIA_AQC108S 0x88b1 /* AQC108S */ #define PCI_PRODUCT_AQUANTIA_AQC109S 0x89b1 /* AQC109S */ #define PCI_PRODUCT_AQUANTIA_AQC111S 0x91b1 /* AQC111S */ #define PCI_PRODUCT_AQUANTIA_AQC112S 0x92b1 /* AQC112S */ +#define PCI_PRODUCT_AQUANTIA_AQC114CS 0x93c0 /* AQC114CS */ +#define PCI_PRODUCT_AQUANTIA_AQC113CS 0x94c0 /* AQC113CS */ #define PCI_PRODUCT_AQUANTIA_D100 0xd100 /* D100 */ #define PCI_PRODUCT_AQUANTIA_D107 0xd107 /* D107 */ #define PCI_PRODUCT_AQUANTIA_D108 0xd108 /* D108 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 8c7c1612521..b04af07bb66 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.2028 2023/03/31 20:28:48 kn Exp + * OpenBSD: pcidevs,v 1.2029 2023/04/12 10:12:14 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2719,6 +2719,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_AQC100, "AQC100", }, + { + PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_AQC113, + "AQC113", + }, { PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_AQC107, "AQC107", @@ -2739,6 +2743,22 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_AQC112, "AQC112", }, + { + PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_AQC116C, + "AQC116C", + }, + { + PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_AQC115C, + "AQC115C", + }, + { + PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_AQC113C, + "AQC113C", + }, + { + PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_AQC113CA, + "AQC113CA", + }, { PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_AQC100S, "AQC100S", @@ -2763,6 +2783,14 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_AQC112S, "AQC112S", }, + { + PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_AQC114CS, + "AQC114CS", + }, + { + PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_AQC113CS, + "AQC113CS", + }, { PCI_VENDOR_AQUANTIA, PCI_PRODUCT_AQUANTIA_D100, "D100",