regen
authorjsg <jsg@openbsd.org>
Sun, 30 Apr 2023 23:40:12 +0000 (23:40 +0000)
committerjsg <jsg@openbsd.org>
Sun, 30 Apr 2023 23:40:12 +0000 (23:40 +0000)
sys/dev/pci/pcidevs.h
sys/dev/pci/pcidevs_data.h

index 1f4fc2d..6ef8039 100644 (file)
@@ -2,7 +2,7 @@
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     OpenBSD: pcidevs,v 1.2032 2023/04/25 21:57:29 kettenis Exp 
+ *     OpenBSD: pcidevs,v 1.2033 2023/04/30 23:38:52 jsg Exp 
  */
 /*     $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $       */
 
 #define        PCI_PRODUCT_ATI_PPB_1   0x1478          /* PCIE */
 #define        PCI_PRODUCT_ATI_PPB_2   0x1479          /* PCIE */
 #define        PCI_PRODUCT_ATI_MENDOCINO       0x1506          /* Mendocino */
+#define        PCI_PRODUCT_ATI_PHOENIX 0x15bf          /* Phoenix */
 #define        PCI_PRODUCT_ATI_PICASSO 0x15d8          /* Picasso */
 #define        PCI_PRODUCT_ATI_RAVEN_VEGA      0x15dd          /* Radeon Vega */
 #define        PCI_PRODUCT_ATI_RAVEN_VEGA_HDA  0x15de          /* Radeon Vega HD Audio */
index 46be6c6..3359a0b 100644 (file)
@@ -2,7 +2,7 @@
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     OpenBSD: pcidevs,v 1.2032 2023/04/25 21:57:29 kettenis Exp 
+ *     OpenBSD: pcidevs,v 1.2033 2023/04/30 23:38:52 jsg Exp 
  */
 
 /*     $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $       */
@@ -3259,6 +3259,10 @@ static const struct pci_known_product pci_known_products[] = {
            PCI_VENDOR_ATI, PCI_PRODUCT_ATI_MENDOCINO,
            "Mendocino",
        },
+       {
+           PCI_VENDOR_ATI, PCI_PRODUCT_ATI_PHOENIX,
+           "Phoenix",
+       },
        {
            PCI_VENDOR_ATI, PCI_PRODUCT_ATI_PICASSO,
            "Picasso",