From owner-freebsd-current@FreeBSD.ORG Thu Sep 30 09:50:43 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 2BBE916A4CE for ; Thu, 30 Sep 2004 09:50:43 +0000 (GMT) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FD9943D45 for ; Thu, 30 Sep 2004 09:50:42 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy.york.ac.uk [144.32.226.160]) by mail-gw0.york.ac.uk (8.12.10/8.12.10) with ESMTP id i8U9oN4j029213; Thu, 30 Sep 2004 10:50:23 +0100 (BST) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.1/8.13.1) with ESMTP id i8U9oNUM003195; Thu, 30 Sep 2004 10:50:23 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.1/8.13.1/Submit) id i8U9oMFL003194; Thu, 30 Sep 2004 10:50:22 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: Michael Reifenberger In-Reply-To: <20040930093655.C64743@fw.reifenberger.com> References: <415B5991.70002@root.org><415B8C47.3060008@root.org> <20040930093655.C64743@fw.reifenberger.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1096537822.3073.26.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 30 Sep 2004 10:50:22 +0100 X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: current@freebsd.org Subject: Re: [Fwd: cvs commit: src/sys/dev/acpica acpi_pci_link.c] 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, 30 Sep 2004 09:50:43 -0000 On Thu, 2004-09-30 at 08:45, Michael Reifenberger wrote: > On Wed, 29 Sep 2004, Nate Lawson wrote: > ... > >> If this change isn't MFC'd jet than it could fix a system freeze I had > >> during boot on RELENG_5 (see my mail to -current a few days ago) > >> which where fixed when booting -current. > > > > Maybe. But that also was probably the floppy hang problem that Warner just > > MFCd. To test, cvsup to a BETA5 kernel and then copy in this file to > > src/sys/dev/acpica/acpi_pci_link.c: > > > > No. It hang after: > ... > ioapic0: routing intpin 23 (PCI IRQ 23) to cluster 0 > ... > This where after fdc probe. Or is fdc relevant for mountroot too? Yes, that sounds like the floppy hang for which the patch has now been MFC'd. Gavin