diff --git a/src/scsi/scsi_cdrom.c b/src/scsi/scsi_cdrom.c index 553291263..b23782278 100644 --- a/src/scsi/scsi_cdrom.c +++ b/src/scsi/scsi_cdrom.c @@ -2808,7 +2808,7 @@ scsi_cdrom_drive_reset(int c) id->phase_data_out = scsi_cdrom_phase_data_out; id->command_stop = scsi_cdrom_command_stop; id->bus_master_error = scsi_cdrom_bus_master_error; - id->interrupt_drq = !dev->early; + id->interrupt_drq = dev->early; ide_atapi_attach(id); }