From owner-freebsd-current@FreeBSD.ORG Wed Sep 23 14:10:22 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 27EAF1065672; Wed, 23 Sep 2009 14:10:22 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by mx1.freebsd.org (Postfix) with ESMTP id 7D91C8FC27; Wed, 23 Sep 2009 14:10:21 +0000 (UTC) Received: by bwz27 with SMTP id 27so539972bwz.43 for ; Wed, 23 Sep 2009 07:10:20 -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=IXdGAhEzPCLZuPRfFVpH70q6oxSoG3qqMLyD/f5toDM=; b=YjgxYtkUj1i7nALh54mmPsZik+U7GU+L2SN7bdbbZcIZx0Bm778Kb+y0iNl+JnoW5H ayyfC4PRtbuu4eiRmpxWlGkdI60FT5Dtw7fvtcFhSz7AdEvPcGarRMob7FFFD2eou8AE Dniz7SEYxq/+Fe5wS/aFTiWIKSMdkC2q+zv2c= 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=jtDa7jSB/pJl8y5h9KD0Mo53Z536cfmfNpz+iXsh7dFQWSdWpGtNmAezMAF8CUAGWt l+97oosi8nGMuop8zjfYxiMiLerxPhoza8U2+tvh/T0pNAFnEPQVe4Suav/IIUNW5PQu EQgheyvlQnAS19FawDMrUhs/2cD/AH4lQHFiI= MIME-Version: 1.0 Received: by 10.102.149.9 with SMTP id w9mr990898mud.77.1253715019809; Wed, 23 Sep 2009 07:10:19 -0700 (PDT) In-Reply-To: <3a142e750909230110s7b9282f5la84dc02df4d55f42@mail.gmail.com> References: <1253656016.2110.26.camel@balrog.2hip.net> <1253656188.2110.31.camel@balrog.2hip.net> <86skee89ph.fsf@gmail.com> <3a142e750909230110s7b9282f5la84dc02df4d55f42@mail.gmail.com> Date: Wed, 23 Sep 2009 16:10:19 +0200 Message-ID: <3a142e750909230710s337f87f4x3fadaa0aaaa7b30a@mail.gmail.com> From: "Paul B. Mahol" To: Anonymous Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current , Robert Noland 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: Wed, 23 Sep 2009 14:10:22 -0000 On 9/23/09, Paul B. Mahol wrote: > On 9/23/09, Anonymous wrote: >> Robert Noland writes: >> >>> 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... >>> >>> Ooops, >>> >>> FreeBSD balrog.2hip.net 9.0-CURRENT FreeBSD 9.0-CURRENT #21 72d3ac6: Tue >>> Sep 22 15:42:59 CDT 2009 >>> rnoland@balrog.2hip.net:/usr/obj/home/rnoland/freebsd/git-head/sys/BALROG >>> amd64 >> >> Can you try to reproduce it after r197424? > > No. I mean, r197424 fixed it for me. -- Paul