From owner-freebsd-current@FreeBSD.ORG Wed Aug 6 10:20:41 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E0DB37B404 for ; Wed, 6 Aug 2003 10:20:41 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7F94543F75 for ; Wed, 6 Aug 2003 10:20:40 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 73798 invoked by uid 1000); 6 Aug 2003 17:20:41 -0000 Date: Wed, 6 Aug 2003 10:20:41 -0700 (PDT) From: Nate Lawson To: John Baldwin In-Reply-To: Message-ID: <20030806102025.E73796@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org cc: scsi@freebsd.org Subject: RE: PATCH: Disable 6 byte commands for USB, firewire, ATAPICAM X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 17:20:41 -0000 On Wed, 30 Jul 2003, John Baldwin wrote: > On 25-Jul-2003 Nate Lawson wrote: > > Please test devices such as USB keys, USB cameras, Firewire hard disks, > > and ATAPICAM cd drives to be sure they still work with this patch. > > Especially if you've needed a quirk before, it is important to see if this > > patch does not break your device. I hope to get this into the tree early > > so there is plenty of testing before 5.2. > > You should remove the 6 to 10 translation that is already in umass(4) > for UFI and ATAPI devices. I didn't do it for SCSI devices because > the SCSI transport was supposed to work ok with 6 byte commands. Not > all devices properly report their transport though. Done. -Nate