Print this page
XXXX introduce drv_sectohz
*** 418,428 ****
#ifndef __sparc
/*
* On NCR system, the driver seen failure of some commands
* while booting. This delay mysteriously solved the problem.
*/
! delay(drv_usectohz(uhci_attach_wait*1000000));
#endif
/*
* Create another timeout handler to check whether any
* control/bulk/interrupt commands failed.
--- 418,428 ----
#ifndef __sparc
/*
* On NCR system, the driver seen failure of some commands
* while booting. This delay mysteriously solved the problem.
*/
! delay(drv_sectohz(uhci_attach_wait));
#endif
/*
* Create another timeout handler to check whether any
* control/bulk/interrupt commands failed.