Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Sep 2012 14:29:57 +0300
From:      Alexander Motin <mav@FreeBSD.org>
To:        kirk russell <kirk@ba23.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: FreeBSD 9.1 RC1 and CAM issues with old SCSI drive
Message-ID:  <504B2C35.3030800@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hi.

It seems like both of your problems have the same cause: device report 
wrong size of INQUIRY data, that causes failure on attempt to fetch it. 
With FreeBSD 9.0 it caused domain validation failures and so reduced 
transfer rate, on 9.1 it also causes detection failure. I am not sure 
why detection worked on 9.0, it needs some deeper code comparison, but I 
think it is mostly device problem.

Could you send me output of such commands from FreeBSD 9.0:
camcontrol cmd da0 -vEc "12 00 00 00 24 00" -i 36 - | hd
camcontrol cmd da0 -vEc "12 00 00 00 fe 00" -i 254 - | hd
camcontrol cmd da0 -vEc "12 00 00 01 00 00" -i 256 - | hd

-- 
Alexander Motin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?504B2C35.3030800>