Don't reset IDE block size on IDE soft reset.
This commit is contained in:
parent
ea2898d045
commit
b9a0084792
1 changed files with 0 additions and 1 deletions
|
|
@ -1126,7 +1126,6 @@ void callbackide(int ide_board)
|
|||
ide->head = ide_other->head = 0;
|
||||
ide->cylinder = ide_other->cylinder = 0;
|
||||
ide->reset = ide_other->reset = 0;
|
||||
ide->blocksize = ide_other->blocksize = 0;
|
||||
if (IDE_DRIVE_IS_CDROM(ide))
|
||||
{
|
||||
ide->cylinder=0xEB14;
|
||||
|
|
|
|||
Loading…
Reference in a new issue