From owner-cvs-all Thu Sep 5 23:51:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDA6437B400; Thu, 5 Sep 2002 23:51:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D8743E65; Thu, 5 Sep 2002 23:51:42 -0700 (PDT) (envelope-from guido@FreeBSD.org) Received: from freefall.freebsd.org (guido@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g866pgJU084300; Thu, 5 Sep 2002 23:51:42 -0700 (PDT) (envelope-from guido@freefall.freebsd.org) Received: (from guido@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g866pg0O084299; Thu, 5 Sep 2002 23:51:42 -0700 (PDT) Message-Id: <200209060651.g866pg0O084299@freefall.freebsd.org> From: Guido van Rooij Date: Thu, 5 Sep 2002 23:51:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: RELENG_4 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/09/05 23:51:42 PDT Modified files: (Branch: RELENG_4) sys/dev/usb umass.c Log: MFC 1.52: 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. 4) Enable ATAPI support for umass devices. Reviewed by: joe@frebsd.org Approved by: re@freebsd.org Revision Changes Path 1.11.2.10 +72 -8 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message