diff options
author | 2014-11-14 11:55:09 +0000 | |
---|---|---|
committer | 2014-11-14 11:55:09 +0000 | |
commit | ce5514b03c1d2b33eb2aed8c60ec0c3b40371a9d (patch) | |
tree | 42ecb2bd97f72196694ece2d4c59a398d071fc02 | |
parent | implement the atomic_foo things on arm. (diff) | |
download | wireguard-openbsd-ce5514b03c1d2b33eb2aed8c60ec0c3b40371a9d.tar.xz wireguard-openbsd-ce5514b03c1d2b33eb2aed8c60ec0c3b40371a9d.zip |
Some BayTrail IDs, including xhci(4), found in inframare's dmesg on bugs@.
-rw-r--r-- | sys/dev/pci/pcidevs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 8e18a6710f3..8e008190cf5 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1746 2014/10/08 07:41:27 dlg Exp $ +$OpenBSD: pcidevs,v 1.1747 2014/11/14 11:55:09 mpi Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3031,6 +3031,11 @@ product INTEL E5V2_UNICAST_15 0x0eee E5 v2 Unicast product INTEL BAYTRAIL_SMB 0x0f12 Baytrail SMBus product INTEL BAYTRAIL_SATA_1 0x0f20 Baytrail SATA product INTEL BAYTRAIL_SATA_2 0x0f21 Baytrail SATA +product INTEL BAYTRAIL_AHCI 0x0f23 Baytrail AHCI +product INTEL BAYTRAIL_XHCI 0x0f35 Baytrail xHCI +product INTEL BAYTRAIL_PCIE_1 0x0f48 Baytrail PCIE +product INTEL BAYTRAIL_PCIE_2 0x0f4a Baytrail PCIE +product INTEL BAYTRAIL_PCIE_3 0x0f4e Baytrail PCIE product INTEL 82542 0x1000 82542 product INTEL 82543GC_FIBER 0x1001 82543GC product INTEL MODEM56 0x1002 56k Modem |