summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/i386/include/ioctl_fd.h4
-rw-r--r--sys/sys/fdcio.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/i386/include/ioctl_fd.h b/sys/i386/include/ioctl_fd.h
index f5a5d6af6ed7..67329399ad84 100644
--- a/sys/i386/include/ioctl_fd.h
+++ b/sys/i386/include/ioctl_fd.h
@@ -24,7 +24,7 @@
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
*
- * $Id: ioctl_fd.h,v 1.5 1994/09/17 16:55:59 davidg Exp $
+ * $Id: ioctl_fd.h,v 1.6 1994/09/25 18:41:21 joerg Exp $
*/
#ifndef _IOCTL_FD_H
@@ -102,6 +102,8 @@ struct fd_type {
#define FD_GOPTS _IOR('F', 64, int) /* drive options, see below */
#define FD_SOPTS _IOW('F', 65, int)
+#define FD_DEBUG _IOW('F', 66, int)
+
#define FDOPT_NORETRY 0x0001 /* no retries on failure (cleared on close) */
/*
diff --git a/sys/sys/fdcio.h b/sys/sys/fdcio.h
index f5a5d6af6ed7..67329399ad84 100644
--- a/sys/sys/fdcio.h
+++ b/sys/sys/fdcio.h
@@ -24,7 +24,7 @@
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
*
- * $Id: ioctl_fd.h,v 1.5 1994/09/17 16:55:59 davidg Exp $
+ * $Id: ioctl_fd.h,v 1.6 1994/09/25 18:41:21 joerg Exp $
*/
#ifndef _IOCTL_FD_H
@@ -102,6 +102,8 @@ struct fd_type {
#define FD_GOPTS _IOR('F', 64, int) /* drive options, see below */
#define FD_SOPTS _IOW('F', 65, int)
+#define FD_DEBUG _IOW('F', 66, int)
+
#define FDOPT_NORETRY 0x0001 /* no retries on failure (cleared on close) */
/*