Bug 12541

Summary: I/O resource conflict between ACPI and i2c_i801 module
Product: ACPI Reporter: Atanas Zhelev (zmeyski)
Component: OtherAssignee: acpi_other
Status: CLOSED DUPLICATE    
Severity: normal CC: jdelvare
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.28.1 Subsystem:
Regression: --- Bisected commit-id:
Attachments: lspci -vv output
full dmesg output
acpidump from this laptop
dmidecode output

Description Atanas Zhelev 2009-01-26 02:29:21 UTC
Latest working kernel version: unknown
Earliest failing kernel version: 2.6.28
Distribution: ArchLinux x86_64, self compiled kernel from ftp.kernel.org
Hardware Environment: dell stdio 1537


Problem Description:
dmesg reports I/O resource conflict
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19                                              
ACPI: I/O resource 0000:00:1f.3 [0x1c00-0x1c1f] conflicts with ACPI region SMBI [0x1c00-0x1c0f]                  
ACPI: Device needs an ACPI driver

blacklisting the i2c_i801 module gets rid of the message

There is a similar bug report but the eror message is a bit different
http://bugzilla.kernel.org/show_bug.cgi?id=12376

and another one, exactly the same, in red hat bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=470479


Steps to reproduce:
boot, check dmesg
Comment 1 Atanas Zhelev 2009-01-26 02:30:55 UTC
Created attachment 19992 [details]
lspci -vv output
Comment 2 Atanas Zhelev 2009-01-26 02:33:01 UTC
Created attachment 19993 [details]
full dmesg output
Comment 3 Atanas Zhelev 2009-01-26 02:35:11 UTC
Created attachment 19994 [details]
acpidump from this laptop
Comment 4 Atanas Zhelev 2009-01-26 02:36:43 UTC
Created attachment 19995 [details]
dmidecode output
Comment 5 Zhang Rui 2009-02-25 16:57:32 UTC

*** This bug has been marked as a duplicate of bug 12376 ***