Re: Kernel PCMCIA

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 25 Oct 2001 18:15:14 +0100 (BST)


> Why are hotplug and cardmgr needed? As I understand it, cardbus uses
> hotplug for config/init, and other pcmcia cards use cardmgr for init and
> /etc/pcmcia/* for config. This seems like a big, smelly mess.

It is in user space because
o It is possible to put it in user space
o The mappings can be complex and are best done in userspace
o User space is best positioned to make further complex
decisions
o User space is best positioned to run scripts/tools as needed
on a hot plug event

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/