diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-04-23 10:31:59 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-04-23 10:31:59 +0000 |
commit | ffec47ad0d595481493d2cf170b15f0ef915cb66 (patch) | |
tree | ef0bd4c5b934a5ccab3390db4dd5fdbd4eb2f2bc /sys/dev/pci/pcidevs_data.h | |
parent | 11868c6c2453839b466ebb8da913b31a56f84112 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index c8ec8c46cb0..034e7692e1d 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.1792 2016/04/08 09:59:47 reyk Exp + * OpenBSD: pcidevs,v 1.1793 2016/04/23 10:30:18 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -11677,7 +11677,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BSW_TXE, - "Baswell TXE", + "Braswell TXE", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BSW_PCU_LPC, @@ -11708,6 +11708,10 @@ static const struct pci_known_product pci_known_products[] = { "Braswell xHCI", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BSW_ISP, + "Braswell Camera ISP", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BSW_SIO_DMA_1, "Braswell SIO DMA", }, @@ -11756,6 +11760,10 @@ static const struct pci_known_product pci_known_products[] = { "Braswell PCIE", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BSW_PM, + "Braswell Power", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_DH8900_LPC, "DH8900 LPC", }, |