Re: [PATCH 0/4, v3] Physical PCI slot objects

2007-12-04 Thread Kenji Kaneshige
Hi Alex-san, Hi Kenji-san, * Kenji Kaneshige [EMAIL PROTECTED]: Hi Alex-san, On my system, hotplug slots themselves can be added, removed and replaced with the ohter type of I/O box. Are you talking about some sort of I/O cabinet/chassis that you can attach to the actual computer? Can

[RFC, PATCH] acer-wmi: Add driver for newer Acer laptops

2007-12-04 Thread Carlos Corbacho
This patch requires patch #1 from the latest WMI-ACPI patch series. This is marked as an RFC as: 1) I'd like some review of it (the only checkpatch bugs left, at the moment, are a few printk lines over 80 characters). 2) To potential testers: There are some differences in laptop handling on

Re: acpi_apic_instance=2

2007-12-04 Thread Len Brown
On Tuesday 04 December 2007 12:59, Michael Doube wrote: Hello, I saw this in my dmesg and tried it: [0.00] ACPI: BIOS bug: multiple APIC/MADT found, using 0 [0.00] ACPI: If acpi_apic_instance=2 works better, notify linux-acpi@vger.kernel.org And software (RAM) suspend

Re: [PATCH 1/2] HWMON: coretemp, suspend fix

2007-12-04 Thread Rafael J. Wysocki
On Tuesday, 4 of December 2007, Len Brown wrote: Applied to suspend branch. Thanks! BTW, the 4 topmost non-merge commits from the suspend branch are supposed to go to Linus ASAP. Any chance to push them upstream? Rafael On Monday 03 December 2007 12:01, Rafael J. Wysocki wrote: From:

Re: [RFC, PATCH] acer-wmi: Add driver for newer Acer laptops

2007-12-04 Thread Matthew Garrett
On Tue, Dec 04, 2007 at 02:47:27PM +, Carlos Corbacho wrote: +#define AMW0_GUID1 67C3371D-95A3-4C37-BB61-DD47B491DAAB +#define WMID_GUID1 6AF4F258-B401-42fd-BE91-3D4AC2D7C0D3 It would be nice to export these, so wmi-based drivers could be autoloaded. -- Matthew

Re: [RFC, PATCH] acer-wmi: Add driver for newer Acer laptops

2007-12-04 Thread Carlos Corbacho
On Wednesday 05 December 2007 01:57:49 Matthew Garrett wrote: On Tue, Dec 04, 2007 at 02:47:27PM +, Carlos Corbacho wrote: +#define AMW0_GUID1 67C3371D-95A3-4C37-BB61-DD47B491DAAB +#define WMID_GUID1 6AF4F258-B401-42fd-BE91-3D4AC2D7C0D3 It would be nice to export these,

Re: [RFC, PATCH] acer-wmi: Add driver for newer Acer laptops

2007-12-04 Thread Matthew Garrett
On Wed, Dec 05, 2007 at 02:12:31AM +, Carlos Corbacho wrote: On Wednesday 05 December 2007 01:57:49 Matthew Garrett wrote: It would be nice to export these, so wmi-based drivers could be autoloaded. Something like modules.wmimap? Or do you mean something else? Yes, that was the sort