summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/ispmbox.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-10-24 19:38:06 +0000
committermav <mav@FreeBSD.org>2015-10-24 19:38:06 +0000
commit4e43164f56da2516a68e3734ea003c8af9e4b3d2 (patch)
tree51c7eedae0080fe37e1c2921479d88c31d3ceac2 /sys/dev/isp/ispmbox.h
parentb88a7c3fd598593ec54834f418b2089805fe1c01 (diff)
downloadFreeBSD-src-4e43164f56da2516a68e3734ea003c8af9e4b3d2.zip
FreeBSD-src-4e43164f56da2516a68e3734ea003c8af9e4b3d2.tar.gz
Add new field to Abort IOCB.
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r--sys/dev/isp/ispmbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h
index 27b65c7..d89f330 100644
--- a/sys/dev/isp/ispmbox.h
+++ b/sys/dev/isp/ispmbox.h
@@ -574,7 +574,8 @@ typedef struct {
uint16_t abrt_nphdl;
uint16_t abrt_options;
uint32_t abrt_cmd_handle;
- uint8_t abrt_reserved[32];
+ uint16_t abrt_queue_number;
+ uint8_t abrt_reserved[30];
uint16_t abrt_tidlo;
uint8_t abrt_tidhi;
uint8_t abrt_vpidx;
OpenPOWER on IntegriCloud