public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Valette <eric.valette@free.fr>
To: Pontus Fuchs <pontus.fuchs@tactel.se>, greg@kroah.com
Cc: Len Brown <len.brown@intel.com>,
	linux-kernel@vger.kernel.org,
	ACPI Developers <acpi-devel@lists.sourceforge.net>
Subject: Re: [ACPI] Re: 2.6.8.1-mm1 hangs on boot with ACPI
Date: Thu, 19 Aug 2004 14:35:35 +0200	[thread overview]
Message-ID: <41249E97.8060909@free.fr> (raw)
In-Reply-To: <1092915833.6089.11.camel@dhcp-225.mlm.tactel.se>

Pontus Fuchs wrote:
> On Thu, 2004-08-19 at 08:49, Len Brown wrote:
> 
>>On Tue, 2004-08-17 at 04:55, Pontus Fuchs wrote:
>>
>>>Hi,
>>>
>>>After upgrading to 2.6.8.1-mm1 from plain 2.6.8.1 my machine does not
>>>boot anymore. The last message i see is:
>>>
>>>ACPI: Processor [CPU0] (supports C1,C2,C3, 8 throttling states)
>>>
>>>In plain 2.6.8.1 the next messages would be:
>>>
>>>ACPI: Thermal Zone [THRM] (52 C)
>>>Console: switching to colour frame buffer device 175x65
>>>Linux agpgart interface v0.100 (c) Dave Jones
>>>agpgart: Detected SiS 648 chipset
>>>
>>>Booting with acpi=off works fine. I have also tried pci=routeirq but
>>>it
>>>does not make any difference.
>>>
>>>The machine is an Asus L5c laptop.
>>
>>Please try booting with "pci=routeirq"
>>If that doesn't work, please take stock 2.6.8.1 and apply the latest
>>patch here:
>>http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.8/
>>and give it a go.
>>
>>This will bring your kernel up to the same ACPI patch that is in the -mm
>>tree, but without all the other stuff in the mm tree.
>>
>>If it fails, then ACPI broke.  If it works, then something in -mm broke
>>ACPI.
> 
> 
> Hi,
> 
> I found this another Asus laptop with intel chipset which also has
> problems with the latest ACPI code, and I tried the same trick on my
> machine, and now the machine boots again! 
> 
> http://bugme.osdl.org/show_bug.cgi?id=3191
> 
> I have no clue what I'm actually doing so please don't consider the
> patch a fix for the problem, but rather a way do show how to make the
> symptom go away.
> 
> --- quirks.c.bak        2004-08-19 13:25:23.000000000 +0200
> +++ quirks.c    2004-08-19 13:25:47.000000000 +0200
> @@ -756,11 +756,13 @@
>   */
>  static void __init quirk_sis_96x_smbus(struct pci_dev *dev)
>  {
> +/*
> 	u8 val = 0;
> 	printk(KERN_INFO "Enabling SiS 96x SMBus.\n");
> 	pci_read_config_byte(dev, 0x77, &val);
> 	pci_write_config_byte(dev, 0x77, val & ~0x10);
> 	pci_read_config_byte(dev, 0x77, &val);
> +*/
>  }

Well the problem is not really in the ACPI code, but rather in the PCI 
code that tries to inconditionnaly enable SMBus and thus PCI devices 
without _also_ honoring the firmware configured IO port regions for the 
devices it just enabled. Thus, when ACPI use the DTST to also map the 
same IO ports regions  that obviously assume the default firmware value, 
ACPI fails.

Current victimcs are :
	- Asus L3C, L5C users,
	- Probably any user of pci quirk.c code that enables the SMbus...

On the L3C at least, the code to enable the SMBus works perfectly, the 
firmware configured value for the IO region is coherent with what the 
DTST contains but the PCI code change PCI configuration space default 
value and thus breaks ACPI...

-- 
    __
   /  `                   	Eric Valette
  /--   __  o _.          	6 rue Paul Le Flem
(___, / (_(_(__         	35740 Pace

Tel: +33 (0)2 99 85 26 76	Fax: +33 (0)2 99 85 26 76
E-mail: eric.valette@free.fr

  reply	other threads:[~2004-08-19 12:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <566B962EB122634D86E6EE29E83DD808182C35CE@hdsmsx403.hd.intel.com>
2004-08-19  6:49 ` 2.6.8.1-mm1 hangs on boot with ACPI Len Brown
2004-08-19  8:10   ` Pontus Fuchs
2004-08-19  8:26     ` [ACPI] " Eric Valette
2004-08-19 11:43   ` Pontus Fuchs
2004-08-19 12:35     ` Eric Valette [this message]
2004-08-19 13:54 [ACPI] " Li, Shaohua
2004-08-19 14:12 ` Karol Kozimor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41249E97.8060909@free.fr \
    --to=eric.valette@free.fr \
    --cc=acpi-devel@lists.sourceforge.net \
    --cc=greg@kroah.com \
    --cc=len.brown@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pontus.fuchs@tactel.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox