Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 1998 08:58:35 -0700
From:      Bill Trost <trost@cloud.rain.com>
To:        Mike Andrews <mandrews@termfrost.org>
Cc:        mobile@FreeBSD.ORG
Subject:   Re: Problems with no-name PCMCIA ethernet card 
Message-ID:  <28711.898099115@cloud.rain.com>
In-Reply-To: Your message of Mon, 15 Jun 1998 20:42:30 EDT. <Pine.BSF.3.96.980615204132.11953A-100000@mindcrime.termfrost.org> 
References:  <Pine.BSF.3.96.980615204132.11953A-100000@mindcrime.termfrost.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?28711.898099115>