]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[mii] Add generic MII reset function
authorMichael Brown <mcb30@ipxe.org>
Wed, 18 Apr 2012 15:30:11 +0000 (16:30 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 18 Apr 2012 15:33:18 +0000 (16:33 +0100)
commit9b2aabe534eb3804130ca0861cb23c1479cd7e02
tree7cad4aa962263d714064ea1ebadaeb5ab9d7b2ae
parentd27e6d6efdfb0d40e83a8c297b9eae9ca84a7638
[mii] Add generic MII reset function

iPXE provides no support for manually configuring the link speed.
Provide a generic routine which should be able to reset any MII/GMII
PHY and enable autonegotiation.

Prototyped-by: Thomas Miletich <thomas.miletich@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/mii.c [new file with mode: 0644]
src/include/ipxe/errfile.h
src/include/ipxe/mii.h [new file with mode: 0644]