Possible bug in ide_cs module

2009-03-24 Thread Dave Flogeras
Hello I may have discovered a bug in the way PCMCIA handles an IDE drive.  I plugged a compact flash card (with a CF->PCMCIA adapter) into my laptop.  I did what I needed to do, then ejected the card with 'pccard eject' After this, I noticed if I did a 'lsmod' I see: Module                  Si

Re: Possible bug in ide_cs module

2009-03-24 Thread Peter Stuge
Dave Flogeras wrote: > Let me know if you need any more info/testing I would suggest using pcmcia_pata instead. I don't think it has the same issues. (And ide_cs doesn't do DMA either, right?) //Peter ___ Linux PCMCIA reimplementation list http://list

[PATCH 13/61] pcmcia: struct device - replace bus_id with dev_name(), dev_set_name()

2009-03-24 Thread Greg Kroah-Hartman
From: Kay Sievers Cc: Dominik Brodowski Cc: linux-pcmcia@lists.infradead.org Acked-by: Greg Kroah-Hartman Signed-off-by: Kay Sievers --- drivers/pcmcia/rsrc_mgr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/pcmcia/rsrc_mgr.c b/drivers/pcmcia/rsrc_mgr.c in