diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/usr/hwas/common/hwasCallout.H | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H index a91367a26..a39e4a229 100644 --- a/src/include/usr/hwas/common/hwasCallout.H +++ b/src/include/usr/hwas/common/hwasCallout.H @@ -223,8 +223,9 @@ enum partTypeEnum PCI_REF_CLOCK = 11, // @TODO 195920 Remove SMP_CABLE once HWSV code no longer references it SMP_CABLE = 12, //Target is SMPGROUP - BPM_CABLE_PART_TYPE = 13, //Backup Power Module for NVDIMM - NV_CONTROLLER_PART_TYPE = 14, + BPM_CABLE_PART_TYPE = 13, //Backup Power Module Cable for NVDIMM + NV_CONTROLLER_PART_TYPE = 14, //Controller for NVDIMM + BPM_PART_TYPE = 15, //Backup Power Module for NVDIMM }; enum sensorTypeEnum |

