mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-04 00:05:10 +00:00
add driver=> to-be-written to eliminate Perl warnings
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1348 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -932,16 +932,19 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
|
||||
},
|
||||
{
|
||||
name => "SMBus 2.0 ARP-Capable Device??",
|
||||
driver => "to-be-written",
|
||||
i2c_addrs => [0x61],
|
||||
i2c_detect => sub { arp_detect @_},
|
||||
},
|
||||
{
|
||||
name => "IPMI BMC KCS",
|
||||
driver => "to-be-written",
|
||||
isa_addrs => [ 0x0ca0 ],
|
||||
isa_detect => sub { ipmi_kcs_detect @_ },
|
||||
},
|
||||
{
|
||||
name => "IPMI BMC SMIC",
|
||||
driver => "to-be-written",
|
||||
isa_addrs => [ 0x0ca8 ],
|
||||
isa_detect => sub { ipmi_smic_detect @_ },
|
||||
},
|
||||
|
Reference in New Issue
Block a user