]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[intel] Explicitly enable descriptor queues
authorMichael Brown <mcb30@ipxe.org>
Tue, 10 Jul 2012 09:52:56 +0000 (10:52 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 10 Jul 2012 10:21:22 +0000 (11:21 +0100)
commit9f0b2d25a8e889899711b81213e91d042c58002f
treee4e97becaeccf60bd34b14896a590f0ef4330469
parent8391ff3ee00583071def824231539004cc07fecb
[intel] Explicitly enable descriptor queues

On i350 the datasheet contradicts itself in stating that the default
value of RXDCTL.ENABLE for queue zero is both set (according to the
"Receive Initialization" section) and unset (according to the "Receive
Descriptor Control - RXDCTL" section).  Empirical evidence suggests
that the default value is unset.

Explicitly enable both transmit and receive queues to avoid any
ambiguity.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intel.c
src/drivers/net/intel.h