From owner-freebsd-current@FreeBSD.ORG Tue Feb 24 23:50:16 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C7C81065674 for ; Tue, 24 Feb 2009 23:50:16 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 51AB28FC1E for ; Tue, 24 Feb 2009 23:50:16 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id B8B18FF69; Wed, 25 Feb 2009 12:50:15 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LYOXoTVPxEqc; Wed, 25 Feb 2009 12:50:11 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Wed, 25 Feb 2009 12:50:11 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 5CE6E1142F; Wed, 25 Feb 2009 12:50:11 +1300 (NZDT) Date: Tue, 24 Feb 2009 15:50:11 -0800 From: Andrew Thompson To: Michael Butler Message-ID: <20090224235011.GA23787@citylink.fud.org.nz> References: <49A48664.9090800@protected-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49A48664.9090800@protected-networks.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: current@freebsd.org Subject: Re: USB2 vs SCSI pass-through? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 24 Feb 2009 23:50:16 -0000 On Tue, Feb 24, 2009 at 06:44:36PM -0500, Michael Butler wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I plugged in my external USB drive this afternoon to be greeted with: > > kernel: ugen4.2: at usbus4 > kernel: umass0: on usbus4 > kernel: umass0: SCSI over Bulk-Only; quirks = 0x0000 > kernel: umass0:3:0:-1: Attached to scbus3 > kernel: xptioctl: pass driver is not in the kernel > kernel: xptioctl: put "device pass" in your kernel config file > > Er .. my kernel includes 'GENERIC' and does not exclude 'device pass'. > > What gives? An application issued a CAMGETPASSTHRU to the device, maybe you have something launching from devd or is its part of the hal port. Andrew