Searched hist:93403 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/stand/efi/libefi/
H A Definet.cdiff 93403 Fri Mar 29 23:10:15 MST 2002 marcel o Make efinet_put a blocking call by waiting for the protocol
layer to signal transmission of the packet. This resolves the
problem I'm seeing that an immediate call to net->Receive
after calling net->Transmit returns EFI_DEVICE_ERROR. This
condition seems to be sufficiently persistent that BOOTP and
RARP fail.
o While here, unify all functions to have 'nif' defined. Some
have it as arguments. The others now have them as locals. We
now always get the protocol interface by using the 'nif' var.

The current status of netbooting is that even though we now reliably
have BOOTP working (again), opening a file (ie loading a kernel)
across the network causes the loader to hang. I'm working on that now.

Completed in 77 milliseconds