From: kmos Date: Wed, 9 Aug 2023 21:28:30 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e061f6126057f6495cf224abbc469099a2668380;p=openbsd regen --- diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 5520f6a5682..d4d4a9100a6 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.2044 2023/08/06 14:40:25 jsg Exp + * OpenBSD: pcidevs,v 1.2045 2023/08/09 21:27:47 kmos Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -391,6 +391,7 @@ #define PCI_VENDOR_NETMOS 0x9710 /* NetMos */ #define PCI_VENDOR_3COM2 0xa727 /* 3Com */ #define PCI_VENDOR_PARALLELS 0xaaaa /* Parallels */ +#define PCI_VENDOR_CRUCIAL 0xc0a9 /* Crucial */ #define PCI_VENDOR_TIGERJET 0xe159 /* TigerJet Network */ #define PCI_VENDOR_ENDACE 0xeace /* Endace */ #define PCI_VENDOR_BELKIN 0xec80 /* Belkin Components */ @@ -2880,6 +2881,9 @@ #define PCI_PRODUCT_CREATIVELABS_PPB 0x7006 /* PCIE-PCI */ #define PCI_PRODUCT_CREATIVELABS_EV1938 0x8938 /* Ectiva 1938 */ +/* Crucial products */ +#define PCI_PRODUCT_CRUCIAL_P5PLUS 0x5407 /* P5 Plus */ + /* Cyclades products */ #define PCI_PRODUCT_CYCLADES_CYCLOMY_1 0x0100 /* Cyclom-Y below 1M */ #define PCI_PRODUCT_CYCLADES_CYCLOMY_2 0x0101 /* Cyclom-Y */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 9c9738d9690..78436f7ef6c 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.2044 2023/08/06 14:40:25 jsg Exp + * OpenBSD: pcidevs,v 1.2045 2023/08/09 21:27:47 kmos Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -9327,6 +9327,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_EV1938, "Ectiva 1938", }, + { + PCI_VENDOR_CRUCIAL, PCI_PRODUCT_CRUCIAL_P5PLUS, + "P5 Plus", + }, { PCI_VENDOR_CYCLADES, PCI_PRODUCT_CYCLADES_CYCLOMY_1, "Cyclom-Y below 1M", @@ -36335,6 +36339,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_PARALLELS, "Parallels", }, + { + PCI_VENDOR_CRUCIAL, + "Crucial", + }, { PCI_VENDOR_TIGERJET, "TigerJet Network",