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

Geert's PPC support and Hydra driver

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@430 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Frodo Looijaard
1999-04-28 18:18:12 +00:00
parent b6f6b537d4
commit 1ade24f919
15 changed files with 254 additions and 7 deletions

View File

@@ -78,6 +78,14 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
driver => "i2c-ali15x3",
match => sub { $_[0] =~ /^SMBus ALI15X3 adapter at [0-9,a-f]{4}/ },
}
{
vendid => 0x106b,
devid => 0x000e,
func => 0,
procid => "Apple Computer Inc. Hydra Mac I/O",
driver => "i2c-hydra",
match => sub { $_[0] =~ /^Hydra i2c/ },
},
);
use subs qw(lm78_detect lm78_isa_detect lm78_alias_detect lm75_detect