From: kettenis Date: Sun, 14 Feb 2021 17:21:16 +0000 (+0000) Subject: regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=851f7ecf53975f42c4f8d05f0337977eab5be6be;p=openbsd regen --- diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index c3b6f3efd15..52bfd83d957 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.1954 2021/01/31 10:51:53 patrick Exp + * OpenBSD: pcidevs,v 1.1955 2021/02/14 17:20:47 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1029,6 +1029,7 @@ #define PCI_PRODUCT_APPLE_INTREPID2_FW 0x006a /* Intrepid 2 FireWire */ #define PCI_PRODUCT_APPLE_INTREPID2_GMAC 0x006b /* Intrepid 2 GMAC */ #define PCI_PRODUCT_APPLE_BCM5701 0x1645 /* BCM5701 */ +#define PCI_PRODUCT_APPLE_M1_PCIE 0x100c /* M1 PCIe */ #define PCI_PRODUCT_APPLE_NVME1 0x2001 /* NVMe */ #define PCI_PRODUCT_APPLE_NVME2 0x2003 /* NVMe */ @@ -2977,6 +2978,7 @@ /* Fresco Logic products */ #define PCI_PRODUCT_FRESCO_FL1000 0x1000 /* FL1000 xHCI */ #define PCI_PRODUCT_FRESCO_FL1009 0x1009 /* FL1009 xHCI */ +#define PCI_PRODUCT_FRESCO_FL1100 0x1100 /* FL1100 xHCI */ #define PCI_PRODUCT_FRESCO_FL1400 0x1400 /* FL1400 xHCI */ /* Fujitsu products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 2ee01a5bffd..f74d1378bb8 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.1954 2021/01/31 10:51:53 patrick Exp + * OpenBSD: pcidevs,v 1.1955 2021/02/14 17:20:47 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2371,6 +2371,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BCM5701, "BCM5701", }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_M1_PCIE, + "M1 PCIe", + }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_NVME1, "NVMe", @@ -9519,6 +9523,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_FRESCO, PCI_PRODUCT_FRESCO_FL1009, "FL1009 xHCI", }, + { + PCI_VENDOR_FRESCO, PCI_PRODUCT_FRESCO_FL1100, + "FL1100 xHCI", + }, { PCI_VENDOR_FRESCO, PCI_PRODUCT_FRESCO_FL1400, "FL1400 xHCI",