From 32511cc623187c8600ffaa7183856e86f54328e0 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Mon, 28 Feb 2022 15:43:09 +0100 Subject: [PATCH] Added TODO --- src/raspberrypi/devices/scsimo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/raspberrypi/devices/scsimo.cpp b/src/raspberrypi/devices/scsimo.cpp index 67333193..7d6f3bc8 100644 --- a/src/raspberrypi/devices/scsimo.cpp +++ b/src/raspberrypi/devices/scsimo.cpp @@ -41,6 +41,7 @@ void SCSIMO::Open(const Filepath& path) fio.Close(); // For some priorities there are hard-coded, well-defined sector sizes and block counts + // TODO Find a more flexible solution if (!SetGeometryForCapacity(size)) { // Sector size (default 512 bytes) and number of blocks SetSectorSizeInBytes(GetConfiguredSectorSize() ? GetConfiguredSectorSize() : 512, true);