On Sun, 2003-09-07 at 02:41, Russell King wrote: > I'd like to hear back from people who have been affected by this bug > before I push this patch to Linus. it fixes my pcmcia problem at startup :) and for bonus points, it also when plugged into the docking station pcmcia cards (which is one up on the last 2.4 i used) when i get a chance I will put the pc-card bridge back into my dual processor piii, and see how that goes too.. is the PC-Card code supposed to work on SMP? > Thanks. no, thank you! in the process of playing around with cardctl eject, insert and pulling out the card without warning i have gotten the following.. airo: Doing fast bap_reads airo: MAC enabled eth1 0:40:96:33:e:a4 eth1: index 0x05: Vcc 5.0, Vpp 5.0, irq 3, io 0x0100-0x013f nfs warning: mount version older than kernel nfs: server 10.10.10.10 not responding, still trying nfs: server 10.10.10.10 OK nfs: server 10.10.10.10 not responding, still trying RPC: sendmsg returned error 101 nfs: RPC call returned error 101 RPC: sendmsg returned error 101 nfs: RPC call returned error 101 RPC: sendmsg returned error 101 nfs: RPC call returned error 101 airo: Probing for PCI adapters kobject_register failed for airo (-17) Call Trace: [] kobject_register+0x59/0x60 [] bus_add_driver+0x52/0xb0 [] pci_register_driver+0x6e/0xa0 [] airo_init_module+0xe8/0x10d [airo] [] sys_init_module+0x12f/0x260 [] syscall_call+0x7/0xb airo: Finished probing for PCI adapters airo: Doing fast bap_reads airo: MAC enabled eth1 0:40:96:33:e:a4 eth1: index 0x05: Vcc 5.0, Vpp 5.0, irq 3, io 0x0100-0x013f airo: Probing for PCI adapters kobject_register failed for airo (-17) Call Trace: [] kobject_register+0x59/0x60 [] bus_add_driver+0x52/0xb0 [] pci_register_driver+0x6e/0xa0 [] airo_init_module+0xe8/0x10d [airo] [] sys_init_module+0x12f/0x260 [] syscall_call+0x7/0xb airo: Finished probing for PCI adapters airo: Doing fast bap_reads airo: MAC enabled eth1 0:40:96:33:e:a4 eth1: index 0x05: Vcc 5.0, Vpp 5.0, irq 3, io 0x0100-0x013f irq 9: nobody cared! Call Trace: [] __report_bad_irq+0x2a/0x90 [] note_interrupt+0x70/0xb0 [] do_IRQ+0x160/0x1a0 [] common_interrupt+0x18/0x20 [] yenta_get_status+0x4b/0x110 [yenta_socket] [] handle_IRQ_event+0x30/0x80 [] do_IRQ+0xb7/0x1a0 [] common_interrupt+0x18/0x20 [] apm_bios_call_simple+0x83/0x100 [apm] [] apm_do_idle+0x27/0x80 [apm] [] apm_cpu_idle+0xa2/0x140 [apm] [] _stext+0x0/0x70 [] cpu_idle+0x3b/0x50 [] start_kernel+0x199/0x1d0 [] unknown_bootoption+0x0/0x120 handlers: [] (ide_intr+0x0/0x1e0) [] (yenta_interrupt+0x0/0x40 [yenta_socket]) [] (yenta_interrupt+0x0/0x40 [yenta_socket]) Disabling IRQ #9 > diff -ur ref/drivers/pcmcia/cs.c linux/drivers/pcmcia/cs.c > -- ref/drivers/pcmcia/cs.c Tue Aug 5 11:19:39 2003 > +++ linux/drivers/pcmcia/cs.c Sat Sep 6 15:07:25 2003