From owner-freebsd-mobile@FreeBSD.ORG Fri Jul 8 23:24:53 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D9516A41C for ; Fri, 8 Jul 2005 23:24:53 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A80543D49 for ; Fri, 8 Jul 2005 23:24:52 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j68NOnDq023319; Fri, 8 Jul 2005 17:24:50 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 08 Jul 2005 17:24:55 -0600 (MDT) Message-Id: <20050708.172455.76055340.imp@bsdimp.com> To: bkoenig@cs.tu-berlin.de From: "M. Warner Losh" In-Reply-To: <42C6C4C9.60907@cs.tu-berlin.de> References: <42C6C4C9.60907@cs.tu-berlin.de> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mobile@freebsd.org Subject: Re: PCCard bus don't work X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 23:24:53 -0000 In message: <42C6C4C9.60907@cs.tu-berlin.de> Bj=F6rn K=F6nig writes: : in the kernel. The old pccard bus driver uses a polling mode if he is= = : not able to map an IRQ. It seems like that the new driver won't do th= is. = : Is there a specific reason why this was not implemented? Is this stil= l = : possible or isn't it worth because too less hardware demands it anymo= re? I've not had the time necessary to focus on the older ISA bridges, so the new driver is more heavily optimized to PCI access. Warner