Skip to content

Commit 7ee8b9b

Browse files
committed
Add missing variable
1 parent 1f2256e commit 7ee8b9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devices/common/ata/atahd.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ class AtaHardDisk : public AtaBaseDevice
6969
uint8_t heads;
7070
uint8_t sectors;
7171

72+
//number of sectors for r/w multiple
73+
uint8_t multiple_sector_count = 0;
74+
7275
uint8_t sec_per_block = 8; // sectors per block for READ_MULTIPLE/WRITE_MULTIPLE
7376
bool multiple_enabled = true; // READ_MULTIPLE/WRITE_MULTIPLE enabled
7477

0 commit comments

Comments
 (0)