From owner-freebsd-current@FreeBSD.ORG Mon Sep 5 20:38:25 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 C804D16A421 for ; Mon, 5 Sep 2005 20:38:25 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAF9443D48 for ; Mon, 5 Sep 2005 20:38:24 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by wproxy.gmail.com with SMTP id i23so465631wra for ; Mon, 05 Sep 2005 13:38:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NUp44z7VdraxC8/a4xbi4U4t3GNVvOnvEvztqXAj2sK9uDazhBZUk6CJQRkJkrlDR/AZd4cDFplRCTgtUvjZjzc+mw03vObyPjOGmnE3t2Ump/dW0xfBKUPq4ePZIMG4w0zrUPPAjiKAb8F2cWzgUBLUbVxQbZLa79V7K8ShWEQ= Received: by 10.54.33.17 with SMTP id g17mr3901196wrg; Mon, 05 Sep 2005 13:38:23 -0700 (PDT) Received: by 10.54.38.32 with HTTP; Mon, 5 Sep 2005 13:38:23 -0700 (PDT) Message-ID: <70e8236f05090513381584dda0@mail.gmail.com> Date: Mon, 5 Sep 2005 21:38:23 +0100 From: Joao Barros To: John Baldwin In-Reply-To: <70e8236f05090321007f621845@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <70e8236f05070208212e36c375@mail.gmail.com> <200507291318.24428.jhb@FreeBSD.org> <70e8236f050807192628b0405e@mail.gmail.com> <200508081311.51857.jhb@FreeBSD.org> <70e8236f05090321007f621845@mail.gmail.com> Cc: freebsd-current@freebsd.org, Mike Tancsa Subject: Re: 6.0-CURRENT SNAP004 hangs on amr (patch) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joao.barros@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 20:38:25 -0000 On 9/4/05, Joao Barros wrote: > On 8/8/05, John Baldwin wrote: > > Ok, so I'm assuming that 5.4 works but RELENG_6 does not? Do you have = verbose > > dmesg's from both cases so that I can compare them? >=20 > Ok, review: > FreeBSD5.4: kernel boots with amr installed > FreeBSD6.0: kernel doesn't boot with amr installed > As I think some commit in time between 5.4 and CURRENT(6.0) changed > something that prevents the kernel to boot with an amr installed, I'm > trying to pinpoint that change. > So far I've tested 5.4-STABLE-SNAP006-i386 which boots and back till > 6.0-CURRENT-SNAP001 which does not boot. > My next step will be to cvsup to specific times and start testing kernels= :) > More feedback to come! And after some(many) hours of compiling I narrowed the gap to a working kernel from September 1, 2004 to a non working kernel from November 1, 2004. And yes, more feeback to come. =20 -- Joao Barros