OpenBSD cvs log

created 2021-01-03T02:35:47Z
begin 2020-11-23T00:00:00Z
end 2020-11-24T00:00:00Z
path src/sys
commits 2

date 2020-11-23T21:33:37Z
author krw
files src/sys/dev/usb/umass.c log diff annotate
message Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4)
devices whose INQUIRY command succeeds but with a residue equal to the
requested bytes. Subsequent i/o's (including the INQUIRY) which succeed
with a residue equal to the requested bytes will have residue set to 0.

Fixes (very?) old devices such as the memory stick Andrew Daugherity
pulled out of his drawer and with which he hoped to install 6.8.
Subsequent testing of diffs much appreciated!

date 2020-11-23T21:33:38Z
author krw
files src/sys/dev/usb/umassvar.h log diff annotate
message Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4)
devices whose INQUIRY command succeeds but with a residue equal to the
requested bytes. Subsequent i/o's (including the INQUIRY) which succeed
with a residue equal to the requested bytes will have residue set to 0.

Fixes (very?) old devices such as the memory stick Andrew Daugherity
pulled out of his drawer and with which he hoped to install 6.8.
Subsequent testing of diffs much appreciated!