|
@@ -208,16 +208,16 @@ static int piix4_setup(struct pci_dev *PIIX4_dev,
|
|
"WARNING: SMBus interface has been FORCEFULLY ENABLED!\n");
|
|
"WARNING: SMBus interface has been FORCEFULLY ENABLED!\n");
|
|
} else {
|
|
} else {
|
|
dev_err(&PIIX4_dev->dev,
|
|
dev_err(&PIIX4_dev->dev,
|
|
- "Host SMBus controller not enabled!\n");
|
|
|
|
|
|
+ "SMBus Host Controller not enabled!\n");
|
|
release_region(piix4_smba, SMBIOSIZE);
|
|
release_region(piix4_smba, SMBIOSIZE);
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
if (((temp & 0x0E) == 8) || ((temp & 0x0E) == 2))
|
|
if (((temp & 0x0E) == 8) || ((temp & 0x0E) == 2))
|
|
- dev_dbg(&PIIX4_dev->dev, "Using Interrupt 9 for SMBus.\n");
|
|
|
|
|
|
+ dev_dbg(&PIIX4_dev->dev, "Using IRQ for SMBus\n");
|
|
else if ((temp & 0x0E) == 0)
|
|
else if ((temp & 0x0E) == 0)
|
|
- dev_dbg(&PIIX4_dev->dev, "Using Interrupt SMI# for SMBus.\n");
|
|
|
|
|
|
+ dev_dbg(&PIIX4_dev->dev, "Using SMI# for SMBus\n");
|
|
else
|
|
else
|
|
dev_err(&PIIX4_dev->dev, "Illegal Interrupt configuration "
|
|
dev_err(&PIIX4_dev->dev, "Illegal Interrupt configuration "
|
|
"(or code out of date)!\n");
|
|
"(or code out of date)!\n");
|
|
@@ -279,7 +279,7 @@ static int piix4_setup_sb800(struct pci_dev *PIIX4_dev,
|
|
|
|
|
|
if (!smb_en_status) {
|
|
if (!smb_en_status) {
|
|
dev_err(&PIIX4_dev->dev,
|
|
dev_err(&PIIX4_dev->dev,
|
|
- "Host SMBus controller not enabled!\n");
|
|
|
|
|
|
+ "SMBus Host Controller not enabled!\n");
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -311,9 +311,9 @@ static int piix4_setup_sb800(struct pci_dev *PIIX4_dev,
|
|
release_region(piix4_smba + i2ccfg_offset, 1);
|
|
release_region(piix4_smba + i2ccfg_offset, 1);
|
|
|
|
|
|
if (i2ccfg & 1)
|
|
if (i2ccfg & 1)
|
|
- dev_dbg(&PIIX4_dev->dev, "Using IRQ for SMBus.\n");
|
|
|
|
|
|
+ dev_dbg(&PIIX4_dev->dev, "Using IRQ for SMBus\n");
|
|
else
|
|
else
|
|
- dev_dbg(&PIIX4_dev->dev, "Using SMI# for SMBus.\n");
|
|
|
|
|
|
+ dev_dbg(&PIIX4_dev->dev, "Using SMI# for SMBus\n");
|
|
|
|
|
|
dev_info(&PIIX4_dev->dev,
|
|
dev_info(&PIIX4_dev->dev,
|
|
"SMBus Host Controller at 0x%x, revision %d\n",
|
|
"SMBus Host Controller at 0x%x, revision %d\n",
|