Skip to content

Commit

Permalink
[intel] Display PBS value when applying ICH errata workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Aug 20, 2014
1 parent c801cb2 commit c845740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/net/intel.c
Expand Up @@ -295,8 +295,8 @@ static int intel_reset ( struct intel_nic *intel ) {
*/
pbs = readl ( intel->regs + INTEL_PBS );
if ( ( pbs == 0x14 ) || ( pbs == 0x18 ) ) {
DBGC ( intel, "INTEL %p WARNING: applying ICH PBS/PBA errata\n",
intel );
DBGC ( intel, "INTEL %p WARNING: applying ICH PBS/PBA errata "
"(found PBS %#08x)\n", intel, pbs );
writel ( 0x08, intel->regs + INTEL_PBA );
writel ( 0x10, intel->regs + INTEL_PBS );
}
Expand Down

0 comments on commit c845740

Please sign in to comment.