User Tools

Site Tools


mywiki:linux:network_driver_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mywiki:linux:network_driver_notes [2015/08/18 16:43] – created supermywiki:linux:network_driver_notes [2019/09/15 18:55] (current) – external edit 127.0.0.1
Line 1: Line 1:
 Network Driver Notes Network Driver Notes
 +| Reference | [[http://www.xml.com/ldd/chapter/book/ch14.html | Linux Device Drivers, 2nd Edition]] |
 | ifconfig eth0 up | IFF_UP | dev->open() | | ifconfig eth0 up | IFF_UP | dev->open() |
 | ifconfig eth0 down | ? | dev->close() | | ifconfig eth0 down | ? | dev->close() |
-| ifconfig eth0 hw ether 08:00:00:00:00:01 | ioctl(SIOCSIFADDR) \\ IFF_UP | dev->set_mac_address+| ifconfig eth0 hw ether 08:00:00:00:00:01 | ioctl(SIOCSIFADDR) \\ IFF_UP | dev->set_mac_address \\ dev->open |
  
  
mywiki/linux/network_driver_notes.1439887393.txt.gz · Last modified: (external edit)