diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-05-03 21:23:00 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-05-03 21:23:00 +0000 |
commit | d45d021e8f936d59b0013a7406c92b6f8076271c (patch) | |
tree | 0913892d44b858299f08d51d5887d3c2e8f84eac /devel/libscsi/pkg | |
parent | 43910584c057b84b3a8f3988d49c10c0fe568879 (diff) | |
download | pkgsrc-d45d021e8f936d59b0013a7406c92b6f8076271c.tar.gz |
Initial import of libscsi 1.6 based on pr 5393.
Diffstat (limited to 'devel/libscsi/pkg')
-rw-r--r-- | devel/libscsi/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/libscsi/pkg/DESCR | 10 | ||||
-rw-r--r-- | devel/libscsi/pkg/PLIST | 29 |
3 files changed, 40 insertions, 0 deletions
diff --git a/devel/libscsi/pkg/COMMENT b/devel/libscsi/pkg/COMMENT new file mode 100644 index 00000000000..546ca5b7a70 --- /dev/null +++ b/devel/libscsi/pkg/COMMENT @@ -0,0 +1 @@ +FreeBSD SCSI user library diff --git a/devel/libscsi/pkg/DESCR b/devel/libscsi/pkg/DESCR new file mode 100644 index 00000000000..ffe75892c1e --- /dev/null +++ b/devel/libscsi/pkg/DESCR @@ -0,0 +1,10 @@ +This library is meant for userland access to SCSI devices. The +library is part of the FreeBSD distribution but works for +NetBSD as well. + +The functions of the library use the SCIOCCOMMAND ioctl(2) of +the NetBSD SCSI subsystem to provide user level access to SCSI +commands. The programmer must know the SCSI CDB (Command +Descriptor Block) to perform the desired command. These +functions assist in building up the CDB, submitting it to the +SCSI subsystem, and decoding the result. diff --git a/devel/libscsi/pkg/PLIST b/devel/libscsi/pkg/PLIST new file mode 100644 index 00000000000..ee70a5cfa58 --- /dev/null +++ b/devel/libscsi/pkg/PLIST @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST,v 1.1 1998/05/03 21:23:00 frueauf Exp $ +include/scsi.h +lib/libscsi.a +lib/libscsi_p.a +lib/libscsi_pic.a +man/cat3/scsi.0 +man/cat3/scsireq_buff_decode.0 +man/cat3/scsireq_build.0 +man/cat3/scsireq_decode.0 +man/cat3/scsireq_encode.0 +man/cat3/scsireq_enter.0 +man/cat3/scsireq_new.0 +man/cat3/scsireq_reset.0 +man/cat3/SCSIREQ_ERROR.0 +man/cat3/scsi_open.0 +man/cat3/scsi_debug.0 +man/cat3/scsi_debug_output.0 +man/man3/scsi.3 +man/man3/scsireq_buff_decode.3 +man/man3/scsireq_build.3 +man/man3/scsireq_decode.3 +man/man3/scsireq_encode.3 +man/man3/scsireq_enter.3 +man/man3/scsireq_new.3 +man/man3/scsireq_reset.3 +man/man3/SCSIREQ_ERROR.3 +man/man3/scsi_open.3 +man/man3/scsi_debug.3 +man/man3/scsi_debug_output.3 |