]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Rewrite SNP NIC driver
authorMichael Brown <mcb30@ipxe.org>
Fri, 4 Jul 2014 15:52:10 +0000 (16:52 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 8 Jul 2014 13:01:55 +0000 (14:01 +0100)
commitd0cfbd01f51661994a8e8379ddda6d592177a29b
tree0d215d4b9b43352229526262bab6250c905908c0
parent56b2f66dd2bcc5e6248d3652be051f20e604b7cc
[efi] Rewrite SNP NIC driver

Rewrite the SNP NIC driver to use non-blocking and deferrable
transmissions, to provide link status detection, to provide
information about the underlying (PCI) hardware device, and to avoid
unnecessary I/O buffer allocations during receive polling.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/efi/snp.c
src/drivers/net/efi/snp.h [deleted file]
src/drivers/net/efi/snpnet.c
src/drivers/net/efi/snpnet.h
src/drivers/net/efi/snponly.c