From: kettenis Date: Sat, 8 Jul 2023 09:13:27 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e110d3312fa731975081e323886b8b6963f03f81;p=openbsd regen --- diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 86e15ada95e..127731a6710 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.2042 2023/07/07 03:50:02 jsg Exp + * OpenBSD: pcidevs,v 1.2043 2023/07/08 09:11:51 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -279,6 +279,7 @@ #define PCI_VENDOR_ENE 0x1524 /* ENE */ #define PCI_VENDOR_ARALION 0x1538 /* Aralion */ #define PCI_VENDOR_TERRATEC 0x153b /* TerraTec */ +#define PCI_VENDOR_PLDA 0x1556 /* PLDA */ #define PCI_VENDOR_PERLE 0x155f /* Perle */ #define PCI_VENDOR_SYMBOL 0x1562 /* Symbol */ #define PCI_VENDOR_SYBA 0x1592 /* Syba */ @@ -8254,6 +8255,9 @@ /* Platform */ #define PCI_PRODUCT_PLATFORM_ES1849 0x0100 /* ES1849 */ +/* PLDA products */ +#define PCI_PRODUCT_PLDA_XR_AXI 0x1111 /* XpressRICH-AXI */ + /* PLX products */ #define PCI_PRODUCT_PLX_1076 0x1076 /* I/O 1076 */ #define PCI_PRODUCT_PLX_1077 0x1077 /* I/O 1077 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index a8beb1ea57a..edd1dd65461 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.2042 2023/07/07 03:50:02 jsg Exp + * OpenBSD: pcidevs,v 1.2043 2023/07/08 09:11:51 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -29695,6 +29695,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_PLATFORM, PCI_PRODUCT_PLATFORM_ES1849, "ES1849", }, + { + PCI_VENDOR_PLDA, PCI_PRODUCT_PLDA_XR_AXI, + "XpressRICH-AXI", + }, { PCI_VENDOR_PLX, PCI_PRODUCT_PLX_1076, "I/O 1076", @@ -35879,6 +35883,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_TERRATEC, "TerraTec", }, + { + PCI_VENDOR_PLDA, + "PLDA", + }, { PCI_VENDOR_PERLE, "Perle",