diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2002-08-18 12:20:33 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2002-08-18 12:20:33 +0000 |
| commit | 1652b7bde4f20083145db3fc7221f89a09d337ec (patch) | |
| tree | f643ddf5578f35bca199b39427fe8b8aac49fe32 /sys/dev/pst/pst-raid.c | |
| parent | e3ffd6e93f4010c27a11d7e6ef422634cd3d3056 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pst/pst-raid.c')
| -rw-r--r-- | sys/dev/pst/pst-raid.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c index 9964dd28d497f..2382576acc268 100644 --- a/sys/dev/pst/pst-raid.c +++ b/sys/dev/pst/pst-raid.c @@ -72,15 +72,15 @@ static struct cdevsw pst_cdevsw = { static struct cdevsw pstdisk_cdevsw; struct pst_softc { - struct iop_softc *iop; - struct i2o_lct_entry *lct; - struct i2o_bsa_device *info; - dev_t device; - struct devstat stats; - struct disk disk; - struct bio_queue_head queue; - struct mtx mtx; - int outstanding; + struct iop_softc *iop; + struct i2o_lct_entry *lct; + struct i2o_bsa_device *info; + dev_t device; + struct devstat stats; + struct disk disk; + struct bio_queue_head queue; + struct mtx mtx; + int outstanding; }; struct pst_request { @@ -254,7 +254,7 @@ pst_start(struct pst_softc *psc) request->timeout_handle.callout = NULL; else request->timeout_handle = - timeout((timeout_t*)pst_timeout, request, 20 * hz); + timeout((timeout_t*)pst_timeout, request, 10 * hz); bioq_remove(&psc->queue, bp); devstat_start_transaction(&psc->stats); if (pst_rw(request)) { |
