From owner-freebsd-current@FreeBSD.ORG Fri Jan 30 09:42:01 2009 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 5E9ED1065675 for ; Fri, 30 Jan 2009 09:42:01 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id E7ECD8FC1C for ; Fri, 30 Jan 2009 09:42:00 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=ajV_e_qu9Q8A:10 a=pkpoxy8g4UkA:10 a=6I5d2MoRAAAA:8 a=T8IKFdjkN0As-C2j8CwA:9 a=JCo5qOJds8I5FFw8SqopT732cSsA:4 a=LY0hPdMaydYA:10 Received: from [85.19.218.115] (account mc467741@c2i.net HELO [10.37.1.92]) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1189018657; Fri, 30 Jan 2009 10:41:58 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Fri, 30 Jan 2009 10:44:21 +0100 User-Agent: KMail/1.9.7 References: <03037737-0CFE-4DA1-8952-2CEED059EC98@young-alumni.com> In-Reply-To: <03037737-0CFE-4DA1-8952-2CEED059EC98@young-alumni.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200901301044.22545.hselasky@c2i.net> Cc: Chris Ruiz Subject: Re: uhub_reattach_port:413: could not allocate new device! 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: Fri, 30 Jan 2009 09:42:01 -0000 On Friday 30 January 2009, Chris Ruiz wrote: > Jan 29 19:34:39 attack kernel: usb2_pc_common_mem_cb:429: Page offset =A0 > was not preserved! Hi, =46irst of all thanks for reporting! The issue you are experiencing is a known problem with busdma, because you = are=20 using a 64-bit platform. See "http://wiki.freebsd.org/USB" for a resolution. =2D-HPS