From owner-cvs-src@FreeBSD.ORG Sat Dec 23 02:03:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4252C16A407; Sat, 23 Dec 2006 02:03:41 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1E28113C441; Sat, 23 Dec 2006 02:03:41 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBN23eZ1087107; Sat, 23 Dec 2006 02:03:41 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBN23eMF087106; Sat, 23 Dec 2006 02:03:40 GMT (envelope-from kensmith) Message-Id: <200612230203.kBN23eMF087106@repoman.freebsd.org> From: Ken Smith Date: Sat, 23 Dec 2006 02:03:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/dev/usb umass.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Dec 2006 02:03:41 -0000 kensmith 2006-12-23 02:03:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/dev/usb umass.c Log: MFS of v1.122.2.12 which was an MFC of v1.134: >> revision 1.134 >> date: 2006/03/05 17:52:32; author: phk; state: Exp; lines: +4 -2 >> When we get an unknown ATAPI comand, try it even if it is not listed, >> in all likelyhood just passing it through will work. > >This fix allows for burning CDs/DVDs on USB drives which would be nice >for 6.2... > >Original work by: phk >Requested by: phk >Reviewed by: iedowse Approved by: re (bmah) Revision Changes Path 1.122.2.11.2.1 +4 -2 src/sys/dev/usb/umass.c