/*
* do not junk pending output if we are in VMnet mode.
* XXX: can this do any harm because of queue overflow?
* Ummm, yes...
*/
if (((tp->tap_flags & TAP_VMNET) == 0) &&
if ((tp->tap_flags & TAP_READY) != TAP_READY) {
((tp->tap_flags & TAP_READY) != TAP_READY)) {
struct mbuf *m = NULL;
TAPDEBUG("%s%d not ready. minor = %#x, tap_flags = 0x%x\n",