1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Add a TARGIODEBUG ioctl to allow for CAM_DEBUG_PERIPH tracing on

an opened target instance.
This commit is contained in:
Matt Jacob 2000-07-14 19:42:47 +00:00
parent 966a2adf7f
commit 17db9a57e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63173

View File

@ -122,4 +122,9 @@ struct ioc_alloc_unit {
*/
#define TARGCTLIOALLOCUNIT _IOWR('C', 7, struct ioc_alloc_unit)
#define TARGCTLIOFREEUNIT _IOW('C', 8, struct ioc_alloc_unit)
/*
* Set/clear debugging for this target mode instance
*/
#define TARGIODEBUG _IOW('C', 9, int)
#endif /* _CAM_SCSI_SCSI_TARGETIO_H_ */