mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
Drop I2C adapter entries for graphics adapters, and a few other misc
bus entries. I don't think we ever saw a sensor chip on these. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5223 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -313,13 +313,6 @@ $revision =~ s/ \([^()]*\)//;
|
||||
driver => "i2c-ali1563",
|
||||
match => qr/^SMBus ALi 1563 Adapter @/,
|
||||
},
|
||||
{
|
||||
vendid => 0x106b,
|
||||
devid => 0x000e,
|
||||
procid => "Apple Computer Inc. Hydra Mac I/O",
|
||||
driver => "i2c-hydra",
|
||||
match => qr/^Hydra i2c/,
|
||||
},
|
||||
{
|
||||
vendid => 0x1022,
|
||||
devid => 0x740b,
|
||||
@@ -355,125 +348,6 @@ $revision =~ s/ \([^()]*\)//;
|
||||
driver => "i2c-amd8111",
|
||||
match => qr/^SMBus2 AMD8111 adapter at [0-9a-f]{4}/,
|
||||
},
|
||||
{
|
||||
vendid => 0x102b,
|
||||
devid => 0x0519,
|
||||
procid => "MGA 2064W [Millennium]",
|
||||
driver => "i2c-matroxfb",
|
||||
match => qr/^DDC:fb[0-9]{1,2}/,
|
||||
},
|
||||
{
|
||||
vendid => 0x102b,
|
||||
devid => 0x051a,
|
||||
procid => "MGA 1064SG [Mystique]",
|
||||
driver => "i2c-matroxfb",
|
||||
match => qr/^DDC:fb[0-9]{1,2}/,
|
||||
},
|
||||
{
|
||||
vendid => 0x102b,
|
||||
devid => 0x051b,
|
||||
procid => "MGA 2164W [Millennium II]",
|
||||
driver => "i2c-matroxfb",
|
||||
match => qr/^DDC:fb[0-9]{1,2}/,
|
||||
},
|
||||
{
|
||||
vendid => 0x102b,
|
||||
devid => 0x051e,
|
||||
procid => "MGA 1064SG [Mystique] AGP",
|
||||
driver => "i2c-matroxfb",
|
||||
match => qr/^DDC:fb[0-9]{1,2}/,
|
||||
},
|
||||
{
|
||||
vendid => 0x102b,
|
||||
devid => 0x051f,
|
||||
procid => "MGA 2164W [Millennium II] AGP",
|
||||
driver => "i2c-matroxfb",
|
||||
match => qr/^DDC:fb[0-9]{1,2}/,
|
||||
},
|
||||
{
|
||||
vendid => 0x102b,
|
||||
devid => 0x1000,
|
||||
procid => "MGA G100 [Productiva]",
|
||||
driver => "i2c-matroxfb",
|
||||
match => qr/^DDC:fb[0-9]{1,2}/,
|
||||
},
|
||||
{
|
||||
vendid => 0x102b,
|
||||
devid => 0x1001,
|
||||
procid => "MGA G100 [Productiva] AGP",
|
||||
driver => "i2c-matroxfb",
|
||||
match => qr/^DDC:fb[0-9]{1,2}/,
|
||||
},
|
||||
{
|
||||
vendid => 0x102b,
|
||||
devid => 0x0520,
|
||||
procid => "MGA G200",
|
||||
driver => "i2c-matroxfb",
|
||||
match => qr/^DDC:fb[0-9]{1,2}/,
|
||||
},
|
||||
{
|
||||
vendid => 0x102b,
|
||||
devid => 0x0521,
|
||||
procid => "MGA G200 AGP",
|
||||
driver => "i2c-matroxfb",
|
||||
match => qr/^DDC:fb[0-9]{1,2}/,
|
||||
},
|
||||
{
|
||||
vendid => 0x102b,
|
||||
devid => 0x0525,
|
||||
procid => "MGA G400 AGP",
|
||||
driver => "i2c-matroxfb",
|
||||
match => qr/^(DDC,MAVEN):fb[0-9]{1,2}/,
|
||||
},
|
||||
{
|
||||
vendid => 0x121a,
|
||||
devid => 0x0005,
|
||||
procid => "3Dfx Voodoo3",
|
||||
driver => "i2c-voodoo3",
|
||||
match => qr/^(I2C|DDC) Voodoo3\/Banshee adapter/,
|
||||
},
|
||||
{
|
||||
vendid => 0x121a,
|
||||
devid => 0x0003,
|
||||
procid => "3Dfx Voodoo Banshee",
|
||||
driver => "i2c-voodoo3",
|
||||
match => qr/^(I2C|DDC) Voodoo3\/Banshee adapter/,
|
||||
},
|
||||
{
|
||||
vendid => 0x8086,
|
||||
devid => 0x7121,
|
||||
procid => "Intel 82810 GMCH",
|
||||
driver => "i2c-i810",
|
||||
match => qr/^I810/,
|
||||
} ,
|
||||
{
|
||||
vendid => 0x8086,
|
||||
devid => 0x7123,
|
||||
procid => "Intel 82810-DC100 GMCH",
|
||||
driver => "i2c-i810",
|
||||
match => qr/^I810/ ,
|
||||
} ,
|
||||
{
|
||||
vendid => 0x8086,
|
||||
devid => 0x7125,
|
||||
procid => "Intel 82810E GMCH",
|
||||
driver => "i2c-i810",
|
||||
match => qr/^I810/,
|
||||
} ,
|
||||
{
|
||||
vendid => 0x8086,
|
||||
devid => 0x1132,
|
||||
procid => "Intel 82815 GMCH",
|
||||
driver => "i2c-i810",
|
||||
match => qr/^I810/,
|
||||
} ,
|
||||
{
|
||||
vendid => 0x8086,
|
||||
devid => 0x2562,
|
||||
procid => "Intel 82845G GMCH",
|
||||
driver => "i2c-i810",
|
||||
match => qr/^I810/,
|
||||
},
|
||||
{
|
||||
vendid => 0x10de,
|
||||
devid => 0x01b4,
|
||||
@@ -586,41 +460,6 @@ $revision =~ s/ \([^()]*\)//;
|
||||
driver => "i2c-piix4",
|
||||
match => qr/^SMBus PIIX4 adapter at /,
|
||||
},
|
||||
{
|
||||
vendid => 0x1283,
|
||||
devid => 0x8172,
|
||||
procid => "ITE 8172G MIPS/SH4 Support Chip",
|
||||
driver => "i2c-adap-ite",
|
||||
match => qr/^ITE IIC adapter/,
|
||||
} ,
|
||||
{
|
||||
vendid => 0x5333,
|
||||
devid => 0x8A22,
|
||||
procid => "S3 Savage 4",
|
||||
driver => "i2c-savage4",
|
||||
match => qr/^I2C Savage4 adapter/,
|
||||
} ,
|
||||
{
|
||||
vendid => 0x5333,
|
||||
devid => 0x9102,
|
||||
procid => "S3 Savage 2000",
|
||||
driver => "i2c-savage4",
|
||||
match => qr/^I2C Savage4 adapter/,
|
||||
} ,
|
||||
{
|
||||
vendid => 0x5333,
|
||||
devid => 0x8A25,
|
||||
procid => "S3 ProSavage PM",
|
||||
driver => "i2c-prosavage",
|
||||
match => qr/^ProSavage I2C bus at /,
|
||||
} ,
|
||||
{
|
||||
vendid => 0x5333,
|
||||
devid => 0x8D04,
|
||||
procid => "S3 ProSavage8",
|
||||
driver => "i2c-prosavage",
|
||||
match => qr/^ProSavage I2C bus at /,
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1002,
|
||||
devid => 0x4353,
|
||||
|
Reference in New Issue
Block a user