What's meaning of parameter "cfg=no" on Memeory hardware info?

Hi,

From two machines, I see different parameters for “cfg” on Memeory information, see below:


*node1**:~ # hwinfo --memory*
*01: None 00.0: 10102 Main Memory                                *
*  [Created at memory.66]*
*  Unique ID: rdCR.CxwsZFjVASF*
*  Hardware Class: memory*
*  Model: "Main Memory"*
*  Memory Range: 0x00000000-0xbc82c6fff (rw)*
  *Memory Size: 48 GB*
*  Config Status: **cfg=no**, avail=yes, need=no, active=unknown*
 
*node2**:~ # hwinfo --memory*
*01: None 00.0: 10102 Main Memory                                *
*  [Created at memory.66]*
*  Unique ID: rdCR.CxwsZFjVASF*
*  Hardware Class: memory*
*  Model: "Main Memory"*
*  Memory Range: 0x00000000-0xbc82c6fff (rw)*
*  Memory Size: 48 GB*
*  Config Status: **cfg=new**, avail=yes, need=no, active=unknown*

What’s meaning for this parameters? And can set this parameter for memory?

Thanks!

I got it. “cfg=new”, seems it’s means the hardware have not been probed by system.

After I have donw a action “YaST > Hardware > Hardware Information”, the value would be changed to “cfg=no”, I think it means the hardware have been probed, but not configured.