Hi,

    init() will call do_basic_setup() which inturn will call
    device_setup()-> scsi_dev_init()->scsi_init()
    Hope this helps U.

Sujata


-----Original Message-----
From: Mehta, Hiren <[EMAIL PROTECTED]>
To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]>
Date: Saturday, August 21, 1999 12:07 AM
Subject: scsi_dev_init : Who is calling ?


>Hi,
>
>I am trying to find how the linux kernel calls scsi_dev_init function after
>the kernel image is loaded into the memory.
>I could trace the following links.
>
>head.S -> start_kernel() -> init()
>
>and
>
>device_setup() -> scsi_dev_init()
>
>But the link from init() to device_setup is something that I could not
>trace.
>If anybody knows this link, please send me the same.
>If scsi_dev_init() is getting called from some other route, then please
>update me.
>
>thanks
>-hiren
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
>the body of a message to [EMAIL PROTECTED]
>


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to