Print this page
XXXX introduce drv_sectohz

*** 1039,1049 **** nargs = next; } /* if we've had no response at all, wait a second */ if (esi_first == NULL) ! delay(drv_usectohz(1000000)); } while (esi_first == NULL); ASSERT(nargs_head != NULL); dma = kmem_zalloc(sizeof (domount_args_t), KM_SLEEP); --- 1039,1049 ---- nargs = next; } /* if we've had no response at all, wait a second */ if (esi_first == NULL) ! delay(drv_sectohz(1)); } while (esi_first == NULL); ASSERT(nargs_head != NULL); dma = kmem_zalloc(sizeof (domount_args_t), KM_SLEEP);