http://bugzilla.kernel.org/show_bug.cgi?id=5832





------- Comment #27 from [EMAIL PROTECTED]  2007-08-16 23:06 -------
Created an attachment (id=12414)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=12414&action=view)
Dmesg output after using the commands in comment #25.

I tried using the commands from comment #25, but it didn't seem to fix
anything.  It did, however, create some seemingly interesting dmesg output
(attached).

I also tried using the patch from the next comment, but I was unable to make
the patch command work.  Below is the output of the command:

[EMAIL PROTECTED] linux]# patch -p1 < pnpacpi-debug.diff
patching file drivers/pnp/pnpacpi/core.c
Hunk #1 FAILED at 205.
1 out of 1 hunk FAILED -- saving rejects to file drivers/pnp/pnpacpi/core.c.rej
patching file drivers/pnp/pnpacpi/rsparser.c
Hunk #1 succeeded at 189 with fuzz 2 (offset -53 lines).
patching file drivers/acpi/resources/rscreate.c

...and here is the rejected piece:

[EMAIL PROTECTED] linux]# cat drivers/pnp/pnpacpi/core.c.rej
***************
*** 205,210 ****

        if (dev->active) {
                /* parse allocated resource */
                status = pnpacpi_parse_allocated_resource(device->handle,
                                                          &dev->res);
                if (ACPI_FAILURE(status) && (status != AE_NOT_FOUND)) {
--- 205,211 ----

        if (dev->active) {
                /* parse allocated resource */
+               dev_err(&dev->dev, "(%s) get resources\n",
acpi_device_hid(device));
                status = pnpacpi_parse_allocated_resource(device->handle,
                                                          &dev->res);
                if (ACPI_FAILURE(status) && (status != AE_NOT_FOUND)) {

I was trying to patch kernel 2.6.20-gentoo-r8.  Any ideas?


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to