From owner-freebsd-mobile Tue Jan 14 11:14:21 2003 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E7EC37B405 for ; Tue, 14 Jan 2003 11:14:20 -0800 (PST) Received: from andrea.pop4.net (216-234-109-11.ded.det2.hexcom.net [216.234.109.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 3129643EB2 for ; Tue, 14 Jan 2003 11:14:19 -0800 (PST) (envelope-from vev@michvhf.com) Received: (qmail 78501 invoked by uid 1008); 14 Jan 2003 19:14:15 -0000 Received: from vev@michvhf.com by www.pop4.net with qmail-scanner-0.96 (uvscan: v4.1.40/v4156. . Clean. Processed in 1.381562 secs); 14 Jan 2003 19:14:15 -0000 Received: from unknown (HELO paprika.michvhf.com) (67.36.71.182) by 0 with SMTP; 14 Jan 2003 19:14:12 -0000 Received: (qmail 72944 invoked by uid 1001); 14 Jan 2003 19:14:01 -0000 Date: Tue, 14 Jan 2003 14:14:01 -0500 (EST) From: Vince Vielhaber To: mark Cc: freebsd-mobile@freebsd.org Subject: Re: wi ultimate crisis In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 14 Jan 2003, mark wrote: > I had those two lines in my rc.conf (pccard_enable="YES" and pccard_beep="1") > #pccardc dumpcis > Read return -1 bytes (expected 2) > pccardc: CIS code read: Cannot allocate memory > Read return -1 bytes (expected 10) > Configuration data for card in slot 0 > 2 slots found > > > if I add the line "pccard_mem=0x10000" and reboot I get this for pccardc dumpcis. note: i had the card inserted in the 2nd pcmcia slot: I recently ran into something similar. man pccardc told me this (after I tried a few other addresses and finally looked it up): 5. pccardmem addr Specifies the host address using PC-CARD controller(PCIC) will use to map cards to. Because the PCIC needs a contiguous 16KB memory, you can only use the following four addresses: 0xd0000 0xd0000-0xd3fff (default) 0xd4000 0xd4000-0xd7fff 0xd8000 0xd8000-0xdbfff 0xdc000 0xdc000-0xdffff You can use "DEFAULT" instead of 0xd0000. This subcommand corre- sponds to pccard_mem in rc.conf(5). So one of those four addresses in the pccard_mem= should get you a bit further. Vince. -- Fast, inexpensive internet service 56k and beyond! http://www.pop4.net/ http://www.meanstreamradio.com http://www.unknown-artists.com Internet radio: It's not file sharing, it's just radio. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message