Re: [SOLVED] Re: 2.6.13-rc2 hangs at boot

2005-07-12 Thread Tero Roponen
On Tue, 12 Jul 2005, Ivan Kokshaysky wrote: > On Tue, Jul 12, 2005 at 07:00:37PM +0300, Tero Roponen wrote: > > It seems that everything is fine until some module > > loads and does something. > > What does your /proc/ioports say under 2.6.12 with all modules > loaded? > > Ivan. cat /proc/ioports

Re: [SOLVED] Re: 2.6.13-rc2 hangs at boot

2005-07-12 Thread Ivan Kokshaysky
On Tue, Jul 12, 2005 at 07:00:37PM +0300, Tero Roponen wrote: > It seems that everything is fine until some module > loads and does something. What does your /proc/ioports say under 2.6.12 with all modules loaded? Ivan. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [SOLVED] Re: 2.6.13-rc2 hangs at boot

2005-07-12 Thread Tero Roponen
On Tue, 12 Jul 2005, Ivan Kokshaysky wrote: > On Fri, Jul 08, 2005 at 03:54:00PM +0200, Mikael Pettersson wrote: > > Same here: 2.6.13-rc2 vanilla and 2.6.13-rc2 + patch #2 above both hang, > > but 2.6.13-rc2 + patch #1 boots fine. > > I suspect that those larger (4K) cardbus IO windows are clashi

Re: [SOLVED] Re: 2.6.13-rc2 hangs at boot

2005-07-12 Thread Ivan Kokshaysky
On Fri, Jul 08, 2005 at 03:54:00PM +0200, Mikael Pettersson wrote: > Same here: 2.6.13-rc2 vanilla and 2.6.13-rc2 + patch #2 above both hang, > but 2.6.13-rc2 + patch #1 boots fine. I suspect that those larger (4K) cardbus IO windows are clashing with some legacy IO ports. If so, this could be avo

Re: [SOLVED] Re: 2.6.13-rc2 hangs at boot

2005-07-08 Thread Mikael Pettersson
On Fri, 8 Jul 2005 12:38:28 +0300 (EEST), Tero Roponen wrote: >On Fri, 8 Jul 2005, Ivan Kokshaysky wrote: > >> On Fri, Jul 08, 2005 at 10:57:56AM +0300, Tero Roponen wrote: >> > Thanks! Vanilla 2.6.13-rc2 with below patch applied >> > works perfectly! >> >> Thanks for testing. Though, bad news are

Re: [SOLVED] Re: 2.6.13-rc2 hangs at boot

2005-07-08 Thread Ivan Kokshaysky
On Fri, Jul 08, 2005 at 12:38:28PM +0300, Tero Roponen wrote: > > #define CARDBUS_IO_SIZE (256) > > #define CARDBUS_MEM_SIZE(32*1024*1024) > > This works correctly. Thanks a lot. I'll go read the cardbus spec. Ivan. - To unsubscribe from this list: send the line "unsubscribe linu

Re: [SOLVED] Re: 2.6.13-rc2 hangs at boot

2005-07-08 Thread Tero Roponen
On Fri, 8 Jul 2005, Ivan Kokshaysky wrote: > On Fri, Jul 08, 2005 at 10:57:56AM +0300, Tero Roponen wrote: > > Thanks! Vanilla 2.6.13-rc2 with below patch applied > > works perfectly! > > Thanks for testing. Though, bad news are that it's still unclear > why your machine doesn't like large cardbus

Re: [SOLVED] Re: 2.6.13-rc2 hangs at boot

2005-07-08 Thread Ivan Kokshaysky
On Fri, Jul 08, 2005 at 10:57:56AM +0300, Tero Roponen wrote: > Thanks! Vanilla 2.6.13-rc2 with below patch applied > works perfectly! Thanks for testing. Though, bad news are that it's still unclear why your machine doesn't like large cardbus windows and therefore how to fix that correctly. May