diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-04-08 10:00:25 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-04-08 10:00:25 +0000 |
commit | eaf86fc03bd0ec610ba2c92981652963cf4df8c6 (patch) | |
tree | 0f84d02b94c8ebae5a492fc43f64ce340cab4ccf | |
parent | f6c81f0128f2b6a00256c1cb4b633739f338df61 (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 64f732f1dcd..1fcd5d44169 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.1791 2016/03/17 20:25:00 uaa Exp + * OpenBSD: pcidevs,v 1.1792 2016/04/08 09:59:47 reyk Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3110,6 +3110,7 @@ #define PCI_PRODUCT_INTEL_BAYTRAIL_IGD_1 0x0f31 /* Bay Trail Video */ #define PCI_PRODUCT_INTEL_BAYTRAIL_IGD_2 0x0f32 /* Bay Trail Video */ #define PCI_PRODUCT_INTEL_BAYTRAIL_IGD_3 0x0f33 /* Bay Trail Video */ +#define PCI_PRODUCT_INTEL_BAYTRAIL_EHCI 0x0f34 /* Bay Trail EHCI */ #define PCI_PRODUCT_INTEL_BAYTRAIL_XHCI 0x0f35 /* Bay Trail xHCI */ #define PCI_PRODUCT_INTEL_BAYTRAIL_8237 0x0f40 /* Bay Trail I2C DMA */ #define PCI_PRODUCT_INTEL_BAYTRAIL_I2C_1 0x0f41 /* Bay Trail I2C */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index dfd47261ead..c8ec8c46cb0 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.1791 2016/03/17 20:25:00 uaa Exp + * OpenBSD: pcidevs,v 1.1792 2016/04/08 09:59:47 reyk Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -9956,6 +9956,10 @@ static const struct pci_known_product pci_known_products[] = { "Bay Trail Video", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BAYTRAIL_EHCI, + "Bay Trail EHCI", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BAYTRAIL_XHCI, "Bay Trail xHCI", }, |