inquiry page00h page80h page83h

This commit is contained in:
Le Zhang
2016-10-09 16:56:50 +08:00
parent c1b8beac68
commit a51a1d8d00
5 changed files with 281 additions and 89 deletions

View File

@@ -17,5 +17,6 @@ limitations under the License.
package version
const (
VERSION = "0.1"
VERSION = "0.1"
SCSI_VERSION = "0.1" /* SCSI version string MUST be shorter than 4 characters*/
)