Re: ACPI: I/O resource 0000:00:1f.3 [0xefa0-0xefbf] conflicts withACPI region SMBI [0xefa0-0xefaf]

From: Robert Hancock
Date: Tue Mar 24 2009 - 01:43:24 EST


justinmattock@xxxxxxxxx wrote:

Any suggestions on what this might be:
(dmesg):

[ 6.940280] power_supply ADP1: 1 dynamic props
[ 6.940283] power_supply ADP1: prop ONLINE=1
[ 6.940340] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5
[ 6.968564] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 6.977814] ACPI: I/O resource 0000:00:1f.3 [0xefa0-0xefbf] conflicts with ACPI region SMBI [0xefa0-0xefaf]
[ 6.987218] ACPI: Device needs an ACPI driver

It means the i801_smbus driver is using an I/O resource range that BIOS ACPI code may be using. The warning is there because in some cases this can cause problems, i.e. if the native driver and ACPI AML code try to access the device at the same time in a conflicting fashion.

[ 7.000114] ath9k: 0.1
[ 7.000163] ACPI: Sleep Button (CM) [SLPB]
[ 7.018052] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 7.027094] ath9k 0000:03:00.0: setting latency timer to 64

either i801_smbus(to me) is the issue, or it's something else.

any ideas?

-- Justin P. Mattock

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/