mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Device: FIRE3: Update disk counts
This commit is contained in:
committed by
Kyle Schwarz
parent
1f10adb760
commit
730aaf5fed
@@ -147,6 +147,10 @@ protected:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
size_t getDiskCount() const override {
|
||||||
|
return 2;
|
||||||
|
}
|
||||||
|
|
||||||
bool supportsNetworkMutex() const override { return true; }
|
bool supportsNetworkMutex() const override { return true; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -102,6 +102,15 @@ protected:
|
|||||||
bool supportsEraseMemory() const override {
|
bool supportsEraseMemory() const override {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
size_t getDiskCount() const override {
|
||||||
|
return 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool supportsNetworkMutex() const override {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user