2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Remove ISA detection of W83627EHF/EHG and W83627DHG. This is redundant

with the Super-I/O detection, and less reliable. Our w83627ehf driver
only supports the Super-I/O detection anyway.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4141 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2006-09-05 09:04:18 +00:00
parent 53dc9a6b93
commit 08253729c3

View File

@@ -917,21 +917,15 @@ use vars qw(@pci_adapters_sis5595 @pci_adapters_sis645 @pci_adapters_sis96x);
} ,
{
name => "Winbond W83627EHF",
driver => "w83627ehf",
driver => "use-isa-instead",
i2c_addrs => [0x28..0x2f],
i2c_detect => sub { w83781d_detect(9, @_); },
isa_addrs => [0x290],
isa_detect => sub { w83781d_isa_detect(9, @_); },
alias_detect => sub { w83781d_alias_detect(9, @_); },
},
{
name => "Winbond W83627DHG",
driver => "to-be-tested",
driver => "use-isa-instead",
i2c_addrs => [0x28..0x2f],
i2c_detect => sub { w83781d_detect(10, @_); },
isa_addrs => [0x290],
isa_detect => sub { w83781d_isa_detect(10, @_); },
alias_detect => sub { w83781d_alias_detect(10, @_); },
},
{
name => "Asus AS99127F (rev.1)",
@@ -1780,6 +1774,7 @@ $chip_kern26_w83791d = {
devid => 0x8840,
devid_mask => 0xFFC0,
logdev => 0x0b,
alias_detect => sub { w83781d_alias_detect(9, @_); },
},
{
name => "Winbond W83627DHG Super IO Sensors",
@@ -1787,6 +1782,7 @@ $chip_kern26_w83791d = {
devid => 0xA020,
devid_mask => 0xFFF0,
logdev => 0x0b,
alias_detect => sub { w83781d_alias_detect(10, @_); },
},
{
name => "Winbond W83L517D Super IO",