From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 2 02:20:17 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3867416A41F for ; Fri, 2 Dec 2005 02:20:17 +0000 (GMT) (envelope-from craig@tobuj.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC71E43D46 for ; Fri, 2 Dec 2005 02:20:16 +0000 (GMT) (envelope-from craig@tobuj.gank.org) Received: by ion.gank.org (mail, from userid 1001) id A9E962BD66; Thu, 1 Dec 2005 20:20:16 -0600 (CST) Date: Thu, 1 Dec 2005 20:20:14 -0600 From: Craig Boston To: "M. Warner Losh" Message-ID: <20051202022014.GC15424@nowhere> Mail-Followup-To: Craig Boston , "M. Warner Losh" , freebsd-hackers@freebsd.org References: <20051130172303.GA57453@nowhere> <200512011342.19417.jhb@freebsd.org> <20051202013146.GA15424@nowhere> <20051201.191110.19781274.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051201.191110.19781274.imp@bsdimp.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-hackers@freebsd.org Subject: Re: Weird PCI interrupt delivery problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 02:20:17 -0000 On Thu, Dec 01, 2005 at 07:11:10PM -0700, M. Warner Losh wrote: > In message: <20051202013146.GA15424@nowhere> > Craig Boston writes: > : I suspect that really old 16-bit PCMCIA cards with non-sharable > : interrupts wouldn't work, but does NEWCARD even support those anyway? > > Yes. There's no such thing as a PCMCIA card whose interrupts are > non-sharable. NEWCARD works great with them. Heh, guess I shouldn't believe what I read on pages hosted at microsoft.com :) http://www.microsoft.com/whdc/system/bus/cardbus/PCMCIA-IRQrouting.mspx (found via google search for "cardbus interrupt routing") It's probably talking about legacy device drivers that didn't know how to properly share IRQs. Craig