Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2003 09:28:29 -0600
From:      "Kenneth D. Merry" <ken@kdm.org>
To:        Abhay Srivastava <freebsd_questions@hotmail.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Porting from 3.1 to 4.7
Message-ID:  <20030423092829.A58203@panzer.kdm.org>
In-Reply-To: <Law11-F104v6hNo6j3w0000414d@hotmail.com>; from freebsd_questions@hotmail.com on Wed, Apr 23, 2003 at 08:50:16PM %2B0530
References:  <Law11-F104v6hNo6j3w0000414d@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@kdm.org



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