summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-09-14 05:49:34 +0000
committerscottl <scottl@FreeBSD.org>2005-09-14 05:49:34 +0000
commit5778f4c576187608fc771d039875c51367ae592d (patch)
treebf53d563b1597806dda3e74d1e24d0f8d3187ddf /sys/dev/aac
parentf33b11ee7815c704d5f661a015cf2639a1f17a52 (diff)
downloadFreeBSD-src-5778f4c576187608fc771d039875c51367ae592d.zip
FreeBSD-src-5778f4c576187608fc771d039875c51367ae592d.tar.gz
Bring aac_cam into line with using time_uptime instead of time_second.
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aac_cam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac_cam.c b/sys/dev/aac/aac_cam.c
index 8423f44..978b2e2 100644
--- a/sys/dev/aac/aac_cam.c
+++ b/sys/dev/aac/aac_cam.c
@@ -397,7 +397,7 @@ aac_cam_action(struct cam_sim *sim, union ccb *ccb)
cm->cm_complete = aac_cam_complete;
cm->cm_private = ccb;
- cm->cm_timestamp = time_second;
+ cm->cm_timestamp = time_uptime;
cm->cm_queue = AAC_ADAP_NORM_CMD_QUEUE;
fib->Header.XferState =
OpenPOWER on IntegriCloud