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





------- Comment #139 from [EMAIL PROTECTED]  2008-03-27 11:25 -------
Created an attachment (id=15463)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=15463&action=view)
Proposed kernel param

this patch is an updated version of comment #128 , with == ENODEV changed into
== -ENODEV
moreover, it is my first naive attempt to create a kernel parameter... and it
looks like it's working.

I've created yet-another-static int (ugly, I know, but how to pass it
otherwise?) called acpi_pci_link_crs_ignore set via __setup by
acpi_pci_link_crs_ignore_set

this int value it is checked together with the == -ENODEV so that the ugly hack
is allowed only when this kernel parameter is present

I would love to see this (or a cleaned up version) included, it would save me
from having to recompile the kernel each time, and it would hopefully help
other people too

thank you


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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to