diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-02-27 17:23:29 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-02-27 17:23:29 +0000 |
| commit | 4d70511ac3df7bdbff783c1b437e011ab21ae60f (patch) | |
| tree | a0597a39b0c2d93af237d119ce7da913a8a44962 /sys/dev/scd | |
| parent | 84d37a463a913ea6f019343e79ed65478eab8688 (diff) | |
Notes
Diffstat (limited to 'sys/dev/scd')
| -rw-r--r-- | sys/dev/scd/scd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c index 136c900973e8..0175db6205cb 100644 --- a/sys/dev/scd/scd.c +++ b/sys/dev/scd/scd.c @@ -1293,7 +1293,7 @@ waitfor_status_bits(struct scd_softc *sc, int bits_set, int bits_clear) { break; } - tsleep(waitfor_status_bits, PZERO - 1, "waitfor", hz/10); + pause("waitfor", hz/10); } } if ((c & bits_set) == bits_set && |
