From owner-freebsd-questions Tue Mar 26 2:46:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id 4B69737B419 for ; Tue, 26 Mar 2002 02:46:53 -0800 (PST) Received: from fwd09.sul.t-online.de by mailout01.sul.t-online.com with smtp id 16pnou-00061t-0Z; Tue, 26 Mar 2002 11:04:48 +0100 Received: from there (320071886283-0001@[217.80.237.74]) by fmrl09.sul.t-online.com with smtp id 16pnos-0MQaK8C; Tue, 26 Mar 2002 11:04:46 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Thomas =?iso-8859-1?q?W=FCrfl?= To: "Chad Kline" , freebsd-questions@freebsd.org Subject: Re: olympus c-1 (d-150) Date: Tue, 26 Mar 2002 11:05:55 +0100 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <16pnos-0MQaK8C@fmrl09.sul.t-online.com> X-Sender: 320071886283-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > >>i see in /usr/src/sys/dev/usb/umass.c > >>that support for the Olympus C-1 has been added. > >>usbdevs detects my Olympus D-150 (US model #) > >>as an Olympus C-1 (Japanese model #). > > > >have also a look to /usr/src/sys/cam/scsi/scsi_da.c > >your camera has been added threre already. > > { > /* > * Olympus digital cameras (C-3040ZOOM, C-2040ZOOM, C-1) > */ > {T_DIRECT, SIP_MEDIA_REMOVABLE, "OLYMPUS", "C-*", "*"}, > /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE > }, > > yes - the camera is in this file. > NO!!!! it is no in this line! Maybe its the same like the C-1, but the name of it is D-150. So it gets detected by the next line of this file: * Olympus digital cameras (D-370) */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "OLYMPUS", "D-*", "*"}, /*quirks*/ DA_Q_NO_6_BYTE And if you look closer you see that there's no "DA_Q_NO_SYNC_CACHE". Add it and try again. > yes i do. and i have no other SCSI devices. > i gather i do not need usb/uhci/ohci? > i have had them - are they unnecessary? > Of course you need them too. Good luck Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message