From owner-freebsd-current@FreeBSD.ORG Thu Nov 27 22:06:53 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDB9A106564A for ; Thu, 27 Nov 2008 22:06:53 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id C16CF8FC0A for ; Thu, 27 Nov 2008 22:06:53 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1078452rvf.43 for ; Thu, 27 Nov 2008 14:06:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=RISQnil1qhNubuUK5BQh2Y4aWqZdpreKg2iP0inpd6Q=; b=x1AXJuqtk5DtJExIDtjYwJGjehsF39hS+TBkW02k4cmwCAao88f0KpbxxVIBVZAaru tK76HYc9Snb4brgp8Ee+x5z4Yp7EO/iowfwHKcImjzonazxAEMW2WVw17OayDerYpZvn jHfILKrFJtbbfxI5M6Mb5xI3/8y/e6uWLiA/4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=lkb9a8lsUxwYNJ3BIC/QGKq3VNkeMVwe9YTP4R9iEeh+abt9BYJkm3E4aRMzIJKaqc VEYmsYzEJcjJt3aX/I4TT7ml5Cw0hTniNcjI2FQWHZIN57VQ7oyuaLjg+z7zJmHEOC0K unqd2jOPbhct5Zx+E67VL27OdfwK9aeBtmAu0= Received: by 10.141.116.16 with SMTP id t16mr3516155rvm.250.1227823613085; Thu, 27 Nov 2008 14:06:53 -0800 (PST) Received: by 10.140.158.13 with HTTP; Thu, 27 Nov 2008 14:06:52 -0800 (PST) Message-ID: <7d6fde3d0811271406x15365c50k92be3663f28d6383@mail.gmail.com> Date: Thu, 27 Nov 2008 14:06:52 -0800 From: "Garrett Cooper" To: "Nick Hibma" In-Reply-To: <200811272259.59909.nick@van-laarhoven.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9F1EE8E5-CDEB-4219-97C2-54F429B93410@lassitu.de> <7d6fde3d0811261336p7f207a16g83f2e98991f0e345@mail.gmail.com> <200811272259.59909.nick@van-laarhoven.org> Cc: freebsd-current@freebsd.org Subject: Re: snapshot 200811 amd64 fails to attach Parallels 4 uhci 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: Thu, 27 Nov 2008 22:06:54 -0000 On Thu, Nov 27, 2008 at 1:59 PM, Nick Hibma wrote: >> >>> ehci0: mem >> >>> 0xe8000000-0xe80003ff >> >>> irq 19 at device 29.7 on pci0 >> >>> ehci0: pre-2.0 USB rev >> >>> device_attach: ehci0 attach returned 6 > > Hardcode the revision to USB 2.0 and you should be ok. > > I guess that Parallells does not set a value correctly (or indicates it is > emulating). Perhaps you could add a printf to display it? > > Nick In that case, I'd definitely submit a bug with the Parallels folks. -Garrett