From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 20:43:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94E1216A4CE for ; Thu, 7 Oct 2004 20:43:12 +0000 (GMT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id E229D43D1D for ; Thu, 7 Oct 2004 20:43:11 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id i97Kh7If015829; Thu, 7 Oct 2004 21:43:07 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id i97KgvEq036990; Thu, 7 Oct 2004 21:42:57 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)i97KgqVE036984; Thu, 7 Oct 2004 21:42:57 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Thu, 7 Oct 2004 21:42:52 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Adam VanderHook In-Reply-To: <20041007185605.GG709@regen.bandwidth-junkies.net> Message-ID: <20041007213924.M36662@ury.york.ac.uk> References: <20041007185605.GG709@regen.bandwidth-junkies.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: freebsd-current@freebsd.org Subject: Re: 5.3-BETA7 - kernel hangs on boot - Toshiba Satellite A30 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 07 Oct 2004 20:43:12 -0000 On Thu, 7 Oct 2004, Adam VanderHook wrote: > I have a Toshiba Satellite A30. Today I downloaded 5.3-BETA7 disc 1 > from ftp2. > > I have tried normal booting, ACPI disabled, safe mode, and verbose mode. > ALL of them hang during kernel boot at the same point, expect when ACPI > is disabled. I've also tried this with 5.2.1 and 5.1 CDs from BSDmall, > as well as some other misc. beta/rc CDs from the 5.x series I have > laying around. > > NOTE: All dmesgs presented are from 5.3-BETA7. I had to copy them by > hand. > > Booting with ACPI disabled (notice the pir0 entry now, and hangs on pci0 > instead of ata0): > > http://acidos.bandwidth-junkies.net/dmesg.no-acpi I have no idea about the hang in ACPI mode, but try setting hw.pci.enable_io_modes=0 from the loader when booting with ACPI disabled. All recent Toshiba laptops i've played with recently have needed that. Gavin