2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

add bmcsensors

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1608 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2002-11-16 03:28:33 +00:00
parent 2a03ea8e15
commit 6b9f3c15da

View File

@@ -1015,13 +1015,13 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
},
{
name => "IPMI BMC KCS",
driver => "to-be-written",
driver => "bmcsensors",
isa_addrs => [ 0x0ca0 ],
isa_detect => sub { ipmi_kcs_detect @_ },
},
{
name => "IPMI BMC SMIC",
driver => "to-be-written",
driver => "bmcsensors",
isa_addrs => [ 0x0ca8 ],
isa_detect => sub { ipmi_smic_detect @_ },
},