]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[fc] Add support for Fibre Channel devices
authorMichael Brown <mcb30@ipxe.org>
Wed, 15 Sep 2010 01:57:07 +0000 (02:57 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 15 Sep 2010 02:16:24 +0000 (03:16 +0100)
commit508ff4d614006557b549a7d26ecfca9655064a75
tree00f555cbe724686adb556ea1115bdd26a6317a12
parent220495f8bf2222e1dc1aa7db554d23997b545546
[fc] Add support for Fibre Channel devices

Add support for Fibre Channel ports, peers, and upper-layer protocols,
and for Fibre Channel extended link services.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/errfile.h
src/include/ipxe/fc.h [new file with mode: 0644]
src/include/ipxe/fcels.h [new file with mode: 0644]
src/include/ipxe/xfer.h
src/net/fc.c [new file with mode: 0644]
src/net/fcels.c [new file with mode: 0644]