Removed redundant CD-ROM Disabled option.
This commit is contained in:
parent
c3b876524d
commit
cdf42681af
7 changed files with 1347 additions and 1450 deletions
|
|
@ -271,7 +271,7 @@ void resetide(void)
|
|||
{
|
||||
ide_drives[d].drive = d;
|
||||
|
||||
if ((cdrom_channel == d) && cdrom_enabled)
|
||||
if (cdrom_channel == d)
|
||||
{
|
||||
ide_drives[d].type = IDE_CDROM;
|
||||
scsi_bus_atapi_init(&ide_drives[d].atapi.bus, &scsi_cd, d);
|
||||
|
|
|
|||
Loading…
Reference in a new issue