diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1994-10-30 19:17:39 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1994-10-30 19:17:39 +0000 |
| commit | c20c8046d5db85b0be01f57fac8f7bed91b4b6d2 (patch) | |
| tree | 3da1ca05fe3b865e96d836c89fa54e816cacb4fa | |
| parent | e9e8f7b79db74c8506c9280ef7aa9a21ecad6031 (diff) | |
Notes
| -rw-r--r-- | sys/i386/include/ioctl_fd.h | 4 | ||||
| -rw-r--r-- | sys/sys/fdcio.h | 4 |
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) */ /* |
