freebsd_amp_hwpstate/sys/i386/boot/netboot
Jordan K. Hubbard 9b1096e759 From: wpaul@ctr.columbia.edu (Bill Paul)
Subject: Mea culpa -- small fix for netboot fixes

In accordance with the unavoidable principle sof Murphy's Law, I discovered
that the fixes I recently contributed for the netboot code had some small
flaws in them. Two of them were just typos and had no effect on how the
program functioned. The other one was a missing line from the rootopts and
swapopts functions I created in bootmenu.c, which was supposed to initialize
the NFS sotype flag. It defaults to UDP, and you can change it to TCP with
the rootopts or swapopts commands, but then you can't change it back again.
I originally had a line at the top of each function to reinitialize this
flag, but somehow it got lost in the shuffle, probably because I don't
actually have a need for that flag yet.

Submitted by:	wpaul
1994-11-18 16:29:50 +00:00
..
Makefile Many fixes from Bill Paul: 1994-11-17 12:16:07 +00:00
bootmenu.c From: wpaul@ctr.columbia.edu (Bill Paul) 1994-11-18 16:29:50 +00:00
ether.c Many fixes from Bill Paul: 1994-11-17 12:16:07 +00:00
ether.h Many fixes from Bill Paul: 1994-11-17 12:16:07 +00:00
main.c Many fixes from Bill Paul: 1994-11-17 12:16:07 +00:00
makerom.c
misc.c Many fixes from Bill Paul: 1994-11-17 12:16:07 +00:00
netboot.doc
netboot.h Many fixes from Bill Paul: 1994-11-17 12:16:07 +00:00
rpc.c
start2.S