(no subject)

Richard Dynes (rdynes@sun1.varcom.com)
Tue, 02 Mar 1999 13:55:03 +0000


Hey there-

I'm not sure on the first question, but I suspect no is the answer.

On the second, I attempted to have a module driver install multiple
network devices (register_netdev() I believe) based on data passed to
it from a SIOCDEVPRIVATE call to the installed module. This failed
because SIOCDEVPRIVATE calls get a kernel lock, and register_netdev()
attempts to get the same lock.

There were two ways I could see around this: (1) create a /dev file to
control the device, or (2) hack the SIOCTL handler source. I haven't
done either yet.

-Richard

>
> From: G Jalaja Devi <jalaja@teil.soft.net>
> Date: Tue, 2 Mar 1999 10:22:49 +0530 (IST)
> Subject: Linux Kernel -Open Call inside a Driver!
>
> Is it possible to open a driver within another driver?
> Ex:
>
> init_module(inode *inode, file *filp) /*Entry Point*/
> {
> open("/dev/dev0"); /*Is this possible?*/
> }
> And if possible, can the ioctl also be sent?

-- 
    Richard Dynes
    Varcom Corporation
    rdynes@varcom.com    703.591.2805 x107

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/