From owner-freebsd-mobile@FreeBSD.ORG Sat May 21 02:59:59 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A0C16A4CE for ; Sat, 21 May 2005 02:59:59 +0000 (GMT) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DF1243D83 for ; Sat, 21 May 2005 02:59:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 21134 invoked from network); 21 May 2005 02:59:59 -0000 Received: by simscan 1.1.0 ppid: 21115, pid: 21122, t: 0.5041s scanners: clamav: 0.84/m:31/d:888 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 21 May 2005 02:59:58 -0000 Received: from [192.168.0.15] (osx.baldwin.cx [192.168.0.15]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j4L2xqeH040798; Fri, 20 May 2005 22:59:52 -0400 (EDT) (envelope-from jhb@FreeBSD.org) In-Reply-To: <20050518.155618.71084045.haro@h4.dion.ne.jp> References: <20050518.155618.71084045.haro@h4.dion.ne.jp> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <79e6b51a7fb7d0233cb0c9e886d92ddf@FreeBSD.org> Content-Transfer-Encoding: 7bit From: John Baldwin Date: Fri, 20 May 2005 22:59:51 -0400 To: Munehiro Matsuda X-Mailer: Apple Mail (2.622) X-Spam-Status: No, score=-2.8 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx cc: jamil.ahmed@hotmail.co.uk cc: freebsd-mobile@FreeBSD.org Subject: Re: FreeBSD 5.x installation hangs on Toshiba Tecra A2 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 02:59:59 -0000 On May 18, 2005, at 2:56 AM, Munehiro Matsuda wrote: > Hello Jamil, > > How about setting 'hw.pci.enable_io_modes=0' at loader prompt or > set it in loader.conf? Toshiba laptops seems to need this. > > Hope this helps, > Haro > =---------------------------------------------------------------------- > -------- > _ _ Munehiro (haro) Matsuda > -|- /_\ |_|_| Internet Solution Dept., KGT Inc. > /|\ |_| |_|_| 2-8-8 Shinjuku Shinjuku-ku Tokyo 160-0022, Japan > Tel: +81-3-3225-0767 Fax: +81-3-3225-0740 > Email: haro@kgt.co.jp > > From: "Jamil Ahmed" > Date: Wed, 18 May 2005 07:42:41 +0100 > ::Hello, > :: > ::I am having trouble installing FreeBSD 5.x on my laptop (the > processor is > ::Intel Centrino 1.7GHz). I have tried 5.3 and now 5.4, the load stops > at the > ::same place for both. FreeBSD 4.10 installs fine. I have tried the > normal > ::boot and also boot with ACPI disabled without luck. The following is > the > ::tail end of the output when booting with verbose output > :: > ::pcib0: slot 2 INTA routed to irq 10 via \_SB_.LNKA > ::found-> vendor=0x8086, dev=0x3582, revid=0x02 > :: bus=0, slot=2, func=0 > :: class=03-00-00, hdrtype=0x00, mfdev=1 > :: cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords) > :: lattimer=0x00 (0 ns), mingnt-0x00 (0 ns), maxlat=0x00 (0 ns) > :: intpin=a, irq=10 > :: powerspec 1 supports D0 D1 D3 current D0 > :: map[10]: type 3, range 32, base 00000000, size 27, memory > disabled > :: > :: > ::the install just stalls at this point. So, the problem is that we turn on the memory BARs by default. Note that the BAR has a base address of 0, so I wonder if it starts "answering" to mem access to low memory. Note it has a range of 27 bits, or 128 MB. We could probably just move the check for a base of 0 up above the pci_enable_io_modes code to do that. Warner, what do you think? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org