summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/chip_accessors/getPciOscswitchConfig.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/chip_accessors/getPciOscswitchConfig.C')
-rw-r--r--src/usr/hwpf/hwp/chip_accessors/getPciOscswitchConfig.C6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/chip_accessors/getPciOscswitchConfig.C b/src/usr/hwpf/hwp/chip_accessors/getPciOscswitchConfig.C
index 8dd2b3d36..7211a8048 100644
--- a/src/usr/hwpf/hwp/chip_accessors/getPciOscswitchConfig.C
+++ b/src/usr/hwpf/hwp/chip_accessors/getPciOscswitchConfig.C
@@ -131,6 +131,12 @@ fapi::ReturnCode getPciOscswitchConfig(
break; // break out with error
}
}
+ // TODO RTC: 109249 Check to see if DD1X is correct,
+ // it was based off Murano DD2X
+ else if (l_chipType == ENUM_ATTR_NAME_NAPLES)
+ {
+ o_val = NAPLES_DD1X;
+ }
else
{
FAPI_ERR("getPciOscswitchConfig: unexpected chip type=0x%02x",
OpenPOWER on IntegriCloud