summaryrefslogtreecommitdiffstats
path: root/src/proto/nfs.c
Commit message (Collapse)AuthorAgeFilesLines
* [proto] Remove unsupported NFS protocolStefan Hajnoczi2010-02-011-616/+0Star
| | | | | | | | | | | | | The NFS protocol code came from legacy Etherboot and was never updated to work as a gPXE protocol. There has been no demand for this protocol, so this patch removes it. I have an unfinished NFSv3 over TCP implementation for gPXE that can be used as the base for new work, should we want to resurrect this protocol. Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Marty Connor <mdc@etherboot.org>
* Dead code removal.Michael Brown2007-07-141-3/+4
| | | | Kill off use of etherboot.h outside drivers/net.
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-3/+1Star
|
* We don't actually use the reset functions anywhere, and nothing reallyMichael Brown2007-07-031-1/+1
| | | | provides them.
* Warnings purgeMarty Connor2007-07-021-5/+5
|
* Move init.h to gpxe/init.h.Michael Brown2006-04-301-1/+1
|
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-1/+1
| | | | even when __atribute__ (( unused )) is correctly set...
* Moved include/in.h to include/gpxe/in.h, so that it can be included byMichael Brown2006-03-231-1/+1
| | | | prototester.
* Merge from Etherboot 5.4Michael Brown2006-03-161-1/+1
|
* Updated to use buffer rather than processorMichael Brown2005-05-171-16/+7Star
|
* Protocol structure can now specify the default port.Michael Brown2005-05-021-4/+3Star
|
* Updated to new protocol API, made to compile.Michael Brown2005-05-011-68/+85
|
* Moved protocols to proto/Michael Brown2005-05-011-0/+610