From a96e43d1e0790a6d7bb5e3678c40bfff86e68fb1 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Wed, 23 Jun 2021 09:31:23 +0900 Subject: [PATCH] lspci: add qemu's e1000e model --- apps/lspci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/lspci.c b/apps/lspci.c index 8d9c33c1..f7bb7d8f 100644 --- a/apps/lspci.c +++ b/apps/lspci.c @@ -66,6 +66,7 @@ struct { {0x8086, 0x1004, "82543GC Gigabit Ethernet Controller (e1000)"}, {0x8086, 0x100e, "82540EM Gigabit Ethernet Controller (e1000)"}, {0x8086, 0x100f, "82545EM Gigabit Ethernet Controller (e1000)"}, + {0x8086, 0x10d3, "82574L Gigabit Ethernet Controller (e1000e)"}, {0x8086, 0x10ea, "82577LM Gigabit Ethernet Controller (e1000)"}, {0x8086, 0x1237, "PCI & Memory"}, {0x8086, 0x2415, "82801AA AC'97 Audio Controller"},