Mentioned OpenBSD in adapter files

This commit is contained in:
2016-07-21 17:50:48 +00:00
parent 2e76a4dfdf
commit ba7422b2b6
4 changed files with 4 additions and 12 deletions

View File

@ -19,7 +19,7 @@ This is the main operating system dependent SCSI part of libburn. It implements
the transport level aspects of SCSI control and command i/o.
Present implementation: NetBSD 6, ioctl SCIOCCOMMAND
>>> ??? for OpenBSD too ?
OpenBSD 5.9, ioctl SCIOCCOMMAND
PORTING:
@ -212,7 +212,7 @@ static void enumerate_common(char *fname,
/* PORTING: ------------------- non portable part --------------- */
/* Transport adapter is NetBSD SCIOCCOMMAND */
/* Transport adapter is NetBSD/OpenBSD ioctl SCIOCCOMMAND */
/* Adapter specific handles and data */
out.fd = -1;