Skip to content

Commit

Permalink
network: added I219-V to e1000-compatible cards (BI test machine).
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils-TUD committed Aug 2, 2019
1 parent 68aa1f9 commit 83ca46b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/drivers/common/network/network.cc
Expand Up @@ -152,6 +152,7 @@ static const NICDesc nics[] = {
{0x8086, 0x153b, "/sbin/e1000", "i217", "I217"},
{0x8086, 0x155a, "/sbin/e1000", "i218", "I218"}, /* tested and works */
{0x8086, 0x15a2, "/sbin/e1000", "i218-lm", "I218-LM"}, /* tested and works */
{0x8086, 0x15bc, "/sbin/e1000", "i219-v", "I219-V"}, /* tested and works */
{0x8086, 0x294c, "/sbin/e1000", "82566dc-2", "82566DC-2"},
{0x8086, 0x2e6e, "/sbin/e1000", "cemedia", "CE Media Processor"},

Expand Down

0 comments on commit 83ca46b

Please sign in to comment.