-
Notifications
You must be signed in to change notification settings - Fork 27
Releases
Markus Rosjat edited this page Feb 24, 2016
·
4 revisions
In this version we have following packages
-
Linux_sgio 1.0
- c module for using ioctl
-
pyscsi
- commands
- ExchangeMedium
- GetLBAStatus
- InitElementStatus
- InitElementStatusWithRange
- Inquiry
- ModeSense6
- ModeSense10
- MoveMedium
- OpenCloseExportImportElement
- PositionToElement
- PreventAllowMediumRemoval
- Read10
- Read12
- Read16
- ReadCapacity16
- ReadCapacity10
- ReadElementStatus
- ReportLuns
- ReportPriority
- TestUnitReady
- Write10
- Write12
- Write16
- WriteSame10
- WriteSame16
- Baseclasses
- SCSICommand
- SCSIDevice
- SCSICheckCondition
- Opcode
- Utils
- Enum, pseudo Enum
- convert, some helper functions
- commands
-
Tools/Examples
- inquiry -> a script that pretty prints a standard inquiry and some VPDs
- mtx -> Similar to, but not as advanced as, the 'mtx' utility.
-
Tests
- simple test suite for implemented commands