summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_ioctl.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2007-06-11 19:15:49 +0000
committermjacob <mjacob@FreeBSD.org>2007-06-11 19:15:49 +0000
commit999a5051ab8e779ee4fceaedb73b04b24a9f33b1 (patch)
tree2470f18ba0ec6b124cbde4f5875f3c04f790792a /sys/dev/isp/isp_ioctl.h
parent198a4b06fc5e93d6c23f282a6cb77d38a2cbd431 (diff)
downloadFreeBSD-src-999a5051ab8e779ee4fceaedb73b04b24a9f33b1.zip
FreeBSD-src-999a5051ab8e779ee4fceaedb73b04b24a9f33b1.tar.gz
Remove some ioctls that were ill-thought out. There is no user
impact as no softwware using these ioctls was ever committed. Redo locking for ispioctl.
Diffstat (limited to 'sys/dev/isp/isp_ioctl.h')
-rw-r--r--sys/dev/isp/isp_ioctl.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h
index 1677b65..b52c6f1 100644
--- a/sys/dev/isp/isp_ioctl.h
+++ b/sys/dev/isp/isp_ioctl.h
@@ -154,29 +154,6 @@ struct isp_hba_device {
#define ISP_TOPO_FPORT 4 /* F-port */
#define ISP_FC_GETHINFO _IOR(ISP_IOC, 12, struct isp_hba_device)
-/*
- * Set some internal parameters. This doesn't take effect until
- * the chip is reset.
- *
- * Each parameter is generalized to be a name string with an integer value.
- *
- * Known parameters are:
- *
- * Name Value Range
- *
- * "framelength" 512,1024,2048
- * "exec_throttle" 16..255
- * "fullduplex" 0,1
- * "loopid" 0..125
- */
-
-struct isp_fc_param {
- char param_name[16]; /* null terminated */
- uint32_t parameter;
-};
-
-#define ISP_GET_FC_PARAM _IOWR(ISP_IOC, 98, struct isp_fc_param)
-#define ISP_SET_FC_PARAM _IOWR(ISP_IOC, 99, struct isp_fc_param)
/*
* Various Reset Goodies
OpenPOWER on IntegriCloud