Jump to ID:
Networking

Project Home

Discussions

Wiki

Project Info
Forum Topic - Another difference between io-net and io-pkt drivers: Page 1 of 3 (3 Items)
   
 
 
Another difference between io-net and io-pkt drivers  
Among other differences, io-pkt drivers call dev_attach(), whereas io-net drivers call the reg() function in io-net.  
And that difference brings up an interesting point: io-net drivers send an advertisement up the "stack" to notify other 
modules of their existence --- something similar must happen with io-pkt drivers, although I've thus far been unable to 
identify the mechanism by which that happens.

Murf