plan9fox/sys/src/9/ppc
cinap_lenrek ea6fea596b devether: remove qfull prints and fix loopback packet handling of etheroq()
dont spam the console with qfull warnings. this makes things worse.

handle loopback packets as stated in the comment. we call etheriq()
with fromwire=1 for loopback packets so etheriq() can pass the packet
on (without copying) or free it. dont inhibit interrupts while calling
etheriq(). etheriq() can safely be called from process and interrupt
context. it is unclear what this was supposed to fix and testing didnt
seem to have any odd effects.
2013-12-16 19:19:15 +01:00
..
blast Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
blast.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
clock.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
dat.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
devether.c devether: remove qfull prints and fix loopback packet handling of etheroq() 2013-12-16 19:19:15 +01:00
devflash.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
devirq.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
devtls.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
etherfcc.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
etherif.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
ethersaturn.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
fns.h segdesc: add /dev/^(ldt gdt) support 2011-07-12 15:46:22 +02:00
init9.s Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
initcode Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
io.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
l.s Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
lblast.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
lucu.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
m8260.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
m8260.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
main.c kernel: fix wrong calculation of swap iolist size 2011-12-14 00:10:33 +01:00
mcc.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
mem.h sysexec: fix possible segment overlap with temporary stack 2013-03-16 02:37:07 +01:00
mkfile kernel: move duplicated random.c to port 2012-05-03 08:49:25 +02:00
mmu.c kernel: more kproc pexit() and sleep error handling 2013-11-22 22:56:34 +01:00
msaturn.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
msaturn.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
mtx.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
saturntimer.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
trap.c no need to disable fpu in execregs, this is done in procsetup() already 2013-06-07 18:04:59 +02:00
uartsaturn.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
uartsmc.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
ucu Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
ucu.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00