CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/01/15 07:27:08
Modified files:
sys/dev/pci : xspd.c
sys/dev/pv : if_xnf.c xen.c xenvar.h
Log message:
Detach emulated network devices if Netfront driver is enabled
Xen doesn't provide a way for a guest to decide which model of
the interface is selected in the VM configuration and therefore
there's no simple way for Netfront and emulated devices to co-
exist on the same system. Emulated em(4) or re(4) drivers will
take over if xnf(4) driver is disabled or not compiled in.
Idea and OK reyk