From 43f8e021a40941b72f93da924b696518434f007f Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 10 Aug 2021 11:48:18 +0200 Subject: nic3com: mark PCI id 9006 as supported According to the author of this patch, this has been tested and it worked. Found on https://github.com/flashrom/flashrom/pull/219. Change-Id: I88712d81b291c7ef4212bf19e284d270219fa908 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/flashrom/+/63920 Reviewed-by: Angel Pons Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) Reviewed-by: Thomas Heijligen --- nic3com.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nic3com.c b/nic3com.c index cbacc8aa..de7a5e56 100644 --- a/nic3com.c +++ b/nic3com.c @@ -40,7 +40,7 @@ static const struct dev_entry nics_3com[] = { {0x10b7, 0x9001, NT, "3COM", "3C90xB: PCI 10/100 Mbps; shared 10BASE-T/100BASE-T4" }, {0x10b7, 0x9004, OK, "3COM", "3C90xB: PCI 10BASE-T (TPO)" }, {0x10b7, 0x9005, NT, "3COM", "3C90xB: PCI 10BASE-T/10BASE2/AUI (COMBO)" }, - {0x10b7, 0x9006, NT, "3COM", "3C90xB: PCI 10BASE-T/10BASE2 (TPC)" }, + {0x10b7, 0x9006, OK, "3COM", "3C90xB: PCI 10BASE-T/10BASE2 (TPC)" }, {0x10b7, 0x900a, NT, "3COM", "3C90xB: PCI 10BASE-FL" }, {0x10b7, 0x905a, NT, "3COM", "3C90xB: PCI 10BASE-FX" }, {0x10b7, 0x9058, OK, "3COM", "3C905B: Cyclone 10/100/BNC" }, -- cgit v1.2.3