From owner-freebsd-current@FreeBSD.ORG Tue Sep 22 22:14:30 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 66CA91065670; Tue, 22 Sep 2009 22:14:30 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id C68698FC1E; Tue, 22 Sep 2009 22:14:29 +0000 (UTC) Received: by fxm22 with SMTP id 22so167886fxm.36 for ; Tue, 22 Sep 2009 15:14:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Sn9HuyEcDyV8oi5GPzyq8QVddGmC0Em8Q669/8dHpqI=; b=EUMavIdVKqVCceSYn1sfV3lxVvhU83bYh38hqXLaj+RDwRyzRhdCBhVDoavzdAYRUB GrcaLR6/GSwPMAn1K8rzkGkDWt/CbAgv2OJ7KEhf10isVp9DmrhnCssTh8arGGIfiN7L 5/FQIxEm52t3X0m+4s8CG8Wz1u4tdKvCzeIik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=CDaWNjMB96GC7VDxDqzrkxsCf3FaRZ4HSs29ZghXxAshQF/je2z9FPLt9Nf/Kh8kbA ZogRQAk2DI4x/xXmwjOnvvmtAKhDUWmDJXrx7jTGelsPQIrqTfyQBzrTK34VF4hLIbfn VbpecnH2nDYJtKDQp796bz7D1HOpUpphe6Rj8= MIME-Version: 1.0 Received: by 10.103.80.36 with SMTP id h36mr656821mul.18.1253657668938; Tue, 22 Sep 2009 15:14:28 -0700 (PDT) In-Reply-To: <1253656188.2110.31.camel@balrog.2hip.net> References: <1253656016.2110.26.camel@balrog.2hip.net> <1253656188.2110.31.camel@balrog.2hip.net> Date: Wed, 23 Sep 2009 00:14:28 +0200 Message-ID: <3a142e750909221514v4aaf408dm90930b5317d78177@mail.gmail.com> From: "Paul B. Mahol" To: Robert Noland Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current Subject: Re: vesa hanging boot 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: Tue, 22 Sep 2009 22:14:30 -0000 On 9/22/09, Robert Noland wrote: > On Tue, 2009-09-22 at 16:46 -0500, Robert Noland wrote: >> Todays -HEAD (197416) is hanging on boot for me if the vesa module is >> loaded. I initially thought that this was keyboard related, but >> reverting various bits and pieces didn't do any good. Once in serial >> console I was able to determine that it was actually hanging right after >> the VESA: information block gets dumped. Disabling vesa allows me to >> boot successfully. Verbose boot log available up to the hang is >> available if anyone thinks it is useful... It is somewhere in very low level(I hope so), because loading module after boot doesnt work any more, and unloading module and loading it again will hang machine. -- Paul