diff options
author | 2021-02-14 17:21:16 +0000 | |
---|---|---|
committer | 2021-02-14 17:21:16 +0000 | |
commit | 851f7ecf53975f42c4f8d05f0337977eab5be6be (patch) | |
tree | f8d4eea86a6cf6bbe194cc287a2e25e6a59edd63 | |
parent | Add a few more devices that show up on the Apple M1 mini. (diff) | |
download | wireguard-openbsd-851f7ecf53975f42c4f8d05f0337977eab5be6be.tar.xz wireguard-openbsd-851f7ecf53975f42c4f8d05f0337977eab5be6be.zip |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 12 insertions, 2 deletions
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 $ */ @@ -2372,6 +2372,10 @@ static const struct pci_known_product pci_known_products[] = { "BCM5701", }, { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_M1_PCIE, + "M1 PCIe", + }, + { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_NVME1, "NVMe", }, @@ -9520,6 +9524,10 @@ static const struct pci_known_product pci_known_products[] = { "FL1009 xHCI", }, { + PCI_VENDOR_FRESCO, PCI_PRODUCT_FRESCO_FL1100, + "FL1100 xHCI", + }, + { PCI_VENDOR_FRESCO, PCI_PRODUCT_FRESCO_FL1400, "FL1400 xHCI", }, |