Upgrade IDE maximum to UDMA/100 and add IDENTIFY word 93 (80-conductor cable detection)
This commit is contained in:
@@ -2242,7 +2242,7 @@ zip_get_max(int ide_has_dma, int type)
|
||||
ret = ide_has_dma ? 1 : -1;
|
||||
break;
|
||||
case TYPE_UDMA:
|
||||
ret = ide_has_dma ? 4 /*2*/ : -1;
|
||||
ret = ide_has_dma ? 5 : -1;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user