Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2002 02:02:16 +0900
From:      Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
To:        Dmitry Mottl <dima@sinp.msu.ru>
Cc:        freebsd-firewire@freebsd.org, <freebsd-scsi@freebsd.org>
Subject:   Re: VAIO Firewire dock station with DVD-ROM
Message-ID:  <ybs1y6esb8n.wl@ett.sat.t.u-tokyo.ac.jp>
In-Reply-To: <20021025184837.C227-100000@localhost>
References:  <ybs4rbasjfn.wl@ett.sat.t.u-tokyo.ac.jp> <20021025184837.C227-100000@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
At Fri, 25 Oct 2002 18:50:20 +0400 (MSD),
Dmitry Mottl wrote:
> 
> On Fri, 25 Oct 2002, Hidetoshi Shimokawa wrote:
> 
> > Did you really do `make install'?
> Certainly
> >
> > I put the latest version at
> > http://people.freebsd.org/~simokawa/firewire-20021025.tar.gz
> The same result.  :(

O.K. I understand the problem.

Please note that the patch worked somehow. Without the patch,
the MODE_SENSE(6) failed with "Invalid command operation code", on
the other hand, with the patch, MODE_SELECT(6) (which is actually
transformed to MODE_SELECT(10)) failed with 'Invalid field in
parameter list'.

This is because MODE_SENSE/SELECT(6) and MODE_SENSE/SELECT(10) use
different scsi_mode_header6/10(see scsi_all.h) and their parameter
list aren't compatible. This is out of the scope of the patch.
I think umass has same problem.

I don't have any quick solution.
Maybe, we have to wait for CAM_NEW_TRAN_CODE.

(If your dvd drive is the only cd drive connected to your machine,
you can hack the scsi_cd.c to use 10 bytes command.)

/\ Hidetoshi Shimokawa
\/  simokawa@sat.t.u-tokyo.ac.jp
PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-firewire" in the body of the message




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