mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +00:00
Added nForce2 detection, which was missing, although we have
nForce2 supported since 16 Feb 2003. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1761 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -623,6 +623,14 @@ use vars qw(@pci_adapters @chip_ids @superio_ids @undetectable_adapters @dmideco
|
|||||||
driver => "i2c-amd756",
|
driver => "i2c-amd756",
|
||||||
match => sub { $_[0] =~ /^SMBus nVidia nForce adapter at [0-9,a-f]{4}/ },
|
match => sub { $_[0] =~ /^SMBus nVidia nForce adapter at [0-9,a-f]{4}/ },
|
||||||
} ,
|
} ,
|
||||||
|
{
|
||||||
|
vendid => 0x10de,
|
||||||
|
devid => 0x0064,
|
||||||
|
func => 1,
|
||||||
|
procid => "nVidia Corporation nForce2 SMBus (MCP)",
|
||||||
|
driver => "i2c-nforce2",
|
||||||
|
match => sub { $_[0] =~ /^SMBus nVidia nForce2 adapter at / },
|
||||||
|
} ,
|
||||||
{
|
{
|
||||||
vendid => 0x1166,
|
vendid => 0x1166,
|
||||||
devid => 0x0200,
|
devid => 0x0200,
|
||||||
|
Reference in New Issue
Block a user