mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user