Mellanox 系统 LED 的内核驱动¶
为以下 Mellanox 系统提供系统 LED 支持:“msx6710”、“msx6720”、“msb7700”、“msn2700”、“msx1410”、“msn2410”、“msb7800”、“msn2740”、“msn2100”。
描述¶
驱动程序为以下系统提供 LED:“msx6710”、“msx6720”、“msb7700”、“msn2700”、“msx1410”、“msn2410”、“msb7800”、“msn2740”
mlxcpld:fan1:green
mlxcpld:fan1:red
mlxcpld:fan2:green
mlxcpld:fan2:red
mlxcpld:fan3:green
mlxcpld:fan3:red
mlxcpld:fan4:green
mlxcpld:fan4:red
mlxcpld:psu:green
mlxcpld:psu:red
mlxcpld:status:green
mlxcpld:status:red
- “状态”
CPLD 寄存器偏移量:0x20
位 [3:0]
- “电源”
CPLD 寄存器偏移量:0x20
位 [7:4]
- “风扇1”
CPLD 寄存器偏移量:0x21
位 [3:0]
- “风扇2”
CPLD 寄存器偏移量:0x21
位 [7:4]
- “风扇3”
CPLD 寄存器偏移量:0x22
位 [3:0]
- “风扇4”
CPLD 寄存器偏移量:0x22
位 [7:4]
上述所有 LED 的颜色掩码
[位3,位2,位1,位0] 或 [位7,位6,位5,位4]
[0,0,0,0] = LED 关闭
[0,1,0,1] = 红色静态亮起
[1,1,0,1] = 绿色静态亮起
[0,1,1,0] = 红色闪烁 3Hz
[1,1,1,0] = 绿色闪烁 3Hz
[0,1,1,1] = 红色闪烁 6Hz
[1,1,1,1] = 绿色闪烁 6Hz
驱动程序为系统 “msn2100” 提供以下 LED
mlxcpld:fan:green
mlxcpld:fan:red
mlxcpld:psu1:green
mlxcpld:psu1:red
mlxcpld:psu2:green
mlxcpld:psu2:red
mlxcpld:status:green
mlxcpld:status:red
mlxcpld:uid:blue
- “状态”
CPLD 寄存器偏移量:0x20
位 [3:0]
- “风扇”
CPLD 寄存器偏移量:0x21
位 [3:0]
- “电源1”
CPLD 寄存器偏移量:0x23
位 [3:0]
- “电源2”
CPLD 寄存器偏移量:0x23
位 [7:4]
- “UID”
CPLD 寄存器偏移量:0x24
位 [3:0]
上述所有 LED 的颜色掩码,除了 uid
[位3,位2,位1,位0] 或 [位7,位6,位5,位4]
[0,0,0,0] = LED 关闭
[0,1,0,1] = 红色静态亮起
[1,1,0,1] = 绿色静态亮起
[0,1,1,0] = 红色闪烁 3Hz
[1,1,1,0] = 绿色闪烁 3Hz
[0,1,1,1] = 红色闪烁 6Hz
[1,1,1,1] = 绿色闪烁 6Hz
- uid LED 的颜色掩码
[位3,位2,位1,位0]
[0,0,0,0] = LED 关闭
[1,1,0,1] = 蓝色静态亮起
[1,1,1,0] = 蓝色闪烁 3Hz
[1,1,1,1] = 蓝色闪烁 6Hz
驱动程序支持 3Hz 和 6Hz 频率的硬件闪烁(50% 占空比)。对于 3Hz,占空比约为 167 毫秒,对于 6Hz,约为 83 毫秒。