diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-11-14 11:55:10 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-11-14 11:55:10 +0000 |
commit | 38a01e934985ce5a16f2bd59d69e04fc4e91311a (patch) | |
tree | 3a690d1074b323debfb58110fb47f3a1186cbf83 | |
parent | 86ea9df69d1d8b7c05efb9d16939247a69d9e6ac (diff) |
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 |