Reuse the timeout from struct scsi_xfer rather than declaring one in
authormiod <miod@openbsd.org>
Wed, 3 Apr 2024 18:41:38 +0000 (18:41 +0000)
committermiod <miod@openbsd.org>
Wed, 3 Apr 2024 18:41:38 +0000 (18:41 +0000)
commite45fcdf47aa1916bc0d5308964616de51bafe15f
tree69d7a0d65246b2f0f20b5f3b653c30b88c8c4f88
parent5f3b3788e991ae1c9b79d51dcc9b88892de3ac45
Reuse the timeout from struct scsi_xfer rather than declaring one in
struct ncr53c9x_ecb.

When the scsi_xfer timeout was introduced *cough* 23 years ago, SCSI drivers
were progressively updated to use this, but for some reason that driver got
missed.

ok dlg@ krw@
sys/dev/ic/ncr53c9x.c
sys/dev/ic/ncr53c9xvar.h