# HG changeset patch # User Richard Lowe # Date 1305505334 -3600 # Node ID b8164899269ee87d13182afd75bccf2a02112ba3 # Parent 246e68923cc8e2bda4e95a3611ec9bb3f929f361 1037 bfe references random 'halt' symbol Reviewed by: Jason King Reviewed by: Gordon Ross Approved by: Eric Schrock diff -r 246e68923cc8 -r b8164899269e usr/src/uts/common/io/bfe/bfe.c --- a/usr/src/uts/common/io/bfe/bfe.c Fri Jul 15 16:58:12 2011 -0400 +++ b/usr/src/uts/common/io/bfe/bfe.c Mon May 16 01:22:14 2011 +0100 @@ -2122,7 +2122,7 @@ } /* Descriptor Error */ - if (intr_mask & BFE_ISTAT_DSCE && halt == 0) { + if (intr_mask & BFE_ISTAT_DSCE) { bfe_error(bfe->bfe_dip, "Descriptor Error. Restarting Chip"); goto action; }