From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 2 02:11:20 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 8B4E816A41F; Fri, 2 Dec 2005 02:11:20 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCE243D5D; Fri, 2 Dec 2005 02:11:19 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jB22AYuQ064550; Thu, 1 Dec 2005 19:10:34 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 01 Dec 2005 19:11:10 -0700 (MST) Message-Id: <20051201.191110.19781274.imp@bsdimp.com> To: craig@tobuj.gank.org From: "M. Warner Losh" In-Reply-To: <20051202013146.GA15424@nowhere> References: <20051130172303.GA57453@nowhere> <200512011342.19417.jhb@freebsd.org> <20051202013146.GA15424@nowhere> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 01 Dec 2005 19:10:34 -0700 (MST) 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:11:20 -0000 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. Warner