From owner-freebsd-current@FreeBSD.ORG Tue Apr 6 15:28:58 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC4316A4CE; Tue, 6 Apr 2004 15:28:58 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1251C43D53; Tue, 6 Apr 2004 15:28:58 -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 i36MS0kj095731; Tue, 6 Apr 2004 16:28:00 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 06 Apr 2004 16:28:34 -0600 (MDT) Message-Id: <20040406.162834.02299817.imp@bsdimp.com> To: freebsd@newipnet.com From: "M. Warner Losh" In-Reply-To: <200404062250040743.0A958E6F@192.168.128.16> References: <200404061255150877.0875F2E3@192.168.128.16> <20040406.110423.35013927.imp@bsdimp.com> <200404062250040743.0A958E6F@192.168.128.16> 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: marc@mit.edu cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: pccbb pccard rman - Something is very wrong somewhere X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2004 22:28:58 -0000 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. Warner