From owner-freebsd-mobile@FreeBSD.ORG Tue Apr 6 22:14:06 2004 Return-Path: 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 42C5916A4CE; Tue, 6 Apr 2004 22:14:06 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABF1143D2D; Tue, 6 Apr 2004 22:14:05 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i375Cmkj099404; Tue, 6 Apr 2004 23:12:48 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 06 Apr 2004 23:13:24 -0600 (MDT) Message-Id: <20040406.231324.131273745.imp@bsdimp.com> To: freebsd@newipnet.com From: "M. Warner Losh" In-Reply-To: <20040406.162834.02299817.imp@bsdimp.com> References: <20040406.110423.35013927.imp@bsdimp.com> <200404062250040743.0A958E6F@192.168.128.16> <20040406.162834.02299817.imp@bsdimp.com> 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 cc: jon@freebsd.org cc: freebsd-mobile@freebsd.org cc: freebsd-current@freebsd.org cc: marc@mit.edu Subject: Re: pccbb pccard rman - Something is very wrong somewhere X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2004 05:14:06 -0000 In message: <20040406.162834.02299817.imp@bsdimp.com> "M. Warner Losh" writes: : In message: <200404062250040743.0A958E6F@192.168.128.16> : "Carlos Velasco" writes: : : On 06/04/2004 at 11:04 M. Warner Losh wrote: : : : : >: And the real problem, an alignment issue that prevents pccard to work: : : > : : >This is almost the real problem. : : : : :( : : Problem is not related to page alignment? I thought so. : : There's code that fails to properly align requests larger than 4k to : the appropriate boundary. Upping things to 64k just papers over that : problem, and tends to be somewhat wasteful of resources. Hmmm, I should make the CIS mapping be on a 64k boundary and try a bunch of the 'problem children' cards. That might fix a lot of problems... Warner