]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[nvo] Remove the non-volatile options fragment list
authorMichael Brown <mcb30@ipxe.org>
Tue, 30 Nov 2010 01:10:38 +0000 (01:10 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 11 Jan 2011 21:24:40 +0000 (21:24 +0000)
commit1651d4f6d7f764ff5bfafc12bd058a88e49b0ff5
treea2ea4008bbe1d2398017e1bdd96e7e7cbc20d1e1
parent8f8b55f18728e2cf95909e9eb3c361e60d4d3827
[nvo] Remove the non-volatile options fragment list

Since its implementation several years ago, no driver has used a
fragment list containing more than a single fragment.  Simplify the
NVO core and the drivers that use it by removing the whole concept of
the fragment list, and using a simple (address,length) pair instead.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/nvo.c
src/drivers/net/etherfabric.c
src/drivers/net/myri10ge.c
src/drivers/net/natsemi.c
src/drivers/net/rtl8139.c
src/include/ipxe/nvo.h