Upgrade IDE maximum to UDMA/100 and add IDENTIFY word 93 (80-conductor cable detection)

This commit is contained in:
RichardG867
2020-10-13 19:20:14 -03:00
parent 7a71d9ece8
commit 124866baaa
4 changed files with 7 additions and 4 deletions

View File

@@ -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;
}