Pass name string into I2C DIMM detectors, store name in KingstonFuryDRAMController to avoid setting it in detector
This commit is contained in:
parent
c82a6052a2
commit
676547b8b0
11 changed files with 222 additions and 242 deletions
|
|
@ -55,7 +55,7 @@ bool TestForPatriotViperSteelController(i2c_smbus_interface* bus, unsigned char
|
|||
* *
|
||||
\******************************************************************************************/
|
||||
|
||||
void DetectPatriotViperSteelControllers(i2c_smbus_interface* bus, std::vector<SPDWrapper*> &slots)
|
||||
void DetectPatriotViperSteelControllers(i2c_smbus_interface* bus, std::vector<SPDWrapper*> &slots, const std::string &/*name*/)
|
||||
{
|
||||
unsigned char slots_valid = 0x00;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue