Print this page
6027 EOL zulu (XVR-4000)
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/daktari/os/daktari.c
          +++ new/usr/src/uts/sun4u/daktari/os/daktari.c
↓ open down ↓ 567 lines elided ↑ open up ↑
 568  568  
 569  569          if (snprintf(buf, buflen, "Slot %c", board) >= buflen) {
 570  570                  return (ENOSPC);
 571  571          } else {
 572  572                  *lenp = strlen(buf);
 573  573                  return (0);
 574  574          }
 575  575  }
 576  576  
 577  577  /*
 578      - * The zuluvm module requires a dmv interrupt for each installed zulu board.
      578 + * The zuluvm module required a dmv interrupt for each installed
      579 + * Zulu/XVR-4000 board.  The following has not been updated during the
      580 + * removal of zuluvm and therefore it may be suboptimal.
 579  581   */
 580  582  void
 581  583  plat_dmv_params(uint_t *hwint, uint_t *swint)
 582  584  {
 583  585          *hwint = 0;
 584  586          *swint = DAK_SBD_SLOTS - 1;
 585  587  }
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX