From owner-freebsd-usb@FreeBSD.ORG Sat Jan 10 18:37:56 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D79A106564A for ; Sat, 10 Jan 2009 18:37:56 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.tele2.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 2295C8FC0C for ; Sat, 10 Jan 2009 18:37:55 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=nklthdr5v5AUSfVrlghuJA==:17 a=i__SCIhEQNIEeib1RM0A:9 a=6HmnxefQpacUZylv971Hf8uEDlsA:4 a=LY0hPdMaydYA:10 Received: from [62.113.132.62] (account mc467741@c2i.net [62.113.132.62] verified) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 788349774; Sat, 10 Jan 2009 19:37:54 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 10 Jan 2009 19:40:10 +0100 User-Agent: KMail/1.9.7 References: <200901101332.04206.Thomas.Sparrevohn@btinternet.com> <367b2c980901100723h19dc2ff6x55a48c96dcdce9b3@mail.gmail.com> <200901101817.45284.Thomas.Sparrevohn@btinternet.com> In-Reply-To: <200901101817.45284.Thomas.Sparrevohn@btinternet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901101940.11605.hselasky@c2i.net> Cc: Subject: Re: Advice on booting from usb2 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2009 18:37:56 -0000 On Saturday 10 January 2009, Thomas Sparrevohn wrote: > On Saturday 10 January 2009 15:23:48 Olivier SMEDTS wrote: > > The patch works for me and allows me to boot - however eventually I get the > > usb2_pc_common_mem_cb:429: Page offset was not preserved! > > Error - I wonder if the error is specific to the Nvidia Nforce 590 Intel > chipset or its more generic as but seems to occur quite rarely > Hi, It is chipset independent. It appears at the moment data is bounced, because you have too much memory in the computer :-) Currently the USB drivers only supports 32-bits of DMA addressing. --HPS