From owner-freebsd-current@FreeBSD.ORG Sat Jan 14 07:29:06 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 9B23116A41F for ; Sat, 14 Jan 2006 07:29:06 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail05.syd.optusnet.com.au (mail05.syd.optusnet.com.au [211.29.132.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id C316543D45 for ; Sat, 14 Jan 2006 07:29:05 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail05.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k0E7T3q8027928 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 14 Jan 2006 18:29:03 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id k0E7T2Hh018375; Sat, 14 Jan 2006 18:29:02 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id k0E7T2nb018374; Sat, 14 Jan 2006 18:29:02 +1100 (EST) (envelope-from pjeremy) Date: Sat, 14 Jan 2006 18:29:02 +1100 From: Peter Jeremy To: Dread Pirate Mal Message-ID: <20060114072902.GM13244@cirb503493.alcatel.com.au> References: <20060113204627.GA31171@tara.freenix.org> <20060113225857.GL13244@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: freebsd-current@freebsd.org Subject: Re: Abysmal performance on external usb drive 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: Sat, 14 Jan 2006 07:29:06 -0000 On Fri, 2006-Jan-13 15:26:57 -0800, Dread Pirate Mal wrote: >Actually, I missed a line before; there IS a 'none' entry in pciconf. Here's >the relevant spammage: > >uhci0@pci0:31:2: class=0x0c0300 card=0x57448086 chip=0x24428086 >rev=0x05 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801BA/BAM (ICH2/ICH2-M) USB Universal Host Controller' > class = serial bus > subclass = USB >none0@pci0:31:3: class=0x0c0500 card=0x57448086 chip=0x24438086 >rev=0x05 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801BA/BAM (ICH2/ICH2-M) SMBus Controller' > class = serial bus > subclass = SMBus That's the SMB controller (see smb(4) and smbus(4)) - nothing to do with USB. >uhci1@pci0:31:4: class=0x0c0300 card=0x57448086 chip=0x24448086 >rev=0x05 hdr=0x00 There's nothing that looks like a USB2 device in your list - echi(4) only lists ICH{4,5,6,7} as supported and the PCI class would be 0x0c0320 if it supported USB2. I think you're out of luck, sorry. -- Peter Jeremy