X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FStorage%2FATA%2Fio.c;h=b8a15d016424e768ec6fe6d1fdc0a9071d750ec8;hb=9e5fa402ca899be7d2b49980d6a45340c9bece55;hp=6304cb44a6db0929679e6d8c959b459f316f37e8;hpb=d7451f7fa5cf4ab0eef51d9620140b41d13fa0ba;p=tpg%2Facess2.git diff --git a/Modules/Storage/ATA/io.c b/Modules/Storage/ATA/io.c index 6304cb44..b8a15d01 100644 --- a/Modules/Storage/ATA/io.c +++ b/Modules/Storage/ATA/io.c @@ -117,7 +117,7 @@ int ATA_SetupIO(void) ENTER(""); // Get IDE Controller's PCI Entry - ent = PCI_GetDeviceByClass(0x0101, 0xFFFF, -1); + ent = PCI_GetDeviceByClass(0x010100, 0xFFFF00, -1); LOG("ent = %i", ent); gATA_BusMasterBase = PCI_GetBAR(ent, 4); if( gATA_BusMasterBase == 0 ) {