2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +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:
Jean Delvare
2003-06-05 09:16:33 +00:00
parent be8a4206b7
commit 8742aa8f3a

View File

@@ -623,6 +623,14 @@ use vars qw(@pci_adapters @chip_ids @superio_ids @undetectable_adapters @dmideco
driver => "i2c-amd756",
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,
devid => 0x0200,