Re: kernel pcmcia

David Woodhouse (dwmw2@infradead.org)
Sun, 23 Sep 2001 21:06:45 +0100


weber@nyc.rr.com said:
> Is cardmgr absolutely necessary? I don't use modules, so I don't
> really understand what cardmgr does that can't be done by the kernel
> at boot. -

Aside from loading modules, it also performs the matching between devices
and drivers - rather than drivers registering a list of the devices they're
capable of driving, as with other bus types, cardmgr is required to 'bind'
devices to drivers.

The whole lot wants rewriting. I've been looking at it but don't have
anything that even compiles.

--
dwmw2

- 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/