On Thu, 25 Jan 2001 00:59:07 +0100,
"J . A . Magallon" <[EMAIL PROTECTED]> wrote:
>Just a silly question. The pcmcia modules in 2.4.x get installed in
>/lib/modules/`uname -r`/pcmcia, instead of
>/lib/modules/`uname -r`/kernel/<whatever>
>
>Is there any special reason for that or is just a harmelss buglet ?
Deliberate. Old versions of pcmcia-cs used a hard coded insmod from
/lib/modules/`uname -r`/pcmcia. Newer versions use modprobe and do not
care where the module is stored. The pcmcia directory is a migration
aid and will disappear after kernel 2.4.1. All entries under pcmcia
should be symlinks anyway.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/