comparison usr/src/uts/common/io/bfe/bfe.c @ 13402:b8164899269e

1037 bfe references random 'halt' symbol Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
author Richard Lowe <richlowe@richlowe.net>
date Mon, 16 May 2011 01:22:14 +0100
parents a80abc0db3a2
children
comparison
equal deleted inserted replaced
13401:246e68923cc8 13402:b8164899269e
2120 (BFE_ACTION_RESTART | BFE_ACTION_RESTART_FAULT); 2120 (BFE_ACTION_RESTART | BFE_ACTION_RESTART_FAULT);
2121 goto action; 2121 goto action;
2122 } 2122 }
2123 2123
2124 /* Descriptor Error */ 2124 /* Descriptor Error */
2125 if (intr_mask & BFE_ISTAT_DSCE && halt == 0) { 2125 if (intr_mask & BFE_ISTAT_DSCE) {
2126 bfe_error(bfe->bfe_dip, "Descriptor Error. Restarting Chip"); 2126 bfe_error(bfe->bfe_dip, "Descriptor Error. Restarting Chip");
2127 goto action; 2127 goto action;
2128 } 2128 }
2129 2129
2130 /* Receive Descr. Underflow */ 2130 /* Receive Descr. Underflow */