From ac39b905152032a9bed3ebb6eaa3b53bbdc2cbb0 Mon Sep 17 00:00:00 2001 From: Edwin Zhai Date: Tue, 7 Aug 2018 09:41:57 +0800 Subject: [PATCH] DM: update GSI sharing info With latest FW, ethernet/wifi BDF changes from 3:0.0/4:0.0 to 2:0.0/3:0.0. Signed-off-by: Edwin Zhai Acked-by: Eddie Dong --- devicemodel/hw/pci/platform_gsi_info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devicemodel/hw/pci/platform_gsi_info.c b/devicemodel/hw/pci/platform_gsi_info.c index 86d159a2e..0dbefd054 100644 --- a/devicemodel/hw/pci/platform_gsi_info.c +++ b/devicemodel/hw/pci/platform_gsi_info.c @@ -27,9 +27,9 @@ struct gsi_dev gsi_dev_mapping_tables[] = { {"00:12.0", 19}, {"00:0f.0", 20}, {"00:1f.1", 20}, - {"03:00.0", 20}, + {"02:00.0", 20}, {"00:03.0", 21}, - {"04:00.0", 21}, + {"03:00.0", 21}, {"00:00.1", 24}, {"00:0e.0", 25}, {"00:11.0", 26},