diff options
author | mjacob <mjacob@FreeBSD.org> | 2001-07-30 00:27:54 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2001-07-30 00:27:54 +0000 |
commit | 599acde4d568d735a4618f911df394ac38dc2bfa (patch) | |
tree | 3625dd03d41615afcec3f3fc8f0c478312c5eca3 /sys | |
parent | b28272b3c008762104985f73eec175d37e187743 (diff) | |
download | FreeBSD-src-599acde4d568d735a4618f911df394ac38dc2bfa.zip FreeBSD-src-599acde4d568d735a4618f911df394ac38dc2bfa.tar.gz |
(Forced commit- last commit was inadvertant in that it missed the comments)
Move TARGCTLIOALLOCUNIT to OTARGCTLIOALLOCUNIT, TARGCTLIOFREEUNIT
to OTARGCTLIOFREEUNIT and redefine old associated structure to be
old_ioc_alloc_unit- deprecation but preservation of binaries.
Add new structure for same- but this one contains a pointer to
user defined INQUIRY data so you can define what the target
device looks like to the outside world.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/cam/scsi/scsi_targetio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_targetio.h b/sys/cam/scsi/scsi_targetio.h index 953655c..a67f78e 100644 --- a/sys/cam/scsi/scsi_targetio.h +++ b/sys/cam/scsi/scsi_targetio.h @@ -137,4 +137,5 @@ struct ioc_alloc_unit { * Set/clear debugging for this target mode instance */ #define TARGIODEBUG _IOW('C', 9, int) + #endif /* _CAM_SCSI_SCSI_TARGETIO_H_ */ |