Date: Sun, 07 Jul 2002 23:42:12 -0600 (MDT) From: "M. Warner Losh" <imp@village.org> To: pschmied@selway.umt.edu Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Netgear 802.11 PCMCIA Message-ID: <20020707.234212.32717353.imp@village.org> In-Reply-To: <Pine.OSF.4.21.0207072159260.9456-100000@selway.umt.edu> References: <Pine.OSF.4.21.0207072159260.9456-100000@selway.umt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <Pine.OSF.4.21.0207072159260.9456-100000@selway.umt.edu>
Peter W Schmiedeskamp <pschmied@selway.umt.edu> writes:
: pccardd[49]: No card in database for "(null)"("(null)")
...
: Any ideas on how to get this to work?
There's two causes for this problem. First, you've not set
machdep.pccard.mem_start and/or machdpe.pccard.mem_end correctly.
This can be set in /etc/sysctl.conf. However, that's become a less
likely problem in newer versions of the system.
The second is that you have a laptop with a lot of RAM, and the
address that we're picking conflicts with the RAM. You'll have to
hack FreeBSD/src/sys/pccard/pcic_pci.c and change the #define
CARDBUS_SYS_RES_MEMORY_START to be something like 0x88000000. This is
a bug FreeBSD has in assigning PCI resources.
Warner
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?20020707.234212.32717353.imp>
