* [2.6.31-rc6] ACPI region conflict regression...
@ 2009-08-16 9:59 Daniel J Blueman
2009-08-16 10:35 ` Matthew Garrett
2009-08-16 16:52 ` Robert Hancock
0 siblings, 2 replies; 3+ messages in thread
From: Daniel J Blueman @ 2009-08-16 9:59 UTC (permalink / raw)
To: Linux Kernel, linux-acpi
When booting 2.6.31-rc6 on some x86-64 hardware with fan control and
monitoring via the Winbond 83627 chip, 2.6.31-rc6 prevents the module
using an I/O region [1] described in the ACPI DSDT table [2] - which
didn't occur in -rc5.
Is there a way to relax this, or does it require adding
acpi_bus_register_driver(struct acpi_driver) and the needed code this
late in the game?
Thanks,
Daniel
--- [1]
w83627ehf: Found W83627EHG chip at 0x290
ACPI: I/O resource w83627ehf [0x295-0x296] conflicts with ACPI region
SEN1 [0x295-0x296]
ACPI: Device needs an ACPI driver
--- [2]
OperationRegion (SEN1, SystemIO, 0x0295, 0x02)
Field (SEN1, ByteAcc, NoLock, Preserve)
{
SEI0, 8,
SED0, 8
}
--
Daniel J Blueman
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [2.6.31-rc6] ACPI region conflict regression...
2009-08-16 9:59 [2.6.31-rc6] ACPI region conflict regression Daniel J Blueman
@ 2009-08-16 10:35 ` Matthew Garrett
2009-08-16 16:52 ` Robert Hancock
1 sibling, 0 replies; 3+ messages in thread
From: Matthew Garrett @ 2009-08-16 10:35 UTC (permalink / raw)
To: Daniel J Blueman; +Cc: Linux Kernel, linux-acpi
On Sun, Aug 16, 2009 at 10:59:38AM +0100, Daniel J Blueman wrote:
> Is there a way to relax this, or does it require adding
> acpi_bus_register_driver(struct acpi_driver) and the needed code this
> late in the game?
acpi_enforce_resources=lax
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.6.31-rc6] ACPI region conflict regression...
2009-08-16 9:59 [2.6.31-rc6] ACPI region conflict regression Daniel J Blueman
2009-08-16 10:35 ` Matthew Garrett
@ 2009-08-16 16:52 ` Robert Hancock
1 sibling, 0 replies; 3+ messages in thread
From: Robert Hancock @ 2009-08-16 16:52 UTC (permalink / raw)
To: Daniel J Blueman; +Cc: Linux Kernel, linux-acpi
On 08/16/2009 03:59 AM, Daniel J Blueman wrote:
> When booting 2.6.31-rc6 on some x86-64 hardware with fan control and
> monitoring via the Winbond 83627 chip, 2.6.31-rc6 prevents the module
> using an I/O region [1] described in the ACPI DSDT table [2] - which
> didn't occur in -rc5.
>
> Is there a way to relax this, or does it require adding
> acpi_bus_register_driver(struct acpi_driver) and the needed code this
> late in the game?
>
> Thanks,
> Daniel
>
> --- [1]
>
> w83627ehf: Found W83627EHG chip at 0x290
> ACPI: I/O resource w83627ehf [0x295-0x296] conflicts with ACPI region
> SEN1 [0x295-0x296]
> ACPI: Device needs an ACPI driver
This is only a warning, it doesn't prevent reserving the region by
default, does it?
>
> --- [2]
>
> OperationRegion (SEN1, SystemIO, 0x0295, 0x02)
> Field (SEN1, ByteAcc, NoLock, Preserve)
> {
> SEI0, 8,
> SED0, 8
> }
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-16 16:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-16 9:59 [2.6.31-rc6] ACPI region conflict regression Daniel J Blueman
2009-08-16 10:35 ` Matthew Garrett
2009-08-16 16:52 ` Robert Hancock
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 NNTP newsgroup(s).