[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Exporting symbols between modules (was Re: Using device files in "/dev" from kernel space)
- To: mint@lists.fishpool.fi
- Subject: Re: [MiNT] Exporting symbols between modules (was Re: Using device files in "/dev" from kernel space)
- From: David Gálvez <dgalvez75@gmail.com>
- Date: Fri, 24 Dec 2010 15:35:27 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ohfJyssaYHNycDBhQbiOW3arPf1KRgHde+KVDiwQVnE=; b=NT8htiMYdyHYnoHV+OpJuOaTVJvBZwgWeId+inA9tEr3yv/xFYM2cKRABkAIghOM5j +MKKlVplNsu8ZE7QxFrm3e+dsYotPQNVKm3aDpfvwxef6jTphT5V9AH5g6uLASXCVVw5 qfqgXH5n+gZ+kOcSdD9L76zX8K3OR2fKPl2gk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=iK8VlnHtgIhQuYXAFTphpwfict94EIEZcYPsObmV4v0ScqZBfwQj5JW/1aSC2NQY7n HXXzh5nCvE+iD6Jifhzs2oWNumoNEiywF/3MCGLvPCXI2aSk2luO1auqqZmVER2oapf2 e1ZCSO7nXKtmOMbiuN/xqoUXtZ2piywbnT1e4=
- In-reply-to: <cae98693876083f72089e327224a7f77-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJXlpoB1A6XF1WQkQLXFtRSA==-webmailer2@server02.webmailer.hosteurope.de>
- List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
- List-id: <mint.lists.fishpool.fi>
- List-owner: <mailto:tjhukkan@fishpool.fi>
- List-post: <mailto:mint@lists.fishpool.fi>
- List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
- List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
- References: <AANLkTinrZJgt8WZuXBpnWBg5jiWDUG+nixYFqp_YgxHK@mail.gmail.com> <cae98693876083f72089e327224a7f77-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJXlpoB1A6XF1WQkQLXFtRSA==-webmailer2@server02.webmailer.hosteurope.de>
- Sender: mint-bounce@lists.fishpool.fi
2010/12/24 m0n0 <ole@monochrom.net>:
>
> Am Freitag, den 24.12.2010, 08:02 +0100 schrieb David Gálvez
> <dgalvez75@gmail.com>:
>
>> I was talking about KM modules, this means exporting functions between
>> loadable modules.
>
> Well, .km and .xif modules are loadable, at least during boot up ;)
> Do you want to make the module load / unload during attach / detach of the
> USB devices?
> It could also be done with an module the way they are currently... but the
> user just has to know which usb-device-drivers he must
> put into the mint folder. Is it essential to free the kernel memory when the
> device is detaching?
> Of course it is better,... but not really needed, is it? To me, Basically,
> it is the same as with networking:
>
Sorry I don't understand what you suggest here, How do you unload an
interface network driver (.xif) and load it again or load another one
without reboot although they were in the mint system folder?
> networking-card <-> USB Hub/Bus driver,
> networking-proto <-> USB Device driver
>
> Just my 2 cents, because I think discussing things is always good ;)
>
> Greets,
> m
>