summaryrefslogtreecommitdiff
path: root/sys/src/9/port/etherif.h
AgeCommit message (Collapse)Author
2018-02-25devether: remove (unimplemented) detach, allow device creation on attachcinap_lenrek
we allow devether to create ethernet cards on attach. this is useull for virtual cards like the sink driver, so we can create a sink by simply: bind -a '#l2:sink ea=112233445566' /net the detach routine was never called, so remove it from the few drivers that attempted to implement it.
2018-02-18devether: mux bridges, portable netconsolecinap_lenrek
2018-02-12if ether, then etherif.hcinap_lenrek