diff options
| author | Peter Dufault <dufault@FreeBSD.org> | 1995-01-08 13:39:46 +0000 |
|---|---|---|
| committer | Peter Dufault <dufault@FreeBSD.org> | 1995-01-08 13:39:46 +0000 |
| commit | 832ac3cac7c36e07e6aaef4ffeaf831cc65a8ed0 (patch) | |
| tree | d75914b4fa587046c5f5c4241211ffe736d0bcff /sys | |
| parent | 7562b0d606816dede2e90e5072239bfbd5f1135d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/scsiio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/scsiio.h b/sys/sys/scsiio.h index 2b7b24250c69..3eef9db41120 100644 --- a/sys/sys/scsiio.h +++ b/sys/sys/scsiio.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: scsiio.h,v 1.2 1994/08/02 07:53:30 davidg Exp $ */ #ifndef _SYS_SCSIIO_H_ #define _SYS_SCSIIO_H_ @@ -60,6 +60,7 @@ struct scsi_addr { #define SCIOCDECONFIG _IO('Q', 5) /* please dissappear */ #define SCIOCRECONFIG _IO('Q', 6) /* please check again */ #define SCIOCRESET _IO('Q', 7) /* reset the device */ +#define SCIOCADDR _IOW('Q', 8, struct scsi_addr) /* Change address */ #endif /* _SYS_SCSIIO_H_ */ |
