plan9fox/sys/src/9/xen
cinap_lenrek f0a314605f devether: remove (unimplemented) detach, allow device creation on attach
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-25 03:42:38 +01:00
..
xen-public
archxen.c
cppx
dat.h
devrtc.c
devxenstore.c
dpart.c
etherxen.c devether: remove (unimplemented) detach, allow device creation on attach 2018-02-25 03:42:38 +01:00
fns.h xen: fix build by adding missing rdrandbuf() function 2016-12-14 20:02:07 +01:00
l.s xen: fix build by adding missing rdrandbuf() function 2016-12-14 20:02:07 +01:00
main.c kernel: introduce per process FPU struct (PFPU) for more flexible machine specific fpu handling 2017-11-04 20:08:22 +01:00
mem.h
mkfile kernel: move devether and wifi to port/ 2018-02-11 18:08:03 +01:00
mmu.c
plan9l.s
sdxen.c
trap.c kernel: introduce per process FPU struct (PFPU) for more flexible machine specific fpu handling 2017-11-04 20:08:22 +01:00
uartxen.c
utilmkfile
xen.s
xenbin.c
xenelf.c
xengrant.c
xenpcf kernel: move devether and wifi to port/ 2018-02-11 18:08:03 +01:00
xenstore.c
xensystem.c
xentimer.c