[PATCH] ACPI header length printk format warning

2006-10-12 Thread Stephen Hemminger
Get rid of warning from printk arguments on 64 bit platforms. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- orig/drivers/acpi/tables/tbget.c +++ new/drivers/acpi/tables/tbget.c @@ -324,8 +324,9 @@ acpi_tb_get_this_table(struct acpi_point if (header-length sizeof(struct

Re: 2.6.19-rc5 x86_64 irq 22: nobody cared

2006-11-09 Thread Stephen Hemminger
code needs fixing. -- Stephen Hemminger [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-acpi in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[RFC] ACPI vs device ordering on resume

2006-11-14 Thread Stephen Hemminger
) { + if (pm_ops pm_ops-finish) + pm_ops-finish(state); device_resume(); resume_console(); thaw_processes(); enable_nonboot_cpus(); - if (pm_ops pm_ops-finish) - pm_ops-finish(state); pm_restore_console(); } -- Stephen Hemminger

Re: [linux-pm] [RFC] ACPI vs device ordering on resume

2006-11-30 Thread Stephen Hemminger
On Wed, 15 Nov 2006 02:03:30 -0500 Len Brown [EMAIL PROTECTED] wrote: On Tuesday 14 November 2006 18:30, Stephen Hemminger wrote: If I do a suspend-to-ram then resume on a Sony Vaio laptop with sky2 driver, the first interrupt gets misrouted to the original shared IRQ, rather than

Re: [linux-pm] [RFC] ACPI vs device ordering on resume

2006-12-01 Thread Stephen Hemminger
finish() was getting run after device_resume(), and finish() was corrupting PCI register settings like MSI? -- Stephen Hemminger [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-acpi in the body of a message to [EMAIL PROTECTED] More majordomo info at http

ASUS P5W DH boot up messages

2007-02-16 Thread Stephen Hemminger
PROTECTED]). [ 69.774341] [drm] Setting GART location based on new memory map [ 69.774956] [drm] Loading R300 Microcode [ 69.775107] [drm] writeback test succeeded in 1 usecs [ 79.973407] eth0: no IPv6 routers present -- Stephen Hemminger [EMAIL PROTECTED] - To unsubscribe from this list

Re: 2.6.21 known regressions (v2) (for -stable team)

2007-04-30 Thread Stephen Hemminger
/show_bug.cgi?id=7579 -- Stephen Hemminger [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-acpi in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: ACPI Power Down is broken in 2.6.21.1

2007-05-13 Thread Stephen Hemminger
with the network device. -- Stephen Hemminger [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-acpi in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] remove leftover documentation of acpi_generic_hotkey

2007-06-26 Thread Stephen Hemminger
This looks leftover text in the kernel parameter in documentation. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- a/Documentation/kernel-parameters.txt 2007-06-26 16:46:57.0 -0400 +++ b/Documentation/kernel-parameters.txt 2007-06-26 16:47:07.0 -0400

Re: [Bugme-new] [Bug 9721] New: wake on lan fails with sky2 module

2008-01-09 Thread Stephen Hemminger
on lan setup is done in one place in the driver, add a printk to see if it is ever called. -- Stephen Hemminger [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-acpi in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: [Bugme-new] [Bug 9721] New: wake on lan fails with sky2 module

2008-01-14 Thread Stephen Hemminger
reverting this: commit ac93a3946b676025fa55356180e8321639744b31 Author: Stephen Hemminger [EMAIL PROTECTED] Date: Mon Nov 5 15:52:08 2007 -0800 sky2: enable PCI config writes On some boards, PCI configuration space access is turned off by default. The 2.6.24 driver

[RFT] sky2: wake-on-lan configuration issues

2008-01-14 Thread Stephen Hemminger
Please test this patch against Linus's current (approx 2.6.24-rc7-git5). Ignore Andrew's premature reversion attempt... This patch disables config mode access after clearing PCI settings. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- a/drivers/net/sky2.c2008-01-14 09:44

Re: Linux 2.6.24.1 - kernel does not boot; IRQ trouble?

2008-02-18 Thread Stephen Hemminger
On Mon, 18 Feb 2008 05:00:49 -0800 Andrew Morton [EMAIL PROTECTED] wrote: On Sun, 17 Feb 2008 00:54:08 + (GMT) Chris Rankin [EMAIL PROTECTED] wrote: [Try this again, except this time I'll force the attachment as inline text!] Hi, I have managed to boot 2.6.24.1 on this

Re: Linux 2.6.24.1 - kernel does not boot; IRQ trouble?

2008-02-18 Thread Stephen Hemminger
On Mon, 18 Feb 2008 19:42:25 + (GMT) Chris Rankin [EMAIL PROTECTED] wrote: --- Stephen Hemminger [EMAIL PROTECTED] wrote: sysfs: duplicate filename 'bridge' can not be created WARNING: at fs/sysfs/dir.c:424 sysfs_add_one() Pid: 1, comm: swapper Not tainted 2.6.24.1 #1