From owner-cvs-all@FreeBSD.ORG Sat Jun 30 02:50:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00E4516A41F; Sat, 30 Jun 2007 02:50:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CF0FB13C45A; Sat, 30 Jun 2007 02:50:57 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5U2ovlF040663; Sat, 30 Jun 2007 02:50:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5U2oveJ040660; Sat, 30 Jun 2007 02:50:57 GMT (envelope-from imp) Message-Id: <200706300250.l5U2oveJ040660@repoman.freebsd.org> From: Warner Losh Date: Sat, 30 Jun 2007 02:50:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb umass.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2007 02:50:58 -0000 imp 2007-06-30 02:50:57 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c Log: Expand the transform API to allow transports to return 'success' for the command. Make UFI devices return 'success' when asked to do a SYNC_CACHE. There's no support for write caching in the UFI spec, so this is the most appropriate action to undertake. Reviewed by: scottl Approved by: re@ (blanket) Revision Changes Path 1.154 +20 -5 src/sys/dev/usb/umass.c