Date: Thu, 04 Jan 2001 19:36:44 -0700 From: Warner Losh <imp@bsdimp.com> To: Greg Lehey <grog@lemis.com> Cc: Simon Epsteyn <seva@sevatech.com>, freebsd-mobile@FreeBSD.ORG, Bill Paul <wpaul@ee.columbia.edu> Subject: Re: AiroNet 'No card in database for "(null)"("(null)")' problem (4.2-STABLE) Message-ID: <200101050236.f052ai149246@harmony.village.org> In-Reply-To: Your message of "Fri, 05 Jan 2001 10:47:05 %2B1030." <20010105104705.I81284@wantadilla.lemis.com> References: <20010105104705.I81284@wantadilla.lemis.com> <Pine.LNX.4.10.10101031356070.516-100000@null.cc.uic.edu> <200101040558.f045wU119690@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20010105104705.I81284@wantadilla.lemis.com> Greg Lehey writes: : On my machine (Dell Inspiron 7500), 0xe0000 is not allocated (or : doesn't seem to be), but I can't use it anyway. There is a hard-coded : limit (0xd0000-0xdffff) somewhere in the pccard code. Even when I : remove it, though, I can't use the memory. I haven't been able to : establish whether this is a hardware or software problem. On many machines that I've seen, the BIOS does, indeed, live at 0xe0000. We don't have code to read the ROM mapping tables that PnP provides, so unless you've done a memory dump of the area, it is almost impossible to know for sure if it is in use or not (well, windows might be able to tell you). The new bus kludge code does clip start and end to 0xd0000, but you are right that is bogus. On most machines, this is the only space available. For cardbus bridges, we should really just pick a space outside of the ISA hole anyway. 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?200101050236.f052ai149246>