From owner-freebsd-mobile Wed Jun 17 09:07:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15142 for freebsd-mobile-outgoing; Wed, 17 Jun 1998 09:07:01 -0700 (PDT) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from jli.com (jli.com [199.2.111.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA15135 for ; Wed, 17 Jun 1998 09:06:55 -0700 (PDT) (envelope-from trost@cloud.rain.com) Received: (qmail 22105 invoked by uid 4); 17 Jun 1998 16:06:20 -0000 Received: (qmail 28714 invoked from network); 17 Jun 1998 15:58:36 -0000 Received: from localhost.cloud.rain.com (HELO cloud.rain.com) (127.0.0.1) by localhost.cloud.rain.com with SMTP; 17 Jun 1998 15:58:36 -0000 To: Mike Andrews cc: mobile@FreeBSD.ORG Subject: Re: Problems with no-name PCMCIA ethernet card References: In-reply-to: Your message of Mon, 15 Jun 1998 20:42:30 EDT. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <28710.898099115.1@cloud.rain.com> Date: Wed, 17 Jun 1998 08:58:35 -0700 Message-ID: <28711.898099115@cloud.rain.com> From: Bill Trost Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mike Andrews writes: From adding -DDEBUG and lots of extra printf's to pccardd, it appears that it's dying trying to allocate space for the 1K block. I tried using pccardd from Friday's 2.2-stable, and got the same result. That first failure should be fixable by making pccardd round the block size *up* when allocating a memory region. The PC page size is 4K(?), so the 1K request ends up getting rounded to 0K, which is not quite what you want. This should be "easy to fix", although no one (including me) actually has.... )-: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message