Porting from 3.1 to 4.7

Kenneth D. Merry ken at kdm.org
Wed Apr 23 08:28:32 PDT 2003


On Wed, Apr 23, 2003 at 20:50:16 +0530, Abhay Srivastava wrote:
> 
> Hi,
> I am porting a code from FreeBSD 3.1 to FreeBSD 4.7. However, the code for 
> executing Cam commands fail. The error is :
> 
> (pass0:sym0:0:0:0): MODE SELECT(06). CDB: 15 1 0 0 10 0
> 
> (pass0:sym0:0:0:0): ILLEGAL REQUEST asc:26,0
> 
> (pass0:sym0:0:0:0): Invalid field in parameter list field replaceable unit: 
> 7 sks:8f,8
> 
> Is there any change in the way cam commands are given in 4.7 as this code 
> runs perfectly on 3.1.
> 
> Kindly cc to my Id also as I am not a member on this mailing list.

Look at the sense key specific information.  It's complaining about byte 8,
bit 7 in the parameter list.

So look at what you're sending.  If you think this is a FreeBSD problem,
it's a little hard to say what it might be without looking at the code.

Ken
-- 
Kenneth Merry
ken at kdm.org


More information about the freebsd-hackers mailing list