Added option mapping NV -> NV_CACHE.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@414 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Mark Buechler
2008-06-13 13:38:46 +00:00
parent 14bd19ede1
commit 8aa85fae74
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -33,3 +33,7 @@ Changes since 0.9.6-pre2:
- Fixed device assignment LUN changes
- Fixed handling of disabled handlers (like dev_disk, dev_cdrom, etc from compile time)
- Minor bug fixes
Changes since 1.0.0 RC1
- Updated SCST/SCST.pm to add one more option mapping NV -> NV_CACHE.
+2 -1
View File
@@ -55,7 +55,7 @@ $IOTYPE_PHYSICAL = 100;
$IOTYPE_VIRTUAL = 101;
$IOTYPE_PERFORMANCE = 102;
$VERSION = 0.7.3;
$VERSION = 0.7.4;
my $_SCST_MIN_MAJOR_ = 0;
my $_SCST_MIN_MINOR_ = 9;
@@ -116,6 +116,7 @@ my %_AVAILABLE_OPTIONS_ = ('WRITE_THROUGH' => 'WRITE_THROUGH',
'READ_ONLY' => 'READ_ONLY',
'NULLIO' => 'NULLIO',
'NV_CACHE' => 'NV_CACHE',
'NV' => 'NV_CACHE',
'BLOCKIO' => 'BLOCKIO',
'BIO' => 'BLOCKIO');