From owner-freebsd-amd64@FreeBSD.ORG Sat Sep 17 09:51:25 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3EDD16A41F; Sat, 17 Sep 2005 09:51:25 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swip.net [212.247.155.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0F7843D45; Sat, 17 Sep 2005 09:51:24 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-217-137-127.daxnet.no ([193.217.137.127] verified) by mailfe13.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 21620517; Sat, 17 Sep 2005 11:51:22 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 17 Sep 2005 11:52:22 +0200 User-Agent: KMail/1.7 References: <17166.21317.705489.47055@grasshopper.cs.duke.edu> <20050902.103259.08238152.fujita@soum.co.jp> <20050917.151408.46626816.fujita@soum.co.jp> In-Reply-To: <20050917.151408.46626816.fujita@soum.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509171152.23745.hselasky@c2i.net> Cc: freebsd-current@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: MAXMEM ? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hselasky@c2i.net List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 09:51:25 -0000 On Saturday 17 September 2005 08:14, FUJITA Kazutoshi wrote: > Hi, > > I have AMD64 -CURRENT box. > Motherboard is ASUS A8N-E(chipset is nForce4). > It has 4GB Memory. This might indicate that your hardware does not support 4GB addressing. In the file "/sys/dev/usb/usb_mem.c", change "BUS_SPACE_MAXADDR_32BIT" into "BUS_SPACE_MAXADDR_32BIT/2". > > There is some trouble with GENERIC kernel, > but specifying MAXMEM, such as > > options MAXMEM=(2*1024*1024) > ^^^ remove this option from your kernel config file. Recompile kernel and see what happens. You might also want to change this in the other drivers in question, and see if it makes any difference. --HPS