Skip to content

Commit ac39b90

Browse files
gzhai7lijinxia
authored andcommitted
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 <edwin.zhai@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
1 parent 2fc3bde commit ac39b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devicemodel/hw/pci/platform_gsi_info.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ struct gsi_dev gsi_dev_mapping_tables[] = {
2727
{"00:12.0", 19},
2828
{"00:0f.0", 20},
2929
{"00:1f.1", 20},
30-
{"03:00.0", 20},
30+
{"02:00.0", 20},
3131
{"00:03.0", 21},
32-
{"04:00.0", 21},
32+
{"03:00.0", 21},
3333
{"00:00.1", 24},
3434
{"00:0e.0", 25},
3535
{"00:11.0", 26},

0 commit comments

Comments
 (0)