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

New i2c-amd756 driver by Merlin Hughes <merlin@merlin.org>

sensors-detect detection is now complete; I think nothing else needs
to be done in the tree?!? (except documentation of course)


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@643 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Frodo Looijaard
1999-12-01 00:33:33 +00:00
parent 100bbc916c
commit 1238d9ab44
3 changed files with 530 additions and 2 deletions

View File

@@ -124,7 +124,8 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
devid => 0x740b,
func => 3,
procid => "AMD-756 Athlon ACPI",
# driver to be written
driver => "i2c-amd756",
match => sub { $_[0] =~ /^SMBus AMD756 adapter at [0-9,a-f]{4}/ },
},
);