Re: pnpacpi : exceeded the max number of IO resources

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Shaohua Li <shaohua.li@...>
Cc: Rene Herman <rene.herman@...>, <yakui.zhao@...>, Chris Holvenstot <cholvenstot@...>, <linux-kernel@...>, <bjorn.helgaas@...>, <trenn@...>, Andrew Morton <akpm@...>
Date: Monday, December 3, 2007 - 9:15 pm

On Tue, Dec 04, 2007 at 08:55:13AM +0800, Shaohua Li wrote:
Agree.
Change it to 90 works for me, But I think maybe 128 is better.

include/linux/pnp.h |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff -upr linux/include/linux/pnp.h linux.new/include/linux/pnp.h
--- linux/include/linux/pnp.h	2007-12-04 09:09:23.000000000 +0800
+++ linux.new/include/linux/pnp.h	2007-12-04 09:09:40.000000000 +0800
@@ -13,7 +13,7 @@
 #include <linux/errno.h>
 #include <linux/mod_devicetable.h>
 
-#define PNP_MAX_PORT		24
+#define PNP_MAX_PORT		128
 #define PNP_MAX_MEM		12
 #define PNP_MAX_IRQ		2
 #define PNP_MAX_DMA		2
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
re: pnpacpi : exceeded the max number of IO resources, Chris Holvenstot, (Fri Nov 30, 9:14 am)
Re: pnpacpi : exceeded the max number of IO resources, Rene Herman, (Fri Nov 30, 6:22 pm)
Re: pnpacpi : exceeded the max number of IO resources, Rene Herman, (Wed Jan 9, 10:47 am)
Re: pnpacpi : exceeded the max number of IO resources, Bjorn Helgaas, (Sat Jan 19, 2:38 pm)
Re: pnpacpi : exceeded the max number of IO resources, Rene Herman, (Wed Jan 16, 4:00 am)
Re: pnpacpi : exceeded the max number of IO resources, Rene Herman, (Wed Jan 16, 9:04 am)
Re: pnpacpi : exceeded the max number of IO resources, Dave Young, (Mon Dec 3, 9:15 pm)
Re: pnpacpi : exceeded the max number of IO resources, Bjorn Helgaas, (Wed Dec 5, 4:39 pm)
Re: pnpacpi : exceeded the max number of IO resources, Chris Holvenstot, (Mon Dec 3, 6:51 pm)