Welcome, Guest. Please login or register.

Author Topic: See no kick, hear no kick, do no kick  (Read 2017 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: See no kick, hear no kick, do no kick
« on: May 03, 2013, 11:47:01 AM »
Change MaxTransfer of all partitions to 0x1fe00.

Offline Thomas

Re: See no kick, hear no kick, do no kick
« Reply #1 on: May 03, 2013, 02:18:14 PM »
Quote from: psxphill;733601
The ide interface is limited to that, but scsi.device doesn't ignore values above that. It will work fine until a single transfer is larger and then it will fail. So you might not notice until a large file is loaded into ram.


Actually this is not the entire truth. The problem is not a bug in scsi.device. The problem is the age of scsi.device and that the ATA specs have changed since scsi.device was written. Scsi.device relies on a feature which is not present any more in the current ATA specs. It does not have problems with old drives. Only with new drives the MaxTransfer problems occur.