Skip to content

Commit

Permalink
lib.hardware.pci: add Intel X710 device info
Browse files Browse the repository at this point in the history
(cherry picked from commit 448d626)
  • Loading branch information
eugeneia committed Nov 15, 2021
1 parent 451aeec commit ce533cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/hardware/pci.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ model = {
["X520"] = 'Intel X520',
["i350"] = 'Intel 350',
["i210"] = 'Intel 210',
["X710"] = 'Intel X710',
["XL710_VF"] = 'Intel XL710/X710 Virtual Function',
["AVF"] = 'Intel AVF'
}
Expand All @@ -85,6 +86,7 @@ local cards = {
["0x157b"] = {model = model["i210"], driver = 'apps.intel_mp.intel_mp'},
["0x154c"] = {model = model["XL710_VF"], driver = 'apps.intel_avf.intel_avf'},
["0x1889"] = {model = model["AVF"], driver = 'apps.intel_avf.intel_avf'},
["0x1572"] = {model = model["X710"], driver = nil},
},
["0x1924"] = {
["0x0903"] = {model = 'SFN7122F', driver = 'apps.solarflare.solarflare'}
Expand Down

0 comments on commit ce533cf

Please sign in to comment.