freebsd-skq/sys/boot/efi
marcel fa19ce8844 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.
2002-03-29 23:10:15 +00:00
..
include gcc-3.1 likes to have extra { } around the internal array initializers in 2002-03-19 10:50:09 +00:00
libefi o Make efinet_put a blocking call by waiting for the protocol 2002-03-29 23:10:15 +00:00
loader o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand. 2002-03-28 06:58:46 +00:00
Makefile
Makefile.inc Add -ffreestanding to avoid printf/puts/putchar conversions 2002-03-19 10:51:57 +00:00