update Tue May 18 00:37:00 PDT 2010
[pkgsrc.git] / devel / libscsi / DESCR
1 This library is meant for userland access to SCSI devices.  The
2 library is part of the FreeBSD distribution but works for
3 NetBSD as well.
4
5 The functions of the library use the SCIOCCOMMAND ioctl(2) of
6 the NetBSD SCSI subsystem to provide user level access to SCSI
7 commands.  The programmer must know the SCSI CDB (Command
8 Descriptor Block) to perform the desired command.  These
9 functions assist in building up the CDB, submitting it to the
10 SCSI subsystem, and decoding the result.