mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Support GeForce FX 5900 video cards.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2494 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -580,8 +580,40 @@ use vars qw(@pci_adapters @chip_ids @superio_ids);
|
||||
procid => "GeForce FX 5600",
|
||||
driver => "rivatv",
|
||||
match => sub { $_[0] =~ /^NVIDIA display/ },
|
||||
} ,
|
||||
{
|
||||
},
|
||||
{
|
||||
vendid => 0x10de,
|
||||
devid => 0x0330,
|
||||
func => 0,
|
||||
procid => "GeForce FX 5900 Ultra",
|
||||
driver => "rivatv",
|
||||
match => sub { $_[0] =~ /^NVIDIA display/ },
|
||||
},
|
||||
{
|
||||
vendid => 0x10de,
|
||||
devid => 0x0331,
|
||||
func => 0,
|
||||
procid => "GeForce FX 5900",
|
||||
driver => "rivatv",
|
||||
match => sub { $_[0] =~ /^NVIDIA display/ },
|
||||
},
|
||||
{
|
||||
vendid => 0x10de,
|
||||
devid => 0x0332,
|
||||
func => 0,
|
||||
procid => "GeForce FX 5900 XT",
|
||||
driver => "rivatv",
|
||||
match => sub { $_[0] =~ /^NVIDIA display/ },
|
||||
},
|
||||
{
|
||||
vendid => 0x10de,
|
||||
devid => 0x0333,
|
||||
func => 0,
|
||||
procid => "GeForce FX 5950 Ultra",
|
||||
driver => "rivatv",
|
||||
match => sub { $_[0] =~ /^NVIDIA display/ },
|
||||
},
|
||||
{
|
||||
vendid => 0x10de,
|
||||
devid => 0x01b4,
|
||||
func => 1,
|
||||
|
Reference in New Issue
Block a user