Re: [hatari-devel] Patch for ACSI/SCSI drives with block sizes > 512 bytes |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Patch for ACSI/SCSI drives with block sizes > 512 bytes
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 14 Oct 2018 11:14:28 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1539508469; bh=9IU8Fsk6QlVlBRCXFWxtTAECAiNfbs9+eY9t+/wKlPU=; h=Date:From:To:Subject:From; b=J4ezCm7DUcJBWTrM/0Q8dyXGj79rY1B5Q1fJYKRog2jQw/g9XWXRHJCYlGOWEqoqS pFDwH4s5cGIiVKeq7BAcUKtoYwn0RUBeQ0tIy1u4DG5Ez+pCnxegFh4aPLwVv5DJWE /qbg3Z6val9DOz3GaDPTQmaj3nV4izjoOZxRU5M7HBzY4CcAPSt1m0G0bGZlLLsCS1 aTb0LiBRwE9CmU+NwSJuGCB26bzrJlgJle4lcFugeK9o6ovrD629WXgBAcJB/it4D7 HllDtPYJMdS7DtlsO1GFpfnnOoPtgyyMxRDcCFle9UWiTT54VfJJgGSGgrDQFad/3S YGvXdGiefdYCA==
Am Fri, 12 Oct 2018 09:36:33 +0200
schrieb Uwe Seimet <Uwe.Seimet@xxxxxxxxx>:
> I updated the patch a bit by setting additional fields in the IDE
> IDENTIFY data, which are related to supporting block sizes > 512
> bytes. This change is backwards compatible. See the last four lines
> of the attached log for the data affected by this patch.
OK, thanks, patch applied.
Uwe, for future patches, please make sure to indent new code with TABs,
not with spaces, since that's the Hatari coding style. I've fixed it up
in your patch this time, but it's cumbersome, so I'd really appreciate
if you could take care of this.
Thomas