aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_io.h
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2015-09-20 10:40:30 +0000
committerAlexander Motin <mav@FreeBSD.org>2015-09-20 10:40:30 +0000
commitb22213694ed73221ad838fae58b15d4f0eaf4647 (patch)
tree296be08f3a66aff31590e456e566f7a10c8079ba /sys/cam/ctl/ctl_io.h
parent6874645fa9879ab2f06ff9cf9ee70ec34b72e65e (diff)
downloadsrc-b22213694ed73221ad838fae58b15d4f0eaf4647.tar.gz
src-b22213694ed73221ad838fae58b15d4f0eaf4647.zip
Remove couple excess SGLIST I/O flags.
Those flags duplicated respective (sg_entries > 0) values.
Notes
Notes: svn path=/head/; revision=288020
Diffstat (limited to 'sys/cam/ctl/ctl_io.h')
-rw-r--r--sys/cam/ctl/ctl_io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/cam/ctl/ctl_io.h b/sys/cam/ctl/ctl_io.h
index b32f554db3ff..805a4ced7183 100644
--- a/sys/cam/ctl/ctl_io.h
+++ b/sys/cam/ctl/ctl_io.h
@@ -88,8 +88,6 @@ typedef enum {
CTL_FLAG_DATA_OUT = 0x00000002, /* DATA OUT */
CTL_FLAG_DATA_NONE = 0x00000003, /* no data */
CTL_FLAG_DATA_MASK = 0x00000003,
- CTL_FLAG_KDPTR_SGLIST = 0x00000008, /* kern_data_ptr is S/G list*/
- CTL_FLAG_EDPTR_SGLIST = 0x00000010, /* ext_data_ptr is S/G list */
CTL_FLAG_DO_AUTOSENSE = 0x00000020, /* grab sense info */
CTL_FLAG_USER_REQ = 0x00000040, /* request came from userland */
CTL_FLAG_ALLOCATED = 0x00000100, /* data space allocated */