Re: svn commit: r344701 - head/sbin/camcontrol

2019-03-03 Thread Cy Schubert
In message <06d7e6402ad6f673b15873a9d99c9382f21e64b9.ca...@freebsd.org> , Ian Le pore writes: > On Sun, 2019-03-03 at 12:20 -0800, Enji Cooper wrote: > > > On Mar 3, 2019, at 11:12, Steven Hartland > > > wrote: > > > > > > Not really much more to say that isn't explained by that and the > > > cod

Re: svn commit: r344701 - head/sbin/camcontrol

2019-03-03 Thread Warner Losh
On Sun, Mar 3, 2019, 1:29 PM Ian Lepore wrote: > On Sun, 2019-03-03 at 12:20 -0800, Enji Cooper wrote: > > > On Mar 3, 2019, at 11:12, Steven Hartland > > > wrote: > > > > > > Not really much more to say that isn't explained by that and the > > > code. > > > > > > Sure I could have used a differ

Re: svn commit: r344701 - head/sbin/camcontrol

2019-03-03 Thread Steven Hartland
Not really much more to say that isn't explained by that and the code. Sure I could have used a different sentence structure for the body but it wouldn't add anything IMO, thoughts? On 02/03/2019 10:49, Alexey Dokuchaev wrote: On Fri, Mar 01, 2019 at 02:39:15PM +, Steven Hartland wrote:

Re: svn commit: r344701 - head/sbin/camcontrol

2019-03-03 Thread Ian Lepore
On Sun, 2019-03-03 at 12:20 -0800, Enji Cooper wrote: > > On Mar 3, 2019, at 11:12, Steven Hartland > > wrote: > > > > Not really much more to say that isn't explained by that and the > > code. > > > > Sure I could have used a different sentence structure for the body > > but it wouldn't add any

Re: svn commit: r344701 - head/sbin/camcontrol

2019-03-03 Thread Enji Cooper
> On Mar 3, 2019, at 11:12, Steven Hartland wrote: > > Not really much more to say that isn't explained by that and the code. > > Sure I could have used a different sentence structure for the body but it > wouldn't add anything IMO, thoughts? Why the previous sector size was wrong isn’t c

Re: svn commit: r344701 - head/sbin/camcontrol

2019-03-02 Thread Alexey Dokuchaev
On Fri, Mar 01, 2019 at 02:39:15PM +, Steven Hartland wrote: > New Revision: 344701 > URL: https://svnweb.freebsd.org/changeset/base/344701 > > Log: > Fix incorrect / unused sector_count for identify requests > > Fix incorrect / unused sector_count for identify requests from camcontrol.

svn commit: r344701 - head/sbin/camcontrol

2019-03-01 Thread Steven Hartland
Author: smh Date: Fri Mar 1 14:39:15 2019 New Revision: 344701 URL: https://svnweb.freebsd.org/changeset/base/344701 Log: Fix incorrect / unused sector_count for identify requests Fix incorrect / unused sector_count for identify requests from camcontrol. Submitted by: Alexey Dokuchaev