From owner-cvs-all Thu Jan 24 7:11: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3428737B404; Thu, 24 Jan 2002 07:10:54 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0OFAsL61861; Thu, 24 Jan 2002 07:10:54 -0800 (PST) (envelope-from guido) Message-Id: <200201241510.g0OFAsL61861@freefall.freebsd.org> From: Guido van Rooij Date: Thu, 24 Jan 2002 07:10:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG guido 2002/01/24 07:10:54 PST Modified files: sys/dev/usb umass.c Log: 1) Fix a debug statement by filling in its data before the printf in stead of after 2) Honour NO_TEST_UNIT_READY quirk for atapi devices as well 3) Actually support FujiFilm FinePix 6800 camera's. Will very likely also work for other FinePix models. Based on a debug session about half a year ago with Nik Hibma. MFC after: 2 weeks Revision Changes Path 1.52 +72 -3 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message