IT SAID Please send dmidecode to linux-acpi@vger.kernel.org ...

2007-11-17 Thread W. Conrad GP
in /var/log/messages. The output is appended below. == [EMAIL PROTECTED]:/home/coney# dmidecode # dmidecode 2.9 SMBIOS 2.4 present. 20 structures occupying 803 bytes. Table at 0x37EE3000. Handle 0x, DMI type 0, 24 bytes BIOS Information Vendor: Phoenix Technologies LTD

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

2007-11-17 Thread Alex Chiang
Hi all, This is v3 of the pci_slot patch series. The major change is making the ACPI-PCI slot driver a Kconfig option, as per the recommendations of others (Gary, Kenji-san). In the process of doing so, it made sense to collapse the former 3/5 and 4/5 patches into a single 3/4 patch. There

[PATCH 1/4, v3] PCI Hotplug: Remove path attribute from sgi_hotplug

2007-11-17 Thread Alex Chiang
Rename the slot to be the contents of the 'path' sysfs attribute, and delete the attribute. The mapping from pci address to slot name is supposed to be done through the 'address' file, which will be provided automatically later in this series of patches. Signed-off-by: Alex Chiang [EMAIL

[PATCH 3/4, v3] PCI, PCI Hotplug: Introduce pci_slot

2007-11-17 Thread Alex Chiang
- Make pci_slot the primary sysfs entity. hotplug_slot becomes a subsidiary structure. o pci_create_slot() creates and registers a slot with the PCI core o pci_slot_add_hotplug() gives it hotplug capability - Change the prototype of pci_hp_register() to take the bus and slot

Re: [PATCH 01/15] ACPI: thinkpad-acpi: refactor hotkey_get and hotkey_set

2007-11-17 Thread Henrique de Moraes Holschuh
On Thu, 15 Nov 2007, Len Brown wrote: This patch: a nit to prove that I read this before dumping it into my test branch... Hey, I never doubted you read all my patchsets :-) the perfect patch never refers to itself as a patch in its check-in comments -- since by the time it is checked

dmidecode - Dell Latitude D830

2007-11-17 Thread Jens Weibler
Hi, my kernel said: [ 17.227374] ACPI: EC: Look up EC in DSDT [ 17.227493] ACPI: System BIOS is requesting _OSI(Linux) [ 17.227495] ACPI: Please test with acpi_osi=!Linux [ 17.227496] Please send dmidecode to linux-acpi@vger.kernel.org here you get it: # dmidecode 2.9 SMBIOS 2.4

[PATCH] ACPI: SBS: Fix retval warning

2007-11-17 Thread Alexey Starikovskiy
drivers/acpi/sbs.c: In function acpi_battery_add: drivers/acpi/sbs.c:811: warning: ignoring return value of device_create_file, declared with attribute warn_unused_result Additional cleanups: * use struct acpi_battery in acpi_battery_remove() to clean up function calls, just like