Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2002 11:05:55 +0100
From:      Thomas =?iso-8859-1?q?W=FCrfl?= <ThomasWuerfl@gmx.de>
To:        "Chad Kline" <i18rabbit@hotmail.com>, freebsd-questions@freebsd.org
Subject:   Re: olympus c-1 (d-150)
Message-ID:  <16pnos-0MQaK8C@fmrl09.sul.t-online.com>
In-Reply-To: <F204ANH2cv0aGltFBNl000009e7@hotmail.com>
References:  <F204ANH2cv0aGltFBNl000009e7@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help


> >>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16pnos-0MQaK8C>