RE: 2.6.16-rc5: known regressions [TP 600X S3, vanilla DSDT]

2006-03-23 Thread Yu, Luming
Good, then the hang should be caused by: Store (Arg0, HCSL) Store (ShiftLeft (Arg1, 0x01), HMAD) Store (Arg2, HMCM) Store (0x0B, HMPR) Could you add this at the beginning of this

Re: ACPI error in 2.6.16 (AE_TIME, Returned by Handler for EmbeddedControl)

2006-03-23 Thread Francesco Biscani
On Thursday 23 March 2006 04:46, Yu, Luming wrote: Please file this bug on bugzilla.kernel.org We need to find out why ? Could you post dmesg for ec_intr=0 , ec_intr=1 on bugzilla. Thanks, Luming Ok, I'll do it later today ASAP. I'll post when done. Thanks, Francesco -- Dr.

Re: Resume problems on Fujitsu-Siemens AMILO M7440G -- SATA

2006-03-23 Thread Michael Schierl
martin schneebacher schrieb: have you ever tried the sata_pm patch from http://tpctl.sourceforge.net/tmp/sata_pm.2.6.15-rc6.patch ? i have a intel SATA ICH6M interface and it works fine with this patch. Tried it against vanilla 2.6.15 - no change. Michael - To unsubscribe from this list:

Re: 2.6.16-rc5: known regressions [TP 600X S3, vanilla DSDT]

2006-03-23 Thread Sanjoy Mahajan
Does it mean we need to slow down acpi_ec_intr_read/write ? Could you try to insert acpi_os_stall (100) after ACPI_DEBUG_PRINT statement both in acpi_ec_intr_read/write. I added that line in those two places. The result refused to hang with acpi_debug_layer=0x00100010, but it did hang (on

Re: ACPI error in 2.6.16 (AE_TIME, Returned by Handler for EmbeddedControl)

2006-03-23 Thread Francesco Biscani
On Thursday 23 March 2006 04:46, Yu, Luming wrote: Please file this bug on bugzilla.kernel.org We need to find out why ? Could you post dmesg for ec_intr=0 , ec_intr=1 on bugzilla. Done: http://bugzilla.kernel.org/show_bug.cgi?id=6278 Thanks, Francesco -- Dr. Francesco Biscani

Re: [PATCH: 000/002] Catch notification of memory add event of ACPI via container driver.

2006-03-23 Thread KAMEZAWA Hiroyuki
On Thu, 23 Mar 2006 22:41:05 +0900 Yasunori Goto [EMAIL PROTECTED] wrote: These 2 patches are to catch notification of new node's hot-add event via ACPI. One more thing, this patch works for the case that memory device PNP0C80 appears in container deviceACPI0004,PNP0A05,PNP0A06. In this case,

Re: 2.6.16-rc5: known regressions [TP 600X S3, vanilla DSDT]

2006-03-23 Thread Sanjoy Mahajan
So perhaps I should bisect in _SST and put in the debug lines there? Here's another idea, which is a terrible hack. But there are lots of lines in the DSDT like If (LOr (SPS, WNTF)) which I imagine is saying If something or if WinNT. So, what if Linux pretends to be WinNT (or W98F --

ACPI Compile error in current git (pci.h)

2006-03-23 Thread Nigel Cunningham
Hi. Current git produces the following compile error (x86_64 uniprocessor compile): arch/x86_64/pci/mmconfig.c:152: error: conflicting types for ‘pci_mmcfg_init’ arch/i386/pci/pci.h:85: error: previous declaration of ‘pci_mmcfg_init’ was here make[1]: *** [arch/x86_64/pci/mmconfig.o] Error 1