On 4/12/06, Nilesh Agrawal <nilesh.agrawal@xxxxxxxxx> wrote:
Hi All,
I have a doubt regarding driver initialization.
I understand that when a driver is built as a module... the driver initialization (init_module) is done when the module is loaded into the kernel (modprobe, insmod).
I was trying to find out , when is the initialization done if the driver is resident into the kernel (in-built).
I didnot find any thing in the driver source code.
do_initcalls (init/main.c)