Shortened time between ATAPI packet command starting and requesting command data. Fixes CD-ROM on BeOS.
This commit is contained in:
parent
e411652b27
commit
1ff836bfc1
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ void writeide(int ide_board, uint16_t addr, uint8_t val)
|
|||
|
||||
ide->atastat = BUSY_STAT;
|
||||
timer_process();
|
||||
idecallback[ide_board]=200*IDE_TIME;
|
||||
idecallback[ide_board] = IDE_TIME;
|
||||
timer_update_outstanding();
|
||||
|
||||
ide->atapi.bus_state = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue