Print this page
8368 remove warlock leftovers from usr/src/uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/ib/adapters/tavor/tavor.c
          +++ new/usr/src/uts/common/io/ib/adapters/tavor/tavor.c
↓ open down ↓ 578 lines elided ↑ open up ↑
 579  579  tavor_attach(dev_info_t *dip, ddi_attach_cmd_t cmd)
 580  580  {
 581  581          tavor_state_t   *state;
 582  582          ibc_clnt_hdl_t  tmp_ibtfpriv;
 583  583          ibc_status_t    ibc_status;
 584  584          int             instance;
 585  585          int             status;
 586  586  
 587  587          TAVOR_TNF_ENTER(tavor_attach);
 588  588  
 589      -#ifdef __lock_lint
 590      -        (void) tavor_quiesce(dip);
 591      -#endif
 592      -
 593  589          switch (cmd) {
 594  590          case DDI_ATTACH:
 595  591                  instance = ddi_get_instance(dip);
 596  592                  status = ddi_soft_state_zalloc(tavor_statep, instance);
 597  593                  if (status != DDI_SUCCESS) {
 598  594                          TNF_PROBE_0(tavor_attach_ssz_fail, TAVOR_TNF_ERROR, "");
 599  595                          cmn_err(CE_NOTE, "tavor%d: driver failed to attach: "
 600  596                              "attach_ssz_fail", instance);
 601  597                          goto fail_attach_nomsg;
 602  598  
↓ open down ↓ 2926 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX