Skip to content

Commit 58663d9

Browse files
committed
increase hang time
1 parent e35fb32 commit 58663d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ int ata_read(unsigned char controller, unsigned char driveNumber, unsigned char*
135135
for (unsigned short sector = 0; sector < sectors; sector++) {
136136
int busyTest = 0;
137137
while (1) {
138-
if (busyTest > 20) {
138+
if (busyTest > 50) {
139139
print("Drive hang, resetting.\r\n");
140140
reset(base);
141141
return 1;

0 commit comments

Comments
 (0)