From owner-freebsd-current@FreeBSD.ORG Thu Aug 12 13:31:24 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 75B8916A4CE for ; Thu, 12 Aug 2004 13:31:24 +0000 (GMT) Received: from mail.gactr.uga.edu (mail.gactr.uga.edu [128.192.37.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 132F143D53 for ; Thu, 12 Aug 2004 13:31:24 +0000 (GMT) (envelope-from robin.blanchard@gactr.uga.edu) Received: from localhost (localhost [127.0.0.1]) by mail.gactr.uga.edu (Postfix) with ESMTP id 4F5A2DA8B2 for ; Thu, 12 Aug 2004 09:31:05 -0400 (EDT) Received: from EBE1.gc.nat (E2K1.gc.nat [10.10.11.21]) by mail.gactr.uga.edu (Postfix) with ESMTP id 7FFD7DA8AD for ; Thu, 12 Aug 2004 09:31:04 -0400 (EDT) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 12 Aug 2004 09:31:22 -0400 Message-ID: <9B5C1FCAFB35084787C21EFFFA78DD9E612D6C@EBE1.gc.nat> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.cacpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h Thread-Index: AcR/zIElU3VBkDWgRde9xCb4t/ctGQAN61hwABsOSHA= From: "Robin P. Blanchard" To: "Daniel Eriksson" , X-Virus-Scanned: by amavisd-new at gactr.uga.edu Subject: RE: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.cacpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h 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, 12 Aug 2004 13:31:24 -0000 > -----Original Message----- > From: owner-freebsd-current@freebsd.org=20 > [mailto:owner-freebsd-current@freebsd.org] On Behalf Of=20 > Daniel Eriksson > Sent: Wednesday, August 11, 2004 8:49 PM > To: 'Nate Lawson' > Cc: freebsd-current@freebsd.org > Subject: RE: cvs commit: src/sys/dev/acpica acpi_pci_link.c=20 > acpi_pcib.cacpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h >=20 > Nate Lawson wrote: >=20 > > I need the dmesg output from boot -v to see the link priority=20 > > settings. >=20 > Attached is the "boot -v" output from two separate boots with=20 > a kernel built from sources dated 2004.08.11.21.00.00 (after=20 > your patch with additional debug output). >=20 > The two logs (with "PnP OS installed" set to Yes or No in=20 > BIOS) are pretty similar, so I don't think that setting in=20 > the BIOS makes much difference for your code. >=20 > The next thing to try (I guess) is a kernel without "device=20 > apic". However, my users are a bit upset about the downtime=20 > (already 3 reboots today) so I might have to wait with that=20 > until tomorrow. >=20 > /Daniel Eriksson >=20 I don't believe you have to maintain separate kernels to enable/disable = apic. You can set this in loader.conf via: hint.apic.0.disabled=3D1 For the record, I have to set this on my dell pe2450, pe2550, and = pe1550; otherwise, the machines hang during boot.