Hello, I'm doing some changes in the device driver layer for making the
Ethernet act like a Token Bus. 
I do all the programming in the device driver so I don't have to compile
the kernel every time I do some changes. 
I have to create packets for Token Bus information in the device driver. 

My problem is that I have to make the kernel go down to the device driver
even if the kernel don't have gotten any packets from the outside or from 
any applications. 
In the Token Bus I have to put out some packets once in
a while and ask if there are someone who wants to join the ring, and
the transmitting of this packet have to be triggered by a timer. 
Does anyone have a suggestion for me?
        
Svend!

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

Reply via email to