linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Re: pcmcia no worky in 2.5.6[32]
@ 2003-03-03  7:18 Dominik Brodowski
  2003-03-05  0:54 ` Brett
  0 siblings, 1 reply; 5+ messages in thread
From: Dominik Brodowski @ 2003-03-03  7:18 UTC (permalink / raw)
  To: generica, linux-kernel

> Hey,
> 
> since 2.5.62, I've not been able to get pcmcia working.
> 
> Hardware: toshiba 100CS
> 
> I've attached my .config for 2.5.63,
> and a dmesg directly after boot for 2.5.61 and 2.5.63
> 
> any other details needed, please let me know
> 
> thanks,
> 
> 	/ Brett

Could you please try this patch? It *should* fix this problem:

--- linux/drivers/pcmcia/i82365.c.original	2003-02-26 09:45:00.000000000 +0100
+++ linux/drivers/pcmcia/i82365.c	2003-03-03 08:14:29.000000000 +0100
@@ -1628,11 +1628,11 @@
 	request_irq(cs_irq, pcic_interrupt, 0, "i82365", pcic_interrupt);
 #endif
     
-    platform_device_register(&i82365_device);
-
     i82365_data.nsock = sockets;
     i82365_device.dev.class_data = &i82365_data;
-    
+
+    platform_device_register(&i82365_device);
+
     /* Finally, schedule a polling interrupt */
     if (poll_interval != 0) {
 	poll_timer.function = pcic_interrupt_wrapper;


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-03-06 23:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-03  7:18 [PATCH] Re: pcmcia no worky in 2.5.6[32] Dominik Brodowski
2003-03-05  0:54 ` Brett
2003-03-05  6:36   ` Dominik Brodowski
2003-03-06  2:07     ` Brett
2003-03-06 23:30       ` [PATCH] pcmcia: it works again! [Was: Re: [PATCH] Re: pcmcia no worky in 2.5.6[32]] Dominik Brodowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).