summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-02-07 21:09:51 +0000
committerphk <phk@FreeBSD.org>2003-02-07 21:09:51 +0000
commit0d87d642539b3694f458c5bbce054bc790ffa99a (patch)
tree84dcfbd0985c7afcc5b0f0e97cacd4e14535a266 /sys/cam/scsi
parentbe3ac9dc01db6968179521188627398bf76c0b0d (diff)
downloadFreeBSD-src-0d87d642539b3694f458c5bbce054bc790ffa99a.zip
FreeBSD-src-0d87d642539b3694f458c5bbce054bc790ffa99a.tar.gz
Rename bio_linkage to the more obvious bio_parent.
Add bio_t0 timestamp, and include <sys/time.h> where needed
Diffstat (limited to 'sys/cam/scsi')
-rw-r--r--sys/cam/scsi/scsi_sa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_sa.c b/sys/cam/scsi/scsi_sa.c
index b920b00..75dd670 100644
--- a/sys/cam/scsi/scsi_sa.c
+++ b/sys/cam/scsi/scsi_sa.c
@@ -36,6 +36,7 @@
#include <sys/kernel.h>
#endif
#include <sys/types.h>
+#include <sys/time.h>
#include <sys/bio.h>
#include <sys/malloc.h>
#include <sys/mtio.h>
OpenPOWER on IntegriCloud