From owner-freebsd-current@FreeBSD.ORG Sun Jul 24 23:16:16 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 C3B3616A420 for ; Sun, 24 Jul 2005 23:16:16 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF36943D58 for ; Sun, 24 Jul 2005 23:16:14 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so828964wra for ; Sun, 24 Jul 2005 16:16:13 -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=KimFKTx15NmtAAfq8nZhQvC4IgdpTXE7CpGpRgvDf2X8zClh1WoAs1XqijANlyUkUAUuHAmKtQ27vbFnvSEtmj4hkANY2yMuYwpU6qan1IlNAb9Dbqze+3IF0D008/ZehPD8mCzmZgpatov0p9Xu5UHbBPNH/aNqvWrBSpB2RPA= Received: by 10.54.33.61 with SMTP id g61mr1452171wrg; Sun, 24 Jul 2005 16:16:13 -0700 (PDT) Received: by 10.54.38.32 with HTTP; Sun, 24 Jul 2005 16:16:13 -0700 (PDT) Message-ID: <70e8236f050724161620b3aabc@mail.gmail.com> Date: Mon, 25 Jul 2005 00:16:13 +0100 From: Joao Barros To: John Baldwin In-Reply-To: <200507211257.21730.jhb@FreeBSD.org> 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> <200507131409.39988.jhb@FreeBSD.org> <6.2.1.2.0.20050721112003.07dfcec0@64.7.153.2> <200507211257.21730.jhb@FreeBSD.org> 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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2005 23:16:16 -0000 On 7/21/05, John Baldwin wrote: > On Thursday 21 July 2005 11:42 am, Mike Tancsa wrote: > > At 02:09 PM 13/07/2005, John Baldwin wrote: > > >On Wednesday 13 July 2005 09:38 am, Mike Tancsa wrote: > > > > At 04:28 PM 12/07/2005, John Baldwin wrote: > > > > >That does sort of help. Can you try commenting out the call to > > > > >ioapic_setup_mixed_mode() in the sys/i386/i386/mptable.c file and = try > > > > > booting with ACPI disabled (but APIC on) and see if it still work= s > > > > > ok? > > > > > > > > Yup, > > > > Still boots just fine. > > > > > >Ok. Back on 6, can you try editing sys/i386/i386/io_apic.c and in the > > >function ioapic_set_extint(), change the line that reads: > > > > > > io->io_pins[pin].io_masked =3D 1; > > > > > >to set the masked variable to 0 instead? > > > > Yes, it works with and without ACPI!! >=20 > Ok. That change directly violates the ACPI standard. :( I need to think > about this. At the very least I can add a tunable for this. John, Would it be possible to have this in BETA2? -- Joao Barros