From owner-freebsd-mobile Mon Jan 14 10:10:58 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from eng05.embratel.net.br (eng05.embratel.net.br [200.255.125.133]) by hub.freebsd.org (Postfix) with ESMTP id 51CC437B41C for ; Mon, 14 Jan 2002 10:10:52 -0800 (PST) Received: from embratel.net.br (uni-eng.embratel.net.br [200.255.125.98]) by eng05.embratel.net.br (Postfix) with ESMTP id 2233824D69; Mon, 14 Jan 2002 16:10:50 -0200 (BRST) Message-ID: <3C431F29.E29A38AF@embratel.net.br> Date: Mon, 14 Jan 2002 16:10:49 -0200 From: Joao Carlos Mendes Luis Organization: Internet via Embratel X-Mailer: Mozilla 4.76 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: Kevin Oberman Cc: freebsd-mobile@freebsd.org, John Gordon Subject: Re: xe driver broken? (Solution) References: <20020111230700.815875D17@ptavv.es.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 Hi, Kevin Oberman wrote: > OK. The issue is to figure out why the driver is having a problem > loading. A common cause of this is iomem address conflict, so lets try > adjusting that. > > Try this: > sysctl -w machdep.pccard.mem_start=0xd00000 Something changed, but still did not work. The CIS mapping could read something, but still, nonsense. Went to the sources, and suspected you meant 0xd0000, one zero less. It worked! Looking in Windows resources, pcmcia devices start using from 0xcc000. Tried this, and it is working. Setting sysctl from rc.local is not useful, since I need to remove and reinsert the card before using it. I tried to fix it by setting the default at /boot/loader.conf, but it did not work. Setting it at /etc/sysctl.conf seems to work, but there is a race condition. Maybe the memory range detection should be fixed, and/or loader should be taught how to set it. Thanks everybody, Jonny -- João Carlos Mendes Luís jonny@embratel.net.br Networking Engineer jonny@jonny.eng.br Internet via Embratel jcml@ieee.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message