LKML Archive mirror
 help / color / mirror / Atom feed
* linux-next: ACPI I/O resource conflicts warning
@ 2008-05-09  1:20 Gabriel C
  2008-05-09 14:30 ` Thomas Renninger
  0 siblings, 1 reply; 5+ messages in thread
From: Gabriel C @ 2008-05-09  1:20 UTC (permalink / raw
  To: Linux Kernel Mailing List; +Cc: Len Brown, linux-acpi

Hi all ,

I've noticed on linux-next from today the following ACPI warning:

...

[4294023.308622] ACPI: PCI Interrupt 0000:00:1f.3[C] -> GSI 18 (level, low) -> IRQ 18
[4294023.308622] ACPI: I/O resource  [0x400-0x41f] conflicts with ACPI region SMRG [0x400-0x40f]
[4294023.316478] ACPI: Device needs an ACPI driver

...

dsdt.dsl from my motherboard can be found there:

http://frugalware.org/~crazy/ASUS_P5E-VM_DO/dsdt.dsl

full dmesg:

http://frugalware.org/~crazy/dmesg/DMAR/dmesg

Please let me know if you need more infos.

Best Regards,

Gabriel C

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: ACPI I/O resource conflicts warning
  2008-05-09  1:20 linux-next: ACPI I/O resource conflicts warning Gabriel C
@ 2008-05-09 14:30 ` Thomas Renninger
  2008-05-09 16:52   ` Gabriel C
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Renninger @ 2008-05-09 14:30 UTC (permalink / raw
  To: Gabriel C; +Cc: Linux Kernel Mailing List, Len Brown, linux-acpi, Jean Delvare

On Fri, 2008-05-09 at 03:20 +0200, Gabriel C wrote:
> Hi all ,
> 
> I've noticed on linux-next from today the following ACPI warning:
> 
> ...
> 
> [4294023.308622] ACPI: PCI Interrupt 0000:00:1f.3[C] -> GSI 18 (level, low) -> IRQ 18
> [4294023.308622] ACPI: I/O resource  [0x400-0x41f] conflicts with ACPI region SMRG [0x400-0x40f]
> [4294023.316478] ACPI: Device needs an ACPI driver

You use libsensors and the sensor you use is also declared and possibly
used via ACPI.

> dsdt.dsl from my motherboard can be found there:
> 
> http://frugalware.org/~crazy/ASUS_P5E-VM_DO/dsdt.dsl
> 
> full dmesg:
> 
> http://frugalware.org/~crazy/dmesg/DMAR/dmesg
> 
> Please let me know if you need more infos.

Maybe you could open a bug report on bugzilla.kernel.org and post
acpidump and dmi output (not only dsdt) there. Then we could collect
affected BIOSes at one central place for further evaluation and
discussion.

Thanks,

   Thomas


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: ACPI I/O resource conflicts warning
  2008-05-09 14:30 ` Thomas Renninger
@ 2008-05-09 16:52   ` Gabriel C
  2008-05-09 16:58     ` Jean Delvare
  0 siblings, 1 reply; 5+ messages in thread
From: Gabriel C @ 2008-05-09 16:52 UTC (permalink / raw
  To: trenn; +Cc: Linux Kernel Mailing List, Len Brown, linux-acpi, Jean Delvare

Thomas Renninger wrote:
> On Fri, 2008-05-09 at 03:20 +0200, Gabriel C wrote:
>> Hi all ,
>>
>> I've noticed on linux-next from today the following ACPI warning:
>>
>> ...
>>
>> [4294023.308622] ACPI: PCI Interrupt 0000:00:1f.3[C] -> GSI 18 (level, low) -> IRQ 18
>> [4294023.308622] ACPI: I/O resource  [0x400-0x41f] conflicts with ACPI region SMRG [0x400-0x40f]
>> [4294023.316478] ACPI: Device needs an ACPI driver
> 
> You use libsensors and the sensor you use is also declared and possibly
> used via ACPI.

Not really , lsmsensors was not running and no modules loaded for my sensors but yeah when I start it another warning
pops up ( this one I've reported to lm-sensors mailing list )


w83627ehf: Found W83627DHG chip at 0x290
ACPI: I/O resource w83627ehf [0x295-0x296] conflicts with ACPI region HWRE [0x290-0x299]
ACPI: Device needs an ACPI driver

> 
>> dsdt.dsl from my motherboard can be found there:
>>
>> http://frugalware.org/~crazy/ASUS_P5E-VM_DO/dsdt.dsl
>>
>> full dmesg:
>>
>> http://frugalware.org/~crazy/dmesg/DMAR/dmesg
>>
>> Please let me know if you need more infos.
> 
> Maybe you could open a bug report on bugzilla.kernel.org and post
> acpidump and dmi output (not only dsdt) there. Then we could collect
> affected BIOSes at one central place for further evaluation and
> discussion.

Sure I will open an task about soon.

> 
> Thanks,
> 
>    Thomas

Gabriel 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: ACPI I/O resource conflicts warning
  2008-05-09 16:52   ` Gabriel C
@ 2008-05-09 16:58     ` Jean Delvare
  2008-05-09 17:04       ` Gabriel C
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Delvare @ 2008-05-09 16:58 UTC (permalink / raw
  To: Gabriel C; +Cc: trenn, Linux Kernel Mailing List, Len Brown, linux-acpi

On Fri, 09 May 2008 18:52:11 +0200, Gabriel C wrote:
> Thomas Renninger wrote:
> > On Fri, 2008-05-09 at 03:20 +0200, Gabriel C wrote:
> >> Hi all ,
> >>
> >> I've noticed on linux-next from today the following ACPI warning:
> >>
> >> ...
> >>
> >> [4294023.308622] ACPI: PCI Interrupt 0000:00:1f.3[C] -> GSI 18 (level, low) -> IRQ 18
> >> [4294023.308622] ACPI: I/O resource  [0x400-0x41f] conflicts with ACPI region SMRG [0x400-0x40f]
> >> [4294023.316478] ACPI: Device needs an ACPI driver
> > 
> > You use libsensors and the sensor you use is also declared and possibly
> > used via ACPI.
> 
> Not really , lsmsensors was not running and no modules loaded for my sensors but yeah when I start it another warning
> pops up ( this one I've reported to lm-sensors mailing list )

Could be your SMBus controller then, we have these checks in both hwmon
drivers and i2c bus drivers... Check what appears at 0x400
in /proc/iports.

> w83627ehf: Found W83627DHG chip at 0x290
> ACPI: I/O resource w83627ehf [0x295-0x296] conflicts with ACPI region HWRE [0x290-0x299]
> ACPI: Device needs an ACPI driver
> 
> > 
> >> dsdt.dsl from my motherboard can be found there:
> >>
> >> http://frugalware.org/~crazy/ASUS_P5E-VM_DO/dsdt.dsl
> >>
> >> full dmesg:
> >>
> >> http://frugalware.org/~crazy/dmesg/DMAR/dmesg
> >>
> >> Please let me know if you need more infos.
> > 
> > Maybe you could open a bug report on bugzilla.kernel.org and post
> > acpidump and dmi output (not only dsdt) there. Then we could collect
> > affected BIOSes at one central place for further evaluation and
> > discussion.
> 
> Sure I will open an task about soon.

When you do, please add me to Cc, thanks.

-- 
Jean Delvare

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: ACPI I/O resource conflicts warning
  2008-05-09 16:58     ` Jean Delvare
@ 2008-05-09 17:04       ` Gabriel C
  0 siblings, 0 replies; 5+ messages in thread
From: Gabriel C @ 2008-05-09 17:04 UTC (permalink / raw
  To: Jean Delvare; +Cc: trenn, Linux Kernel Mailing List, Len Brown, linux-acpi

Jean Delvare wrote:
> On Fri, 09 May 2008 18:52:11 +0200, Gabriel C wrote:
>> Thomas Renninger wrote:
>>> On Fri, 2008-05-09 at 03:20 +0200, Gabriel C wrote:
>>>> Hi all ,
>>>>
>>>> I've noticed on linux-next from today the following ACPI warning:
>>>>
>>>> ...
>>>>
>>>> [4294023.308622] ACPI: PCI Interrupt 0000:00:1f.3[C] -> GSI 18 (level, low) -> IRQ 18
>>>> [4294023.308622] ACPI: I/O resource  [0x400-0x41f] conflicts with ACPI region SMRG [0x400-0x40f]
>>>> [4294023.316478] ACPI: Device needs an ACPI driver
>>> You use libsensors and the sensor you use is also declared and possibly
>>> used via ACPI.
>> Not really , lsmsensors was not running and no modules loaded for my sensors but yeah when I start it another warning
>> pops up ( this one I've reported to lm-sensors mailing list )
> 
> Could be your SMBus controller then, we have these checks in both hwmon
> drivers and i2c bus drivers... Check what appears at 0x400
> in /proc/iports.

Ahh, you are right.

0400-041f : 0000:00:1f.3
  0400-041f : i801_smbus

00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)


> 
>> w83627ehf: Found W83627DHG chip at 0x290
>> ACPI: I/O resource w83627ehf [0x295-0x296] conflicts with ACPI region HWRE [0x290-0x299]
>> ACPI: Device needs an ACPI driver
>>
>>>> dsdt.dsl from my motherboard can be found there:
>>>>
>>>> http://frugalware.org/~crazy/ASUS_P5E-VM_DO/dsdt.dsl
>>>>
>>>> full dmesg:
>>>>
>>>> http://frugalware.org/~crazy/dmesg/DMAR/dmesg
>>>>
>>>> Please let me know if you need more infos.
>>> Maybe you could open a bug report on bugzilla.kernel.org and post
>>> acpidump and dmi output (not only dsdt) there. Then we could collect
>>> affected BIOSes at one central place for further evaluation and
>>> discussion.
>> Sure I will open an task about soon.
> 
> When you do, please add me to Cc, thanks.
> 

Sure I will

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-05-09 17:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-09  1:20 linux-next: ACPI I/O resource conflicts warning Gabriel C
2008-05-09 14:30 ` Thomas Renninger
2008-05-09 16:52   ` Gabriel C
2008-05-09 16:58     ` Jean Delvare
2008-05-09 17:04       ` Gabriel C

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).