Re: initialisation code

2001-03-21 Thread Manoj Sontakke
Hi Thanks for all the help. On Wed, 21 Mar 2001, Keith Owens wrote: > On Wed, 21 Mar 2001 22:00:51 +0530 (IST), > Manoj Sontakke <[EMAIL PROTECTED]> wrote: > > I have a initlisation function (just like pktsched_init in > >TC). Can anyone tell me, where in the kernel boot sequence sh

Re: initialisation code

2001-03-21 Thread Keith Owens
On Thu, 22 Mar 2001 14:59:31 +0530 (IST), Manoj Sontakke <[EMAIL PROTECTED]> wrote: >On Wed, 21 Mar 2001, Keith Owens wrote: >> Welcome to the wonderful world of magic initialisation. >> >> (1) Declare your initialisation function as int __init foo_init(void). >> (2) Decide when your function ne

Re: initialisation code

2001-03-21 Thread Keith Owens
On Wed, 21 Mar 2001 22:00:51 +0530 (IST), Manoj Sontakke <[EMAIL PROTECTED]> wrote: > I have a initlisation function (just like pktsched_init in >TC). Can anyone tell me, where in the kernel boot sequence should I make a >call to my initialisation function. Welcome to the wonderful world o