diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2016-05-23 06:52:11 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2016-05-23 06:52:11 +0000 |
commit | a728a01086bbca874311edaa15943d3741e0006f (patch) | |
tree | 0ea16c87e0131baba7fd74d09b011134e9a21b77 /sys/dev/pci | |
parent | d98a7caa05abd31a2396fecd7f7082cad1775c09 (diff) |
add the intel xl710 device ids from the documentation
i think some parts are called X710, not XL710, but i cant find where
and why. defaulting to XL710 for now.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index d0f3d46f0f7..78f51739ff5 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1797 2016/05/21 10:07:05 reyk Exp $ +$OpenBSD: pcidevs,v 1.1798 2016/05/23 06:52:10 dlg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3352,8 +3352,15 @@ product INTEL DSL5520 0x156c DSL5520 Thunderbolt product INTEL DSL5520_PCIE 0x156d DSL5520 Thunderbolt product INTEL I219_LM 0x156f I219-LM product INTEL I219_V 0x1570 I219-V +product INTEL XL710_VF 0x1571 XL710 VF +product INTEL XL710_10G_SFP 0x1572 XL710 SFP+ product INTEL I210_COPPER_NF 0x157b I210 product INTEL I210_SERDES_NF 0x157c I210 SerDes +product INTEL XL710_40G_BP 0x1580 XL710 40GbE Backplane +product INTEL XL710_10G_BP 0x1581 XL710 10GbE Backplane +product INTEL XL710_2xQSFP 0x1582 XL710 QSFP+ x2 +product INTEL XL710_1xQSFP 0x1583 XL710 QSFP+ +product INTEL XL710_10G_BASET 0x1584 XL710 10GBaseT product INTEL I218_LM_2 0x15a0 I218-LM product INTEL I218_V_2 0x15a1 I218-V product INTEL I218_LM_3 0x15a2 I218-LM |