2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Added new Intel southbridge known as ESB2

Official chipset name is not known yet. Needs to be fixed in future.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2993 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Rudolf Marek
2005-05-09 20:56:26 +00:00
parent 576d7cc58c
commit 5e85be41de

View File

@@ -131,6 +131,14 @@ use vars qw(@pci_adapters @chip_ids @superio_ids);
match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9a-f]{4}/ },
} ,
{
vendid => 0x8086,
devid => 0x269B,
func => 3,
procid => "Intel Enterprise Southbridge - ESB2",
driver => "i2c-i801",
match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9a-f]{4}/ },
},
{
vendid => 0x8086,
devid => 0x266A,
func => 3,