mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-05 08:45:26 +00:00
recognize SMSC Victory66 south bridge.
No driver support yet. Looks identical to piix4 so we can add to i2c-piix4. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1013 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#
|
||||
# sensors-detect - Detect PCI bus and chips
|
||||
# Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
|
||||
# Copyright (c) 1998 - 2001 Frodo Looijaard <frodol@dds.nl>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -360,6 +360,14 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
|
||||
driver => "i2c-piix4",
|
||||
match => sub { $_[0] =~ /^SMBus OSB4 adapter at / },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1055,
|
||||
devid => 0x9463,
|
||||
func => 0,
|
||||
procid => "SMSC Victory66 South Bridge",
|
||||
driver => "i2c-piix4",
|
||||
match => sub { $_[0] =~ /^SMBus SMSC adapter at / },
|
||||
} ,
|
||||
);
|
||||
|
||||
use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
|
||||
|
Reference in New Issue
Block a user