summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_periph.c
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2002-09-02 20:10:19 +0000
committerbrooks <brooks@FreeBSD.org>2002-09-02 20:10:19 +0000
commit72b448e706244b9c665f0ca48de5089bbf50d3d6 (patch)
tree0ecb65789811cff145c2da6d43f3e4a676db3941 /sys/cam/cam_periph.c
parentf72048605bd3c2d2e2d67f14af1e86ec5068b6d1 (diff)
downloadFreeBSD-src-72b448e706244b9c665f0ca48de5089bbf50d3d6.zip
FreeBSD-src-72b448e706244b9c665f0ca48de5089bbf50d3d6.tar.gz
Make SCSI_DELAY setable at boot time and runtime via the
kern.cam.scsi_delay tunable/sysctl. Reviewed by: mdodd, njl
Diffstat (limited to 'sys/cam/cam_periph.c')
-rw-r--r--sys/cam/cam_periph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c
index e3c807a..4086ae3 100644
--- a/sys/cam/cam_periph.c
+++ b/sys/cam/cam_periph.c
@@ -1126,7 +1126,7 @@ cam_periph_async(struct cam_periph *periph, u_int32_t code,
case AC_SENT_BDR:
case AC_BUS_RESET:
{
- cam_periph_bus_settle(periph, SCSI_DELAY);
+ cam_periph_bus_settle(periph, scsi_delay);
break;
}
default:
OpenPOWER on IntegriCloud