From owner-freebsd-current@FreeBSD.ORG Sun Jul 10 10:29:09 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 E0F1A16A41C for ; Sun, 10 Jul 2005 10:29:09 +0000 (GMT) (envelope-from nakal@nurfuerspam.de) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1EBBB43D49 for ; Sun, 10 Jul 2005 10:29:08 +0000 (GMT) (envelope-from nakal@nurfuerspam.de) Received: (qmail invoked by alias); 10 Jul 2005 10:29:07 -0000 Received: from p5090C76D.dip.t-dialin.net (EHLO klotz.local) [80.144.199.109] by mail.gmx.net (mp019) with SMTP; 10 Jul 2005 12:29:07 +0200 X-Authenticated: #989277 Received: from [127.0.0.1] (localhost [127.0.0.1]) by klotz.local (8.13.3/8.13.3) with ESMTP id j6AASkA3001691 for ; Sun, 10 Jul 2005 12:28:47 +0200 (CEST) (envelope-from nakal@nurfuerspam.de) Message-ID: <42D0F85D.3020405@nurfuerspam.de> Date: Sun, 10 Jul 2005 12:28:45 +0200 From: Martin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050403) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: LOR: vr0 vs ACPI root bus 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: Sun, 10 Jul 2005 10:29:10 -0000 Hi, the other witness warning which I promised to report in my last email is actually a LOR which occurs on ACPI shutdown/reboot/halt. I haven't seen it mentioned in the LOR-list yet. Here the output. These are two pages, so I wrote down only the essential info. lock order reversal 1st vr0 @/usr/src/sys/pci/if_vr.c:806 2nd ACPI root bus @/usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c:1056 KDB stack backtrace: kdb_backtrace witness_checkorder _sx_xlock acpi_release_ressource bus_generic_release_ressource ressource_list_release bus_generic_rl_release_ressource bus_release_ressource vr_detach vr_shutdown device_shutdown bus_generic_shutdown device_shutdown bus_generic_shutdown device_shutdown bus_generic_shutdown acpi_shutdown device_shutdown bus_generic_shutdown device_shutdown bus_generic_shutdown device_shutdown root_bus_module_handler module_shutdown boot reboot syscall Xint0x80_syscall Martin