Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267338AbUJVUHN (ORCPT ); Fri, 22 Oct 2004 16:07:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267370AbUJVUGr (ORCPT ); Fri, 22 Oct 2004 16:06:47 -0400 Received: from 213-239-205-147.clients.your-server.de ([213.239.205.147]:42148 "EHLO debian.tglx.de") by vger.kernel.org with ESMTP id S267338AbUJVUDT (ORCPT ); Fri, 22 Oct 2004 16:03:19 -0400 Subject: Re: [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9.3 From: Thomas Gleixner Reply-To: tglx@linutronix.de To: Mark_H_Johnson@raytheon.com Cc: Bill Huey , Adam Heath , "K.R. Foley" , LKML , Ingo Molnar , Florian Schmidt , Fernando Pablo Lopez-Lezcano , Lee Revell , Rui Nuno Capela , Michal Schmidt In-Reply-To: References: Content-Type: text/plain Organization: linutronix Date: Fri, 22 Oct 2004 21:55:15 +0200 Message-Id: <1098474915.3306.18.camel@thomas> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1184 Lines: 38 On Fri, 2004-10-22 at 14:40 -0500, Mark_H_Johnson@raytheon.com wrote: > >No, the fix was for the missing pci shutdown in tulip. > I thought the two were related (since I get the failed to shutdown > message right after that traceback. Perhaps the 8139too needs > that same shutdown fix. The shutdown fix is neccecary, but it is not related to the other problem. The shutdown message will also happen , if you unload the module manualy. The patch below fixes only the shutdown warning. For the other one I need more information. tglx --- diff -urN --exclude='*~' 2.6.9-mm1-U10/drivers/net/8139too.c 2.6.9-mm1-U10.work/drivers/net/8139too.c --- 2.6.9-mm1-U10/drivers/net/8139too.c 2004-10-22 19:10:44.000000000 +0200 +++ 2.6.9-mm1-U10.work/drivers/net/8139too.c 2004-10-22 21:52:19.000000000 +0200 @@ -749,7 +749,7 @@ pci_release_regions (pdev); free_netdev(dev); - + pci_disable_dev (pdev); pci_set_drvdata (pdev, NULL); } - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/