mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
add support for CSB6 based on confirmation in ticket #1424
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2027 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -676,6 +676,14 @@ use vars qw(@pci_adapters @chip_ids @superio_ids @undetectable_adapters @dmideco
|
||||
driver => "i2c-piix4",
|
||||
match => sub { $_[0] =~ /^SMBus PIIX4 adapter at / },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1166,
|
||||
devid => 0x0203,
|
||||
func => 0,
|
||||
procid => "ServerWorks CSB6 South Bridge",
|
||||
driver => "i2c-piix4",
|
||||
match => sub { $_[0] =~ /^SMBus PIIX4 adapter at / },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1283,
|
||||
devid => 0x8172,
|
||||
|
Reference in New Issue
Block a user