2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

add support for ICH6 and 6300ESB (backport of 2.6 patch)

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2558 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2004-05-22 04:02:19 +00:00
parent 6c2351b4c5
commit 3e3273d369
4 changed files with 44 additions and 8 deletions

View File

@@ -122,6 +122,22 @@ use vars qw(@pci_adapters @chip_ids @superio_ids);
driver => "i2c-i801",
match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ },
} ,
{
vendid => 0x8086,
devid => 0x25A4,
func => 3,
procid => "Intel 6300ESB",
driver => "i2c-i801",
match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ },
} ,
{
vendid => 0x8086,
devid => 0x266A,
func => 3,
procid => "Intel ICH6",
driver => "i2c-i801",
match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ },
} ,
{
vendid => 0x1106,
devid => 0x3040,