aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1998-09-26 01:29:51 +0000
committerBill Paul <wpaul@FreeBSD.org>1998-09-26 01:29:51 +0000
commit6ed6e3016645283cb4a0ce763ab660c302da2720 (patch)
treed94f29c7f655dd28ab8567317e5e3f29c4d4f6a3 /include
parente12d0ec43a42a081d0203ec8e6903460425ad844 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/rpc/des.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/rpc/des.h b/include/rpc/des.h
index abb17899af32..f41e5a780481 100644
--- a/include/rpc/des.h
+++ b/include/rpc/des.h
@@ -56,6 +56,14 @@ struct desparams {
# define des_buf UDES.UDES_buf /* otherwise, pointer to data */
};
+#ifdef notdef
+
+/*
+ * These ioctls are only implemented in SunOS. Maybe someday
+ * if somebody writes a driver for DES hardware that works
+ * with FreeBSD, we can being that back.
+ */
+
/*
* Encrypt an arbitrary sized buffer
*/
@@ -66,6 +74,8 @@ struct desparams {
*/
#define DESIOCQUICK _IOWR(d, 7, struct desparams)
+#endif
+
/*
* Software DES.
*/