Print this page
8368 remove warlock leftovers from usr/src/uts
        
*** 226,239 ****
          }
  
          mutex_init(&avp->av_mutex, NULL, MUTEX_DRIVER,
              avp->av_attachinfo.iblock_cookie);
  
- #ifndef __lock_lint
          avp->av_dip = dip;
          avp->av_instance = instance;
- #endif
  
          if (av1394_add_events(avp) != DDI_SUCCESS) {
                  av1394_cleanup(avp, 2);
                  AV1394_TNF_EXIT(av1394_attach);
                  return (DDI_FAILURE);
--- 226,237 ----
*** 249,261 ****
                  av1394_cleanup(avp, 4);
                  AV1394_TNF_EXIT(av1394_attach);
                  return (DDI_FAILURE);
          }
  
- #ifndef __lock_lint
          avp->av_dev_state = AV1394_DEV_ONLINE;
- #endif
  
          ddi_report_dev(dip);
  
          AV1394_TNF_EXIT(av1394_attach);
          return (DDI_SUCCESS);
--- 247,257 ----