diff options
author | 2016-04-08 09:59:47 +0000 | |
---|---|---|
committer | 2016-04-08 09:59:47 +0000 | |
commit | bf72e05ee7db43542c5c583fc5c93e6cddfdc04c (patch) | |
tree | 839cb5fdbfa1deb71ce5c82425284d3f057353c8 | |
parent | Get rid of some infrastrcuture that is now obsolete and synchronize some of (diff) | |
download | wireguard-openbsd-bf72e05ee7db43542c5c583fc5c93e6cddfdc04c.tar.xz wireguard-openbsd-bf72e05ee7db43542c5c583fc5c93e6cddfdc04c.zip |
Add Intel Bay Trail EHCI (as found on 1st gen Compute Stick)
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index c39a9c77166..1ed15d9f16a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$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 $ */ /* @@ -3105,6 +3105,7 @@ product INTEL BAYTRAIL_LPA 0x0f28 Bay Trail Low Power Audio product INTEL BAYTRAIL_IGD_1 0x0f31 Bay Trail Video product INTEL BAYTRAIL_IGD_2 0x0f32 Bay Trail Video product INTEL BAYTRAIL_IGD_3 0x0f33 Bay Trail Video +product INTEL BAYTRAIL_EHCI 0x0f34 Bay Trail EHCI product INTEL BAYTRAIL_XHCI 0x0f35 Bay Trail xHCI product INTEL BAYTRAIL_8237 0x0f40 Bay Trail I2C DMA product INTEL BAYTRAIL_I2C_1 0x0f41 Bay Trail I2C |