diff options
-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 5044ce071ec..5832f764e89 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.1823 2017/07/16 13:41:58 kettenis Exp + * OpenBSD: pcidevs,v 1.1825 2017/08/28 09:43:18 stsp Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3619,11 +3619,13 @@ #define PCI_PRODUCT_INTEL_BSW_TXE 0x2298 /* Braswell TXE */ #define PCI_PRODUCT_INTEL_BSW_PCU_LPC 0x229c /* Braswell PCU LPC */ #define PCI_PRODUCT_INTEL_BSW_AHCI 0x22a3 /* Braswell AHCI */ +#define PCI_PRODUCT_INTEL_BSW_AUDIO 0x22a8 /* Braswell LPE Audio */ #define PCI_PRODUCT_INTEL_CHV_IGD_1 0x22b0 /* HD Graphics */ #define PCI_PRODUCT_INTEL_CHV_IGD_2 0x22b1 /* HD Graphics */ #define PCI_PRODUCT_INTEL_CHV_IGD_3 0x22b2 /* HD Graphics */ #define PCI_PRODUCT_INTEL_CHV_IGD_4 0x22b3 /* HD Graphics */ #define PCI_PRODUCT_INTEL_BSW_XHCI 0x22b5 /* Braswell xHCI */ +#define PCI_PRODUCT_INTEL_BSW_USB_OTG 0x22b7 /* Braswell USB OTG */ #define PCI_PRODUCT_INTEL_BSW_ISP 0x22b8 /* Braswell Camera ISP */ #define PCI_PRODUCT_INTEL_BSW_SIO_DMA_1 0x22c0 /* Braswell SIO DMA */ #define PCI_PRODUCT_INTEL_BSW_SIO_I2C_1 0x22c1 /* Braswell SIO I2C */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 9a1d23bd056..88356c5ba19 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.1823 2017/07/16 13:41:58 kettenis Exp + * OpenBSD: pcidevs,v 1.1825 2017/08/28 09:43:18 stsp Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -11972,6 +11972,10 @@ static const struct pci_known_product pci_known_products[] = { "Braswell AHCI", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BSW_AUDIO, + "Braswell LPE Audio", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CHV_IGD_1, "HD Graphics", }, @@ -11992,6 +11996,10 @@ static const struct pci_known_product pci_known_products[] = { "Braswell xHCI", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BSW_USB_OTG, + "Braswell USB OTG", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BSW_ISP, "Braswell Camera ISP", }, |