Bumped maximum UDMA mode from 2 (ATA 33) to 4 (ATA 66) so it can be used where supported.
This commit is contained in:
@@ -2243,7 +2243,7 @@ zip_get_max(int ide_has_dma, int type)
|
||||
ret = ide_has_dma ? 1 : -1;
|
||||
break;
|
||||
case TYPE_UDMA:
|
||||
ret = ide_has_dma ? 2 : -1;
|
||||
ret = ide_has_dma ? 4 /*2*/ : -1;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user