|
@@ -820,6 +820,11 @@ static void __init asus_hides_smbus_hostbridge(struct pci_dev *dev)
|
|
case 0x0001: /* Toshiba Satellite A40 */
|
|
case 0x0001: /* Toshiba Satellite A40 */
|
|
asus_hides_smbus = 1;
|
|
asus_hides_smbus = 1;
|
|
}
|
|
}
|
|
|
|
+ if (dev->device == PCI_DEVICE_ID_INTEL_82855PM_HB)
|
|
|
|
+ switch(dev->subsystem_device) {
|
|
|
|
+ case 0x0001: /* Toshiba Tecra M2 */
|
|
|
|
+ asus_hides_smbus = 1;
|
|
|
|
+ }
|
|
} else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_SAMSUNG)) {
|
|
} else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_SAMSUNG)) {
|
|
if (dev->device == PCI_DEVICE_ID_INTEL_82855PM_HB)
|
|
if (dev->device == PCI_DEVICE_ID_INTEL_82855PM_HB)
|
|
switch(dev->subsystem_device) {
|
|
switch(dev->subsystem_device) {
|