mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 22:05:11 +00:00
Add GeForce FX 5600 as supported by rivatv.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2303 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -647,6 +647,14 @@ use vars qw(@pci_adapters @chip_ids @superio_ids @undetectable_adapters);
|
||||
driver => "rivatv",
|
||||
match => sub { $_[0] =~ /^NVIDIA display/ },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x10de,
|
||||
devid => 0x0312,
|
||||
func => 0,
|
||||
procid => "GeForce FX 5600",
|
||||
driver => "rivatv",
|
||||
match => sub { $_[0] =~ /^NVIDIA display/ },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x10de,
|
||||
devid => 0x01b4,
|
||||
|
Reference in New Issue
Block a user