mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 22:05:11 +00:00
Recommend the fschmd driver for FSC Scylla chips even on old 2.6 kernels.
There's no fscscy driver for Linux 2.6, so users would have to either upgrade to a newer 2.6 kernel (and use fschmd) or backport the fschmd driver. In either case they will use the fschmd driver, not fscscy. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4968 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -1486,6 +1486,12 @@ use vars qw(@chip_kern24_ids @chip_kern26_ids
|
||||
i2c_addrs => [0x2c..0x2f],
|
||||
i2c_detect => sub { w83781d_detect(7, @_); },
|
||||
},
|
||||
{
|
||||
name => "FSC Scylla",
|
||||
driver => "fscscy",
|
||||
i2c_addrs => [0x73],
|
||||
i2c_detect => sub { fscscy_detect(@_); },
|
||||
},
|
||||
{
|
||||
name => "IPMI BMC KCS",
|
||||
driver => "bmcsensors",
|
||||
@@ -1513,6 +1519,12 @@ use vars qw(@chip_kern24_ids @chip_kern26_ids
|
||||
i2c_addrs => [0x2c..0x2f],
|
||||
i2c_detect => sub { w83781d_detect(7, @_); },
|
||||
},
|
||||
{
|
||||
name => "FSC Scylla",
|
||||
driver => "fschmd",
|
||||
i2c_addrs => [0x73],
|
||||
i2c_detect => sub { fscscy_detect(@_); },
|
||||
},
|
||||
{
|
||||
name => "IPMI BMC KCS",
|
||||
driver => "ipmisensors",
|
||||
@@ -1535,12 +1547,6 @@ use vars qw(@chip_kern24_ids @chip_kern26_ids
|
||||
i2c_addrs => [0x73],
|
||||
i2c_detect => sub { fscpeg_detect(@_); },
|
||||
},
|
||||
{
|
||||
name => "FSC Scylla",
|
||||
driver => "fscscy",
|
||||
i2c_addrs => [0x73],
|
||||
i2c_detect => sub { fscscy_detect(@_); },
|
||||
},
|
||||
{
|
||||
name => "FSC Hermes",
|
||||
driver => "fscher",
|
||||
@@ -1556,12 +1562,6 @@ use vars qw(@chip_kern24_ids @chip_kern26_ids
|
||||
i2c_addrs => [0x73],
|
||||
i2c_detect => sub { fscpeg_detect(@_); },
|
||||
},
|
||||
{
|
||||
name => "FSC Scylla",
|
||||
driver => "fschmd",
|
||||
i2c_addrs => [0x73],
|
||||
i2c_detect => sub { fscscy_detect(@_); },
|
||||
},
|
||||
{
|
||||
name => "FSC Hermes",
|
||||
driver => "fschmd",
|
||||
|
Reference in New Issue
Block a user