s/timout/timeout
This commit is contained in:
parent
94f176ebd4
commit
1a7e07818d
@ -1594,7 +1594,7 @@
|
||||
/*
|
||||
* [RW 1] Setting this bit enables a timer in the GRC block to timeout an
|
||||
* access that does not finish within
|
||||
* ~misc_registers_grc_timout_val.grc_timeout_val cycles. When this bit is
|
||||
* ~misc_registers_grc_timeout_val.grc_timeout_val cycles. When this bit is
|
||||
* cleared; this timeout is disabled. If this timeout occurs; the GRC shall
|
||||
* assert it attention output.
|
||||
*/
|
||||
|
@ -316,7 +316,7 @@ ncr53c9x_attach(struct ncr53c9x_softc *sc)
|
||||
* The recommended timeout is 250ms. This register is loaded
|
||||
* with a value calculated as follows, from the docs:
|
||||
*
|
||||
* (timout period) x (CLK frequency)
|
||||
* (timeout period) x (CLK frequency)
|
||||
* reg = -------------------------------------
|
||||
* 8192 x (Clock Conversion Factor)
|
||||
*
|
||||
|
@ -153,7 +153,7 @@ struct twa_softc {
|
||||
struct mtx sim_lock_handle;/* sim lock shared with cam */
|
||||
struct mtx *sim_lock;/* ptr to sim lock */
|
||||
|
||||
struct callout watchdog_callout[2]; /* For command timout */
|
||||
struct callout watchdog_callout[2]; /* For command timeout */
|
||||
TW_UINT32 watchdog_index;
|
||||
|
||||
#ifdef TW_OSL_DEBUG
|
||||
|
@ -559,7 +559,7 @@ xs_read_store(void *tdata, unsigned len)
|
||||
* when msleep returns.
|
||||
*/
|
||||
error = msleep(xen_store, &xs.ring_lock, PCATCH|PDROP,
|
||||
"xbread", /*timout*/0);
|
||||
"xbread", /*timeout*/0);
|
||||
if (error && error != EWOULDBLOCK)
|
||||
return (error);
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user