Only issue responses if we aren;t already blocked
[gem5.git] / src / dev / ide_disk.cc
index 12564ddd0b70e9d1acd02b785d95dd2d15acfdf0..5d3346b1ee7868ac4b7618b44169ec8d2887421e 100644 (file)
@@ -110,7 +110,7 @@ IdeDisk::IdeDisk(const string &name, DiskImage *img,
     // Number of sectors on disk
     driveID.atap_capacity = lba_size;
     // Multiword DMA mode 2 and below supported
-    driveID.atap_dmamode_supp = 0x400;
+    driveID.atap_dmamode_supp = 0x4;
     // Set PIO mode 4 and 3 supported
     driveID.atap_piomode_supp = 0x3;
     // Set DMA mode 4 and below supported