From owner-cvs-src@FreeBSD.ORG Sat Feb 5 09:23:13 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A996616A4CE; Sat, 5 Feb 2005 09:23:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8088543D1F; Sat, 5 Feb 2005 09:23:13 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j159NDw8010278; Sat, 5 Feb 2005 09:23:13 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j159NDDe010277; Sat, 5 Feb 2005 09:23:13 GMT (envelope-from bms) Message-Id: <200502050923.j159NDDe010277@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 5 Feb 2005 09:23:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb umass.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 09:23:13 -0000 bms 2005-02-05 09:23:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb umass.c Log: MFC rev 1.114: Pass through the commands necessary to format USB floppy devices, from within umass_ufi_transform(). This includes the 12-byte commands FORMAT_UNIT, WRITE_AND_VERIFY, VERIFY, and READ_FORMAT_CAPACITIES (sorted in numerical order). Revision Changes Path 1.112.2.2 +4 -5 src/sys/dev/usb/umass.c