summaryrefslogtreecommitdiff
path: root/sys/src/9/port/ethersink.c
AgeCommit message (Collapse)Author
2018-02-12ethersink: after the experiment, the zeros get dismantled. and then destroyed.cinap_lenrek
2018-02-11ethersink: provide promisc and multicast functions for v6, set out queue ↵cinap_lenrek
limit to 0 on attach, add to pc64 config
2018-02-11kernel: move devether and wifi to port/cinap_lenrek
the only architecture dependence of devether was enabling interrupts, which is now done at the end of the driver's reset() function now. the wifi stack and dummy ethersink also go to port/. do the IRQ2->IRQ9 hack for pc kernels in intrenabale(), so not every caller of intrenable() has to be aware of it.