From owner-freebsd-current@FreeBSD.ORG Tue May 20 11:55:04 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4737137B401 for ; Tue, 20 May 2003 11:55:04 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id CB46343F85 for ; Tue, 20 May 2003 11:55:03 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 92095 invoked by uid 1000); 20 May 2003 18:55:04 -0000 Date: Tue, 20 May 2003 11:55:04 -0700 (PDT) From: Nate Lawson To: Lars Eggert In-Reply-To: <3ECA703F.3060705@isi.edu> Message-ID: <20030520115122.O92084@root.org> References: <3ECA703F.3060705@isi.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: umass problem with Hitachi DVDCAM X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 18:55:04 -0000 On Tue, 20 May 2003, Lars Eggert wrote: > on attaching a Hitachi DVDcam, I get the following error on -current: > > umass1: Hitachi, Ltd. DVDCAM USB HS Interface, rev 2.00/1.40, addr 3 > (probe0:umass-sim1:1:0:0): INQUIRY. CDB: 12 0 0 0 24 0 > (probe0:umass-sim1:1:0:0): CAM Status: SCSI Status Error > (probe0:umass-sim1:1:0:0): SCSI Status: Check Condition > (probe0:umass-sim1:1:0:0): ILLEGAL REQUEST csi:12,12,0,c asc:24,0 > (probe0:umass-sim1:1:0:0): Invalid field in CDB: Command byte 2 is invalid > (probe0:umass-sim1:1:0:0): Unretryable error > > I'm guessing there's a quirk missing for it? > > Controller /dev/usb1: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > port 1 addr 3: full speed, self powered, config 1, DVDCAM USB HS > Interface(0x001e), Hitachi, Ltd.(0x04a4), rev 1.40 It amazes me that a device wouldn't be able to answer a simple INQUIRY. Try adding a NO_INQUIRY quirk in umass.c. -Nate