Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261428AbTEKWm1 (ORCPT ); Sun, 11 May 2003 18:42:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261446AbTEKWm1 (ORCPT ); Sun, 11 May 2003 18:42:27 -0400 Received: from imladris.demon.co.uk ([193.237.130.41]:49797 "EHLO imladris.demon.co.uk") by vger.kernel.org with ESMTP id S261428AbTEKWm0 (ORCPT ); Sun, 11 May 2003 18:42:26 -0400 Subject: Re: [bug 2.5.69] xirc2ps_cs, irq 3: nobody cared, shutdown hangs From: David Woodhouse To: Alan Cox Cc: Jeff Garzik , Zwane Mwaikambo , Daniel Ritz , Linux Kernel Mailing List , Andrew Morton In-Reply-To: <1052689233.30506.1.camel@dhcp22.swansea.linux.org.uk> References: <200305111647.32113.daniel.ritz@gmx.ch> <3EBE8768.4000007@pobox.com> <1052673649.29921.15.camel@dhcp22.swansea.linux.org.uk> <1052690907.15307.10.camel@imladris.demon.co.uk> <1052689233.30506.1.camel@dhcp22.swansea.linux.org.uk> Content-Type: text/plain Organization: Message-Id: <1052693703.15307.18.camel@imladris.demon.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5.dwmw2) Date: Sun, 11 May 2003 23:55:04 +0100 Content-Transfer-Encoding: 7bit X-SA-Exim-Rcpt-To: alan@lxorguk.ukuu.org.uk, jgarzik@pobox.com, zwane@linuxpower.ca, daniel.ritz@gmx.ch, linux-kernel@vger.kernel.org, akpm@diego.com X-SA-Exim-Scanned: No; SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1289 Lines: 36 On Sun, 2003-05-11 at 22:40, Alan Cox wrote: > On Sul, 2003-05-11 at 23:08, David Woodhouse wrote: > > PCMCIA has varying pin length for the CD pins and hence gives you a few > > milliseconds of warning before the card is _actually_ disconnected. > > Which is less than the worst case IRQ response time (or indeed on some > PCs the worst case CPU hold off time for the PCI bus) On some hardware. > > After that period of time has elapsed and the card is actually gone, you > > _really_ don't want to be bitbanging its ports. > > > > > Its quite safe to do so. > > > > Not on all platforms. > > On all that matters it is safe, the others are unfixable anyway Said 'others' will tend to give you better worst-case IRQ latency than a PeeCee with broken PCI host bridge and IDE controllers :) And even if that weren't the case, you appear to be asserting that because a problem may still be triggerable in a worst-case scenario with certain hardware configurations, we shouldn't attempt to fix it at all. With that I disagree. -- dwmw2 - 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/