summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorJoshua M. Clulow <jmc@joyent.com>2016-02-29 19:23:17 +0000
committerJoshua M. Clulow <jmc@joyent.com>2016-07-06 16:25:18 +0000
commit28e91a44551a88cfa91f90f7caf04388fd962e84 (patch)
tree77b58ea841b858a8da8d2fbda73714bff74261b9 /usr/src
parentc3b58fd859e47742b9e811e92a621698849fcd0b (diff)
downloadillumos-joyent-28e91a44551a88cfa91f90f7caf04388fd962e84.tar.gz
XXX ioctls still not building
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/common/io/cpqary3/cpqary3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/cpqary3/cpqary3.c b/usr/src/uts/common/io/cpqary3/cpqary3.c
index 9a587206d1..ea15d30b9a 100644
--- a/usr/src/uts/common/io/cpqary3/cpqary3.c
+++ b/usr/src/uts/common/io/cpqary3/cpqary3.c
@@ -447,6 +447,7 @@ cpqary3_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp,
}
switch (cmd) {
+#if 0
case CPQARY3_IOCTL_BMIC_PASS:
status = *rval = cpqary3_ioctl_bmic_pass(arg, cpq, mode);
break;
@@ -454,6 +455,7 @@ cpqary3_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp,
case CPQARY3_IOCTL_SCSI_PASS:
status = *rval = cpqary3_ioctl_scsi_pass(arg, cpq, mode);
break;
+#endif
default:
status = scsi_hba_ioctl(dev, cmd, arg, mode, credp, rval);