Re: pnpacpi : exceeded the max number of IO resources

2008-01-19 Thread Bjorn Helgaas
On Saturday 19 January 2008 4:03:39 am Frans Pop wrote: > Dave Young wrote: > > I noticed the port number changed to 40 in 2.6.24-rc8, but it's not > > enough for me still. > > Same here, though the extreme noise has gone. > From /proc/ioports and dmesg it looks like I'm short by either 1, or 3 :-(

Re: pnpacpi : exceeded the max number of IO resources

2008-01-19 Thread Frans Pop
Dave Young wrote: > I noticed the port number changed to 40 in 2.6.24-rc8, but it's not > enough for me still. Same here, though the extreme noise has gone. >From /proc/ioports and dmesg it looks like I'm short by either 1, or 3 :-( Cheers, FJP -- To unsubscribe from this list: send the line "uns

Re: pnpacpi : exceeded the max number of IO resources

2008-01-16 Thread Rene Herman
On 16-01-08 09:00, Rene Herman wrote: On 16-01-08 06:55, Dave Young wrote: I noticed the port number changed to 40 in 2.6.24-rc8, but it's not enough for me still. Yes, that's known. In .23 even more were (silently) ignored though. Since .24-rc8 you should at least get just 1 warning (per r

Re: pnpacpi : exceeded the max number of IO resources

2008-01-16 Thread Rene Herman
On 16-01-08 06:55, Dave Young wrote: I noticed the port number changed to 40 in 2.6.24-rc8, but it's not enough for me still. Yes, that's known. In .23 even more were (silently) ignored though. Since .24-rc8 you should at least get just 1 warning (per resource type) and if all's well .25 sho

Re: pnpacpi : exceeded the max number of IO resources

2008-01-15 Thread Dave Young
); > } > @@ -192,6 +195,7 @@ static void pnpacpi_parse_allocated_dmaresource(struct > pnp_resource_table *res, > static void pnpacpi_parse_allocated_ioresource(struct pnp_resource_table > *res, >u64 io, u64 len, int io_decod

Re: pnpacpi : exceeded the max number of IO resources

2008-01-09 Thread Rene Herman
} res->port_resource[i].start = io; res->port_resource[i].end = io + len - 1; - } else { + } else if (!warned++) { printk(KERN_ERR "pnpacpi: exceeded the max number of IO "

Re: pnpacpi : exceeded the max number of IO resources

2008-01-09 Thread Frans Pop
Len Brown wrote: >> > Well, yes, the warning is actually new as well. Previously your kernel >> > just silently ignored 8 more mem resources than it does now it seems. >> > >> > Given that people are hitting these limits, it might make sense to just >> > do away with the warning for 2.6.24 again w

Re: pnpacpi : exceeded the max number of IO resources

2008-01-08 Thread Len Brown
> > Well, yes, the warning is actually new as well. Previously your kernel > > just silently ignored 8 more mem resources than it does now it seems. > > > > Given that people are hitting these limits, it might make sense to just > > do away with the warning for 2.6.24 again while waiting for th

Re: pnpacpi: exceeded the max number of IO resources: 24

2008-01-07 Thread Valdis . Kletnieks
On Mon, 07 Jan 2008 13:07:28 +0800, Zhao Yakui said: > The resources of PNP device are obtained by calling the _CRS method. > Maybe some resources has been reserved. For example: Some system will > reserve the following resources. >BIOS-e820: fec0 - fed4 (reserved) >

Re: pnpacpi: exceeded the max number of IO resources: 24

2008-01-07 Thread Frans Pop
stem will report that some resources can't be reserved. > I do not yet see how the "ioport range" messages increased from 0 to 16 > is explained, but I'm not too worried about that. > > > At the same time another problem maybe happens. If the number of > > resou

Re: pnpacpi: exceeded the max number of IO resources: 24

2008-01-07 Thread Zhao Yakui
ote: > > On Mon, 2007-12-24 at 06:12 +0100, Frans Pop wrote: > > > During boot with v2.6.24-rc6-125-g5356f66 on my Toshiba Satellite A40 > > > laptop, I suddenly get the following message (repeated 22 times!): > > >pnpacpi: exceeded the max number of IO resources:

Re: pnpacpi: exceeded the max number of IO resources: 24

2008-01-06 Thread Frans Pop
f66 on my Toshiba Satellite A40 > > laptop, I suddenly get the following message (repeated 22 times!): > > pnpacpi: exceeded the max number of IO resources: 24 > > > > Last time I tested 2.6.24 on that box was after the initial merge, but > > before -rc1. Then those lines w

Re: pnpacpi : exceeded the max number of IO resources

2007-12-18 Thread Valdis . Kletnieks
On Wed, 05 Dec 2007 13:39:04 MST, Bjorn Helgaas said: > > -#define PNP_MAX_PORT 24 > > +#define PNP_MAX_PORT 128 > > #define PNP_MAX_MEM12 > > #define PNP_MAX_IRQ2 > > #define PNP_MAX_DMA2 > > I don't think we can incr

Re: pnpacpi : exceeded the max number of IO resources

2007-12-05 Thread Bjorn Helgaas
On Monday 03 December 2007 06:15:40 pm Dave Young wrote: > On Tue, Dec 04, 2007 at 08:55:13AM +0800, Shaohua Li wrote: > > > > On Mon, 2007-12-03 at 18:02 +0100, Rene Herman wrote: > > > On 30-11-07 23:22, Rene Herman wrote: > > > > > > > On 30-11-07 14:14, Chris Holvenstot wrote: > > > > > > >

Re: pnpacpi : exceeded the max number of IO resources

2007-12-03 Thread Dave Young
On Tue, Dec 04, 2007 at 08:55:13AM +0800, Shaohua Li wrote: > > On Mon, 2007-12-03 at 18:02 +0100, Rene Herman wrote: > > On 30-11-07 23:22, Rene Herman wrote: > > > > > On 30-11-07 14:14, Chris Holvenstot wrote: > > > > > >> For what it is worth I too have seen this problem this morning and it

Re: pnpacpi : exceeded the max number of IO resources

2007-12-03 Thread Shaohua Li
On Mon, 2007-12-03 at 18:02 +0100, Rene Herman wrote: > On 30-11-07 23:22, Rene Herman wrote: > > > On 30-11-07 14:14, Chris Holvenstot wrote: > > > >> For what it is worth I too have seen this problem this morning and it > >> DOES appear to be new (in contrast to a previous comment) > >> > >> T

Re: pnpacpi : exceeded the max number of IO resources

2007-12-03 Thread Chris Holvenstot
On Mon, 2007-12-03 at 18:02 +0100, Rene Herman wrote: > On 30-11-07 23:22, Rene Herman wrote: > > > On 30-11-07 14:14, Chris Holvenstot wrote: > > > >> For what it is worth I too have seen this problem this morning and it > >> DOES appear to be new (in contrast to a previous comment) > >> > >> T

Re: pnpacpi : exceeded the max number of IO resources

2007-12-03 Thread Rene Herman
On 30-11-07 23:22, Rene Herman wrote: On 30-11-07 14:14, Chris Holvenstot wrote: For what it is worth I too have seen this problem this morning and it DOES appear to be new (in contrast to a previous comment) The message: pnpacpi: exceeded the max number of mem resources: 12 is displayed ea

Re: pnpacpi : exceeded the max number of IO resources

2007-11-30 Thread Rene Herman
On 30-11-07 14:14, Chris Holvenstot wrote: For what it is worth I too have seen this problem this morning and it DOES appear to be new (in contrast to a previous comment) The message: pnpacpi: exceeded the max number of mem resources: 12 is displayed each time the system is booted with the 2.

re: pnpacpi : exceeded the max number of IO resources

2007-11-30 Thread Chris Holvenstot
For what it is worth I too have seen this problem this morning and it DOES appear to be new (in contrast to a previous comment) The message: pnpacpi: exceeded the max number of mem resources: 12 is displayed each time the system is booted with the 2.6.24-rc3-git5 kernel but is NOT displayed when

Re: pnpacpi : exceeded the max number of IO resources

2007-11-30 Thread Zhao Yakui
On Fri, 2007-11-30 at 01:40 -0500, [EMAIL PROTECTED] wrote: > On Fri, 30 Nov 2007 10:21:28 +0800, Zhao Yakui said: > > Thanks for the acpidump & dmesg. > > In the acpidump there are so many IO resource definitions in the device > > of mem2 and the number exceeds the predefined number(24). > >

Re: pnpacpi : exceeded the max number of IO resources

2007-11-29 Thread Valdis . Kletnieks
On Fri, 30 Nov 2007 10:21:28 +0800, Zhao Yakui said: > Thanks for the acpidump & dmesg. > In the acpidump there are so many IO resource definitions in the device > of mem2 and the number exceeds the predefined number(24). On a semi-related note, I'm seeing 7 of these at each boot on a Dell L

Re: pnpacpi : exceeded the max number of IO resources

2007-11-29 Thread Shaohua Li
On Fri, 2007-11-30 at 03:18 +0100, Rene Herman wrote: > On 29-11-07 10:11, Dave Young wrote: > > > The pnpacpi rsparser.c report warnings of: > > exceeded the max number of IO resources: 24 > > > > dmesg|grep exceeded|wc > > 66 5943564 > > Heavens... (added CCs of people who just up

Re: pnpacpi : exceeded the max number of IO resources

2007-11-29 Thread Rene Herman
On 29-11-07 10:11, Dave Young wrote: The pnpacpi rsparser.c report warnings of: exceeded the max number of IO resources: 24 dmesg|grep exceeded|wc 66 5943564 Heavens... (added CCs of people who just upped it from 8 -- I suppose the problem is not new then?) Rene. - To unsubscr

pnpacpi : exceeded the max number of IO resources

2007-11-29 Thread Dave Young
Hi, The pnpacpi rsparser.c report warnings of: exceeded the max number of IO resources: 24 dmesg|grep exceeded|wc 66 5943564 Regards dave - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at htt