2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 08:45:26 +00:00

added sis730 support

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1539 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Alexander Malysh
2002-09-18 21:59:16 +00:00
parent 7e6dbdb292
commit 5a52a84ffc

View File

@@ -230,9 +230,9 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters @dmidecode);
vendid => 0x1039,
devid => 0x0730,
func => 0,
procid => "Silicon Integrated Systems SIS730 (To be written - Do not use 5595 drivers)",
driver => "to-be-written",
match => sub { $_[0] =~ /dontmatchthis/ },
procid => "Silicon Integrated Systems SIS730",
driver => "i2c-sis630",
match => sub { $_[0] =~ /^SMBus SIS630 adapter at [0-9,a-f]{4}/ },
} ,
#
# Both Ali chips below have same PCI ID. Can't be helped. Only one should load.